Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | cmake: add osx policy to make it shutup | Stanislaw Halik | |
2015-10-20 | cmake: timestamp logic simplify/fix | Stanislaw Halik | |
2015-10-20 | cmake: no timestamp for tag builds | Stanislaw Halik | |
2015-10-18 | cmake: regen before making tarball | Stanislaw Halik | |
Updates timestamp as it should. | |||
2015-10-17 | cmake: upload tarball to Dropbox but only if I'm the user | Stanislaw Halik | |
2015-10-17 | cmake: add tarball timestamp so it gets rebuilt | Stanislaw Halik | |
2015-10-17 | cmake: don't regen version if none changed | Stanislaw Halik | |
Fixes caused re-link of executable | |||
2015-10-17 | fix tarball target | Stanislaw Halik | |
2015-10-17 | cmake: mark dirty tree | Stanislaw Halik | |
2015-10-17 | cmake: regen tarball even if exists | Stanislaw Halik | |
2015-10-17 | cmake: generate version.cc | Stanislaw Halik | |
2015-10-06 | un-bitrot installer support | Stanislaw Halik | |
Sponsored-by: TrackHat Issue: #229 | |||
2015-10-03 | cmake: simplify | Stanislaw Halik | |
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-21 | added a tracker that uses the RealSense SDK | Xavier Hallade | |
2015-08-14 | fix Linux game detection code | Stanislaw Halik | |
Issue: #181 | |||
2015-08-13 | fixed process detector for OSX | Stanislaw Halik | |
Issue: #181 | |||
2015-08-13 | cmake: actually fix msvc subsystem to support xp | Stanislaw Halik | |
2015-08-13 | cmake: remove obsolete hack | Stanislaw Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
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 |