summaryrefslogtreecommitdiffhomepage
path: root/bin
AgeCommit message (Collapse)Author
2019-02-14normalize line endingsStanislaw Halik
2019-02-11dos2unixStanislaw Halik
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-15qt.conf: hidpi support snafuStanislaw Halik
Qt dpiawareness=1 doesn't look like it's messing up after resolution changes. Use it for now.
2018-01-16qt: scale according to screen DPIStanislaw Halik
Previously, as a dpi-unaware app we scaled the whole window, including fonts, making them blurry. Given we now have layouts set all over the program, it Just Works when enabling proper scaling. Except for The Octopus, but you can forget it a bad hair day, can you?
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-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
2018-01-04cv: fixed ps3 eye dialogStanislaw Halik
2017-12-26contrib/npclient: update binariesStanislaw Halik
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-09-22cv: use amcap.exe for ps3 eye exposure settingsStanislaw Halik
2017-06-13main: fix accessing build box's hardcoded driveStanislaw Halik
2017-05-16nothingStanislaw Halik
2017-05-16add batch script for building with msvcStanislaw Halik
2017-05-12bin: add drmemory suppressionsStanislaw Halik
2017-05-10Delete permissive-license.pngStanisław Halik
2016-09-25add mildly offensive BSD Daemon image to GPL-derivative rulesStanislaw Halik
If any of our committers feels offended or thinks it's inappropriate, just revert it. No need to consult me or anyone to revert this.
2016-07-24cmake, qt: add qt.conf to try fix hidpiStanislaw Halik
User confirms dpiawareness=0 fixes hidpi.
2016-07-16bin: recompile freetrackclient.dllStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224
2015-10-11ft: game supportStanislaw Halik
2015-10-06freetrack: new game definitionsStanislaw Halik
2015-08-23ft: new game supportStanislaw Halik
2015-08-22nix default empty config. it gets created on its own.Stanislaw Halik
2015-08-22props changed onlyStanislaw Halik
Some source files had executable bit on. Remove it.
2015-07-20for now remove calibration supportStanislaw Halik
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later.
2015-07-20add ManyCam fake ps3 eye calibrationStanislaw Halik
This helps me with testing using user-sent videos
2015-07-20calibration file for ps3 eye 75degStanislaw Halik
2015-07-19new game supportStanislaw Halik
2015-07-13allow for camera calibrationStanislaw Halik
2015-07-13ht: move docsStanislaw Halik
2015-07-01freetrack: use volatileStanislaw Halik
2015-06-07recompile freetrackclient with mingw-w64 GCCStanislaw Halik
2015-06-02npclient: didn't wait long enough for mutex to become availableStanislaw Halik
2015-05-31add game definitionsStanislaw Halik
2014-11-27ftclient: update binaryStanislaw Halik
Issue: #97
2014-10-28unbreak ftclient, needs MSVC no matter whatStanislaw Halik
2014-09-07dos2unixStanislaw Halik
2014-09-07remove commas to stop github whiningStanislaw Halik
2014-08-29Update freetrack game definitionsStanislaw Halik
2014-06-06New game support for freetrack protocolStanislaw Halik
2014-01-01empty default config. should have sane defaults by nowStanislaw Halik
2013-12-27regen csv #2Stanislaw Halik