summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-02-11 21:53:12 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-02-12 10:05:00 +0100
commit9db5ab64cf0c1189250c1f37d92b75cdf5be5777 (patch)
tree1ddcddd5f5dfb8074dcdb831b4e78435502c8dd6 /contrib
parent31d9768413199f388c216d92d9db5158ce8785cf (diff)
contrib: remove some old stuff
Diffstat (limited to 'contrib')
-rw-r--r--contrib/aruco/README.txt2
-rw-r--r--contrib/cfs3/readme.txt27
-rw-r--r--contrib/cfs3/tirviews.dllbin109568 -> 0 bytes
-rw-r--r--contrib/opentrack-231-logo.jpgbin124979 -> 0 bytes
-rw-r--r--contrib/ppjoy/ppjoy mapping for facetracknoir.jpgbin155205 -> 0 bytes
-rw-r--r--contrib/ppjoy/readme.txt24
-rw-r--r--contrib/translation-stub.sh17
7 files changed, 2 insertions, 68 deletions
diff --git a/contrib/aruco/README.txt b/contrib/aruco/README.txt
new file mode 100644
index 00000000..8029a6e3
--- /dev/null
+++ b/contrib/aruco/README.txt
@@ -0,0 +1,2 @@
+Note, the utility only creates .bmp files. Trying to produce a `.png` or jpeg
+file will make it error out.
diff --git a/contrib/cfs3/readme.txt b/contrib/cfs3/readme.txt
deleted file mode 100644
index e51cebfa..00000000
--- a/contrib/cfs3/readme.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-FaceTrackNoIR for
-
- * Combat Flight Simulator 3 (also works for Over Flanders Fields)
- * Wings of War
- * NASCAR Racing Season 2003
- * Colin McRae Rally 4
- * Race Driver 2
- * F1 Challenge
- * Richard Burns Rally
-
-FaceTrackNoIR was made compatible with these programs with the help of the functions TrackIR provides in the dll TIRViews.dll.
-This dll can be downloaded from the TrackIR website: http://www.naturalpoint.com/trackir/06-support/support-download-software-and-manuals.html
-
-To make the functions work, copy the dll in the FaceTrackNoIR installation folder. Then tick the 'use TIRViews.dll' checkbox for the 'fake TrackIR' game protocol.
-
-Please let us know if you like the program, if you have ideas for improvements or any questions you might have.
-
-
-
-The FaceTrackNoIR team:
-
-Wim Vriend
-Ron Hendriks
-
-
-
-Disclaimer: For usage of 3rd party software like FlightGear, the FaceTrackNoIR team is not responsible. Use it at your own risk. \ No newline at end of file
diff --git a/contrib/cfs3/tirviews.dll b/contrib/cfs3/tirviews.dll
deleted file mode 100644
index a1fb306f..00000000
--- a/contrib/cfs3/tirviews.dll
+++ /dev/null
Binary files differ
diff --git a/contrib/opentrack-231-logo.jpg b/contrib/opentrack-231-logo.jpg
deleted file mode 100644
index 1b4ecc2b..00000000
--- a/contrib/opentrack-231-logo.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/ppjoy/ppjoy mapping for facetracknoir.jpg b/contrib/ppjoy/ppjoy mapping for facetracknoir.jpg
deleted file mode 100644
index 052c6899..00000000
--- a/contrib/ppjoy/ppjoy mapping for facetracknoir.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/ppjoy/readme.txt b/contrib/ppjoy/readme.txt
deleted file mode 100644
index 20c52111..00000000
--- a/contrib/ppjoy/readme.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-FaceTrackNoIR for PPJoy 'enabled' games/programs.
-
-FaceTrackNoIR was made compatible with the PPJoy virtual joystick(s), that can be used by various other programs as input.
-
-To start the PPJoy protocol-server in FaceTrackNoIR, select Virtual Joystick in the 'game-protocol' listbox. The
-settings, necessary to configure PPJoy for FaceTrackNoIR as included in the PPJoy folder, in the file
-PPJoy mapping for FaceTrackNoIR.jpg.
-
-PPJoy was made by Deon van der Westhuysen and is unfortunately not updated anymore. You can download it from the website
-http://shareware.pcmag.com/free/Miscellaneous-Utilities/PPJoy/75176.html, but possibly from others as well...
-
-
-Regards,
-
-
-The FaceTrackNoIR team:
-
-Wim Vriend
-Ron Hendriks
-
-
-
-
-Disclaimer: For usage of 3rd party software like PPJoy, the FaceTrackNoIR team is not responsible. Use it at your own risk. \ No newline at end of file
diff --git a/contrib/translation-stub.sh b/contrib/translation-stub.sh
deleted file mode 100644
index bb5ed51d..00000000
--- a/contrib/translation-stub.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-build_dir=build-msvc15
-
-set -e
-
-dir="$(dirname -- "$0")"
-cd "$dir/.."
-
-pushd "./$build_dir" >/dev/null
-cmake --build . --target i18n >/dev/null
-popd >/dev/null
-
-rel="$(git describe --tag --alw)"
-
-rm -f "$rel"
-find . -wholename "?*/lang/stub.ts" | zip -q9 "$build_dir/$rel-i18n-stub.zip" -@