summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-10-06nix stuff from trackhat branchStanislaw Halik
2015-09-30Merge branch 'unstable' into trackhat-uiStanislaw Halik
Sponsored-by: TrackHat * unstable: (112 commits) Revert "accela: try more complex deadzone algorithm" pt: add wiki link for calibration instructions qfc: more gray colors when graph is disabled qfc, mapping: disallow editing and change color when checkbox disabled qfc: don't allow editing when disabled plugin-support: workaround multiple copies of modules accela: change translation gain accela: change rotation gain pt: change extraction code freepie-udp: add license freepie-udp: update accela: try more complex deadzone algorithm accela: add helpful comment accela: revert to more quadratic spline at start also save if save pending when start tracking ui: force saving if saving timer is pending accela: slightly more linear function pose-widget: simplify freepie-udp: nix harmless warning pose-widget: add comment simple-mat: add __restrict for GNU ui: save settings on a timer ui: show a warning if configuration directory can't be used aruco: tune min/max marker size win32-joystick: fix duplicate device name selection logic ui: no need to reset settings on tracking start ui: save profile when combobox text changes, not merely index ui: save current tracker/filter/proto, not last win32-joystick: fix COM failure path win32-joystick: nix unused variable win32-joystick: allow for unique selection of joysticks qfc: also draw line from function start while moving no need to save on tracking start anymore save axis opts, not just spline control points tracker: change centering order again fix typo cmake: don't say "opentrack" twice for osx build ui: really don't switch profiles while refreshing combobox pt: fix type mismatch ui: save prior to switching configs tracker_rs: adjusted tracker's name ui: don't reload settings if config wasn't changed ui: save everything before switching profiles options: return .ini basename easier tracker_rs: more readable icon tracker_rs: prevent potential thread starvation ui: switch to newly-created config ui: decruft ui: also bail on new config if its name is ".ini" ui: auto-refresh config list ui: display up to 20 profiles w/o scrolling ui: create an empty config properly in another code branch udp-tracker: silence harmless warning plugin-support: fix typo plugin-support: set more sane RTLD flags plugin-support: free modules from address space when needed ui: rename symbol to reflect current usage ui: move some slots to private ui, shortcuts: these are slots, actually ui: no need to write anything to new empty config ui: avoid potential memory leak ft: new game support game-data: chomp newlines in extractor ui: append extension in the right place simple-mat: fix arglist SFINAE simple-mat: can use static_cast here nix default empty config. it gets created on its own. ui: these aren't qt slots ui: nix wrong headers ui: remove GNU GPL ui: simplify condition props changed only main, ui: store config files in a predefined directory pt: show extracted points' areas and success count close dialogs on switch to new module ...
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-26accidentally stopped copying settings/Stanislaw Halik
2015-07-26cmake: remove commented-out portionsStanislaw Halik
2015-07-25Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-07-25move portability classes to compat libraryStanislaw Halik
2015-07-24x-plane plugin osx fixesStanislaw Halik
2015-07-24no longer add extra file to modulesStanislaw Halik
Modules now link to opentrack-api so this isn't needed
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-20Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-07-20don't install client tools on trackhatStanislaw Halik
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-19Merge branch 'unstable' into trackhat-uiStanislaw Halik
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-14Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-07-13allow for camera calibrationStanislaw Halik
2015-07-13cmake: run install-fail-tool on OSXStanislaw Halik
2015-07-12Merge branch 'unstable' into trackhat-uiStanislaw 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-04Merge branch 'unstable' into trackhat-uiStanislaw Halik
2015-07-03fix MSVC, now runsStanislaw Halik
2015-07-03try fix MSVCStanislaw Halik
2015-07-02Use XPLMRegisterFlightLoopCallback instead of XPLMRegisterDrawCallbackEnnio Barbaro
2015-07-01Merge branch 'unstable' of github.com:opentrack/opentrack into trackhat-uiStanislaw Halik
2015-07-01cmake: adjust install permsStanislaw Halik
2015-07-01accela: use spline mapper for gainStanislaw Halik
2015-06-18don't install HT stuffStanislaw Halik
2015-06-18flushStanislaw Halik
It crashes after drawing a frame for now.
2015-06-16trackhat: more stubsStanislaw Halik