summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-08-22props changed onlyStanislaw Halik
Some source files had executable bit on. Remove it.
2015-08-21added a tracker that uses the RealSense SDKXavier Hallade
2015-08-14fix Linux game detection codeStanislaw Halik
Issue: #181
2015-08-13fixed process detector for OSXStanislaw Halik
Issue: #181
2015-08-13cmake: actually fix msvc subsystem to support xpStanislaw Halik
2015-08-13cmake: remove obsolete hackStanislaw Halik
2015-07-25move portability classes to compat libraryStanislaw Halik
2015-07-24x-plane plugin osx fixesStanislaw Halik
2015-07-23no longer add extra file to modulesStanislaw Halik
Modules now link to opentrack-api so this isn't needed
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-19reduce diff to trackhatStanislaw Halik
2015-07-19app bundle finally worksStanislaw Halik
2015-07-19fix osx, app bundle now buildsStanislaw Halik
2015-07-18oops #2Stanislaw Halik
2015-07-18typoStanislaw Halik
2015-07-18initial version of macosx bundle scriptStanislaw Halik
2015-07-18fix buildStanislaw Halik
2015-07-18bundles are now reloaded when settings window is closedStanislaw Halik
This happens even if closed by alt+f4 or cancel button.
2015-07-18build kalman only with opencvStanislaw Halik
2015-07-13allow for camera calibrationStanislaw Halik
2015-07-13cmake: run install-fail-tool on OSXStanislaw Halik
2015-07-12Merge remote-tracking branch 'origin/unstable' into unstableStanislaw Halik
2015-07-12ht: include in DLL, not as subprocessStanislaw Halik
2015-07-12simconnect: no need to include simconnect sdkStanislaw Halik
2015-07-08reduce cmake policy whineStanislaw Halik
2015-07-06ht: initial camera dialogStanislaw Halik
It doesn't work while tracking. Can't pass DirectShow handle through shared memory.
2015-07-06simconnect: use event handle without calldispatch in a loopStanislaw 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-06simconnect: increase timer precision just to be safeStanislaw Halik
2015-07-03fix MSVC, now runsStanislaw Halik
2015-07-03try fix MSVCStanislaw Halik
2015-07-02Use XPLMRegisterFlightLoopCallback instead of XPLMRegisterDrawCallbackEnnio Barbaro
2015-07-01cmake: adjust install permsStanislaw Halik
2015-07-01accela: use spline mapper for gainStanislaw Halik
2015-06-15cmake: adjust vjoy.dll/sixense.dll permissions to avoid EACCES on loading on ↵Stanislaw Halik
win32
2015-06-15cmake: nix stderr spam on older versionStanislaw Halik
2015-06-12cmake: no -fipa-pta workaround needed, compiler fix is knownStanislaw Halik
See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488>
2015-06-10temporarily disable -fipa-pta for arucoStanislaw Halik
There's a GCC crash bug so let's turn it off until it's fixed
2015-06-10pass GNU ld arguments as GNU-LINK keywordStanislaw Halik
Don't switch if toolchain is GNU at call sites, conditionalize for opentrack_library macro
2015-06-10cmake: link sixense dynamically for hydraStanislaw 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-09ht doesn't need opencvStanislaw Halik
2015-06-09cmake: fix old typoStanislaw Halik
2015-06-09cmake: reduce verbosityStanislaw Halik
2015-06-06cmake: build of HT plugin doesn't need opencvStanislaw Halik
The main HT executable still needs it.
2015-06-05require opencv 3.0 and fix buildStanislaw Halik
2015-06-05cmake: ht and pt require opencvStanislaw Halik
2015-06-03cmake: generate more sensible tarball namesStanislaw Halik
2015-06-03cmake: restrict include directories to their targetsStanislaw 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-31hatire: hook up into the buildStanislaw Halik
2015-02-14make buildscript work with white space in path namesDaMichel
2014-11-02rename csv module dirStanislaw Halik