From 9db5ab64cf0c1189250c1f37d92b75cdf5be5777 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Feb 2018 21:53:12 +0100 Subject: contrib: remove some old stuff --- contrib/aruco/README.txt | 2 ++ contrib/cfs3/readme.txt | 27 ---------------------- contrib/cfs3/tirviews.dll | Bin 109568 -> 0 bytes contrib/opentrack-231-logo.jpg | Bin 124979 -> 0 bytes contrib/ppjoy/ppjoy mapping for facetracknoir.jpg | Bin 155205 -> 0 bytes contrib/ppjoy/readme.txt | 24 ------------------- contrib/translation-stub.sh | 17 -------------- 7 files changed, 2 insertions(+), 68 deletions(-) create mode 100644 contrib/aruco/README.txt delete mode 100644 contrib/cfs3/readme.txt delete mode 100644 contrib/cfs3/tirviews.dll delete mode 100644 contrib/opentrack-231-logo.jpg delete mode 100644 contrib/ppjoy/ppjoy mapping for facetracknoir.jpg delete mode 100644 contrib/ppjoy/readme.txt delete mode 100644 contrib/translation-stub.sh (limited to 'contrib') 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 Binary files a/contrib/cfs3/tirviews.dll and /dev/null differ diff --git a/contrib/opentrack-231-logo.jpg b/contrib/opentrack-231-logo.jpg deleted file mode 100644 index 1b4ecc2b..00000000 Binary files a/contrib/opentrack-231-logo.jpg and /dev/null 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 Binary files a/contrib/ppjoy/ppjoy mapping for facetracknoir.jpg and /dev/null 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" -@ -- cgit v1.2.3