Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | simconnect: use event handle without calldispatch in a loop | Stanislaw Halik | |
We aren't supposed to calldispatch in a loop, since it locks up FSX. Use calldispatch only if FSX signals us that an event has been received. This might fix slowness reported in #174. | |||
2015-07-06 | simconnect: increase timer precision just to be safe | Stanislaw Halik | |
2015-07-03 | fix MSVC, now runs | Stanislaw Halik | |
2015-07-03 | try fix MSVC | Stanislaw Halik | |
2015-07-02 | Use XPLMRegisterFlightLoopCallback instead of XPLMRegisterDrawCallback | Ennio Barbaro | |
2015-07-01 | cmake: adjust install perms | Stanislaw Halik | |
2015-07-01 | accela: use spline mapper for gain | Stanislaw Halik | |
2015-06-15 | cmake: adjust vjoy.dll/sixense.dll permissions to avoid EACCES on loading on ↵ | Stanislaw Halik | |
win32 | |||
2015-06-15 | cmake: nix stderr spam on older version | Stanislaw Halik | |
2015-06-12 | cmake: no -fipa-pta workaround needed, compiler fix is known | Stanislaw Halik | |
See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488> | |||
2015-06-10 | temporarily disable -fipa-pta for aruco | Stanislaw Halik | |
There's a GCC crash bug so let's turn it off until it's fixed | |||
2015-06-10 | pass GNU ld arguments as GNU-LINK keyword | Stanislaw Halik | |
Don't switch if toolchain is GNU at call sites, conditionalize for opentrack_library macro | |||
2015-06-10 | cmake: link sixense dynamically for hydra | Stanislaw Halik | |
Previously, .dll was included anyway despite static link. There's a binutils 2.25 bug breaking linking against that sixense.lib, and binutils HEAD has LTO breakage instead. We don't need sixense_utils so remove that from build. | |||
2015-06-09 | ht doesn't need opencv | Stanislaw Halik | |
2015-06-09 | cmake: fix old typo | Stanislaw Halik | |
2015-06-09 | cmake: reduce verbosity | Stanislaw Halik | |
2015-06-06 | cmake: build of HT plugin doesn't need opencv | Stanislaw Halik | |
The main HT executable still needs it. | |||
2015-06-05 | require opencv 3.0 and fix build | Stanislaw Halik | |
2015-06-05 | cmake: ht and pt require opencv | Stanislaw Halik | |
2015-06-03 | cmake: generate more sensible tarball names | Stanislaw Halik | |
2015-06-03 | cmake: restrict include directories to their targets | Stanislaw Halik | |
There's no longer a need to rebuild the whole project after just a single plugin gets enabled. Included directories now remain specific to individual modules. | |||
2015-03-31 | hatire: hook up into the build | Stanislaw Halik | |
2015-02-14 | make buildscript work with white space in path names | DaMichel | |
2014-11-02 | rename csv module dir | Stanislaw Halik | |
2014-11-02 | use zips, since github form insistsopentrack-2.3-20141102 | Stanislaw Halik | |
2014-11-02 | rename pose widget subdir | Stanislaw Halik | |
2014-11-02 | disconnect ftclient from build, sources remain | Stanislaw Halik | |
2014-11-02 | reword cache variable comments | Stanislaw Halik | |
2014-11-01 | disconnect libevdev tracker from build | Stanislaw Halik | |
Issue: #75 | |||
2014-11-01 | revert centering changes | Stanislaw Halik | |
2014-10-28 | unbreak ftclient, needs MSVC no matter what | Stanislaw Halik | |
2014-10-24 | mv only | Stanislaw Halik | |
2014-10-24 | cleanup now-sure-to-be-useless commented code | Stanislaw Halik | |
2014-10-23 | Fix x-plane plugin copy-paste breakage | Stanislaw Halik | |
Reported-by @runningman84 Issue: #89 | |||
2014-10-21 | workaround qxt-mini "shortcut failed to unregister" | Stanislaw Halik | |
2014-10-21 | cmake: reorder | Stanislaw Halik | |
2014-10-19 | fix build | Stanislaw Halik | |
2014-10-19 | build issues | Stanislaw Halik | |
2014-10-19 | fix link errors on win32 -only- | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-18 | fix typos, unbreaking rift/dinput | Stanislaw Halik | |
2014-10-18 | add libevdev tracker to build | Stanislaw Halik | |
Issue: #75 | |||
2014-10-18 | cmake: use one macro invocation for adding to build | Stanislaw Halik | |
2014-10-05 | flush | Stanislaw Halik | |
2014-10-04 | flush before windows breaks and data lossage | Stanislaw Halik | |
2014-10-01 | prettify tarball names | Stanislaw Halik | |
2014-10-01 | add tarball target | Stanislaw Halik | |
2014-09-25 | core: link with winmm on win32 | Stanislaw Halik | |
Reported-by: @KyokushinPL | |||
2014-09-23 | remove dead cache var | Stanislaw Halik | |
2014-09-22 | cmake: cleanup/comment -D's | Stanislaw Halik | |