diff options
-rw-r--r-- | contrib/aruco/README.txt | 2 | ||||
-rw-r--r-- | contrib/cfs3/readme.txt | 27 | ||||
-rw-r--r-- | contrib/cfs3/tirviews.dll | bin | 109568 -> 0 bytes | |||
-rw-r--r-- | contrib/opentrack-231-logo.jpg | bin | 124979 -> 0 bytes | |||
-rw-r--r-- | contrib/ppjoy/ppjoy mapping for facetracknoir.jpg | bin | 155205 -> 0 bytes | |||
-rw-r--r-- | contrib/ppjoy/readme.txt | 24 | ||||
-rw-r--r-- | contrib/translation-stub.sh | 17 |
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 Binary files differdeleted file mode 100644 index a1fb306f..00000000 --- a/contrib/cfs3/tirviews.dll +++ /dev/null diff --git a/contrib/opentrack-231-logo.jpg b/contrib/opentrack-231-logo.jpg Binary files differdeleted file mode 100644 index 1b4ecc2b..00000000 --- a/contrib/opentrack-231-logo.jpg +++ /dev/null diff --git a/contrib/ppjoy/ppjoy mapping for facetracknoir.jpg b/contrib/ppjoy/ppjoy mapping for facetracknoir.jpg Binary files differdeleted file mode 100644 index 052c6899..00000000 --- a/contrib/ppjoy/ppjoy mapping for facetracknoir.jpg +++ /dev/null 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" -@ |