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-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 | |