Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-22 | proto/ft: revert npclient to 2.3.10 | Stanislaw Halik | |
2018-03-10 | contrib/npclient: oops, disable debug | Stanislaw Halik | |
2018-03-10 | contrib/npclient: prevent multiple game conflict | Stanislaw Halik | |
2018-02-16 | contrib/npclient: fix sizeof usage | Stanislaw Halik | |
2018-02-15 | contrib/npclient: simplify C code | Stanislaw Halik | |
- move static variables into block scope if used in only one function - simplify control flow | |||
2018-02-15 | contrib/npclient: change {C,LD}FLAGS | Stanislaw 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-12 | contrib: don't install source code | Stanislaw Halik | |
2018-02-12 | contrib: remove some old stuff | Stanislaw Halik | |
2018-01-11 | contrib/npclient: fix DataID race | Stanislaw 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-10 | npclient: fix off-by-one | Stanislaw Halik | |
2018-01-10 | proto/ft: fix logic error | Stanislaw Halik | |
2018-01-10 | proto/freetrack, npclient: change deactivation method | Stanislaw 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-26 | contrib/npclient: add compile instructions | Stanislaw Halik | |
2017-12-26 | contrib/npclient: move only | Stanislaw Halik | |
2017-12-26 | contrib/npclient: don't wrap around | Stanislaw Halik | |
Confirmed through Falcon 4.0 Superpak sources. | |||
2017-12-18 | bin/npclient: fix warnings only | Stanislaw Halik | |
2017-12-10 | bin: fix npclient position scale | Stanislaw Halik | |
Found-by: @kzfr | |||
2017-12-09 | contrib/npclient: mostly style issues | Stanislaw 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-09 | contrib/npclient: fix race | Stanislaw Halik | |
2017-12-09 | contrib/npclient: allow mouse control when opentrack disabled | Stanislaw Halik | |
2017-02-18 | add logo | Stanislaw Halik | |
2016-11-29 | contrib, cmake: add stub translation generator | Stanislaw Halik | |
Issue: #500 | |||
2016-10-20 | contrib: output small csv diffs | Stanislaw Halik | |
Perl line noise returned arbitrarily messed up diffs when merging contents. | |||
2016-10-05 | contrib: add npclient client-side code | Stanislaw Halik | |
It was missing for some reason. | |||
2016-09-21 | contrib/dropbox-uploader: remove. gathers dust here. | Stanislaw Halik | |
2016-07-16 | contrib: update | Stanislaw Halik | |
2016-07-08 | contrib: remove vjoy binary | Stanislaw Halik | |
It's an obsolete version. Issue: #382 | |||
2016-05-15 | contrib: add hatire serial dump from #327 | Stanislaw Halik | |
By @drdanilov21. We'll likely need it in the future. | |||
2015-12-19 | contrib/make-csv: perl sort isn't stable, don't ignore case | Stanislaw Halik | |
2015-12-06 | contrib/aruco: oops, right extension | Stanislaw Halik | |
2015-12-06 | contrib/aruco: use @frost555's marker image | Stanislaw Halik | |
2015-10-28 | rename "clientfiles/" to "contrib/" as customary | Stanislaw Halik | |