Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-24 | x-plane plugin osx fixes | Stanislaw Halik | |
2015-07-23 | no longer add extra file to modules | Stanislaw Halik | |
Modules now link to opentrack-api so this isn't needed | |||
2015-07-20 | for now remove calibration support | Stanislaw Halik | |
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later. | |||
2015-07-19 | reduce diff to trackhat | Stanislaw Halik | |
2015-07-19 | app bundle finally works | Stanislaw Halik | |
2015-07-19 | fix osx, app bundle now builds | Stanislaw Halik | |
2015-07-18 | oops #2 | Stanislaw Halik | |
2015-07-18 | typo | Stanislaw Halik | |
2015-07-18 | initial version of macosx bundle script | Stanislaw Halik | |
2015-07-18 | fix build | Stanislaw Halik | |
2015-07-18 | bundles are now reloaded when settings window is closed | Stanislaw Halik | |
This happens even if closed by alt+f4 or cancel button. | |||
2015-07-18 | build kalman only with opencv | Stanislaw Halik | |
2015-07-13 | allow for camera calibration | Stanislaw Halik | |
2015-07-13 | cmake: run install-fail-tool on OSX | Stanislaw Halik | |
2015-07-12 | Merge remote-tracking branch 'origin/unstable' into unstable | Stanislaw Halik | |
2015-07-12 | ht: include in DLL, not as subprocess | Stanislaw Halik | |
2015-07-12 | simconnect: no need to include simconnect sdk | Stanislaw Halik | |
2015-07-08 | reduce cmake policy whine | Stanislaw Halik | |
2015-07-06 | ht: initial camera dialog | Stanislaw Halik | |
It doesn't work while tracking. Can't pass DirectShow handle through shared memory. | |||
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 | |