summaryrefslogtreecommitdiffhomepage
path: root/contrib
AgeCommit message (Collapse)Author
2022-06-05contrib: add libusb installer for ps3eye open driverStanislaw Halik
2020-01-03contrib: update freepie-udpStanislaw Halik
Fixed for Android 9 by @siriux Issue: #913
2018-05-22proto/ft: revert npclient to 2.3.10Stanislaw Halik
2018-03-10contrib/npclient: oops, disable debugStanislaw Halik
2018-03-10contrib/npclient: prevent multiple game conflictStanislaw Halik
2018-02-16contrib/npclient: fix sizeof usageStanislaw Halik
2018-02-15contrib/npclient: simplify C codeStanislaw Halik
- move static variables into block scope if used in only one function - simplify control flow
2018-02-15contrib/npclient: change {C,LD}FLAGSStanislaw Halik
- reproducible builds; -Wl,--no-insert-timestamp - add HIGHENTROPYVA for 64-bit builds Reducing code size is a pointless exercise, still: - remove .eh_frame that only GNU uses - reduce 32-bit code size; -march=pentium4 - add few feel-good CFLAGS. maybe reduces code size, maybe doesn't do anything
2018-02-12contrib: don't install source codeStanislaw Halik
2018-02-12contrib: remove some old stuffStanislaw Halik
2018-01-11contrib/npclient: fix DataID raceStanislaw Halik
There's a race with how the freetrack protocol operates. Reported-by: @Len62 cf. https://github.com/opentrack/opentrack/issues/688#issuecomment-356606126
2018-01-10npclient: fix off-by-oneStanislaw Halik
2018-01-10proto/ft: fix logic errorStanislaw Halik
2018-01-10proto/freetrack, npclient: change deactivation methodStanislaw Halik
- deactivates on its own after about 30 seconds no matter what - deactivates on opentrack stop - returns to neutral pose on deactivation - works with origin (all zeros) pose
2017-12-26contrib/npclient: add compile instructionsStanislaw Halik
2017-12-26contrib/npclient: move onlyStanislaw Halik
2017-12-26contrib/npclient: don't wrap aroundStanislaw Halik
Confirmed through Falcon 4.0 Superpak sources.
2017-12-18bin/npclient: fix warnings onlyStanislaw Halik
2017-12-10bin: fix npclient position scaleStanislaw Halik
Found-by: @kzfr
2017-12-09contrib/npclient: mostly style issuesStanislaw Halik
- scaling to NP_AXIS_MAX is confusing - NP_GetSignature strlen(3) incorrect usage - remove mutex usage entirely, broken in DCS - cleanup GameId race - unsigned int -> unsigned - reformat, style Binaries: - clang 5.5.0 release - compiled as -march=i686 -Os -s -Wl,--kill-at -std=gnu89 -mdll - same for 64bit, except no -march - not reproducible build
2017-12-09contrib/npclient: fix raceStanislaw Halik
2017-12-09contrib/npclient: allow mouse control when opentrack disabledStanislaw Halik
2017-02-18add logoStanislaw Halik
2016-11-29contrib, cmake: add stub translation generatorStanislaw Halik
Issue: #500
2016-10-20contrib: output small csv diffsStanislaw Halik
Perl line noise returned arbitrarily messed up diffs when merging contents.
2016-10-05contrib: add npclient client-side codeStanislaw Halik
It was missing for some reason.
2016-09-21contrib/dropbox-uploader: remove. gathers dust here.Stanislaw Halik
2016-07-16contrib: updateStanislaw Halik
2016-07-08contrib: remove vjoy binaryStanislaw Halik
It's an obsolete version. Issue: #382
2016-05-15contrib: add hatire serial dump from #327Stanislaw Halik
By @drdanilov21. We'll likely need it in the future.
2015-12-19contrib/make-csv: perl sort isn't stable, don't ignore caseStanislaw Halik
2015-12-06contrib/aruco: oops, right extensionStanislaw Halik
2015-12-06contrib/aruco: use @frost555's marker imageStanislaw Halik
2015-10-28rename "clientfiles/" to "contrib/" as customaryStanislaw Halik