summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/facetracknoir.cpp
AgeCommit message (Collapse)Author
2013-09-15Bump versionStanislaw Halik
2013-09-15Don't use tracker.cpp indirection for updating zeroingStanislaw Halik
2013-09-15Fix MSVC build. Also, minor reformatStanislaw Halik
2013-09-14Remove outdated signal connectionsStanislaw Halik
2013-09-14Clean up preprocessor mingw-ismsStanislaw Halik
No functional changes.
2013-09-14Recent braino resulted in double free in error pathStanislaw Halik
2013-09-14Open-code always-constant paramsStanislaw Halik
2013-09-14Refresh splines only onceStanislaw Halik
2013-09-14Rename for clarityStanislaw Halik
2013-09-14Open-code stuff that has no place outside ctorStanislaw Halik
2013-09-14Remove unused functionsStanislaw Halik
2013-09-14Cleanup the main class's file some more. Windows still broken.Stanislaw Halik
2013-09-14Move keyboard shortcuts to a new fileStanislaw Halik
Windows build could be interminently broken. Will resolve in following commits.
2013-09-14Move spline configuration into separate fileStanislaw Halik
Unfortunately, there's still a circular dependency between spline configuration and the main widget which *still* contains the most logic for the software.
2013-09-14Fix splines not loading from ini without restartStanislaw Halik
It's still a mess, though.
2013-09-14Remove unused member variableStanislaw Halik
2013-09-14Downcase settings directory. Only affects LinuxStanislaw Halik
2013-09-14Run dos2unix on the tree. No user-facing changes.Stanislaw Halik
2013-09-14Kludgily restore missing second tracker srcStanislaw Halik
2013-09-13Remove copypasta entirely in shared object loadingStanislaw Halik
2013-09-13Reduce copy-pasted code during dynamic library loadStanislaw Halik
2013-09-13Remove per-file version history. Be careful not to touch copyright information.Stanislaw Halik
2013-09-13Allow for editing filter settings while the software is runningStanislaw Halik
2013-09-13Reorder side effects to avoid use-after-freeStanislaw Halik
2013-09-13Allow for changing keyboard shortcuts while the tracker is runningStanislaw Halik
2013-09-02Remove dead codeStanislaw Halik
2013-09-02UI cleanup, tracking overlay already provides that information. Expose one ↵Stanislaw Halik
internal value less.
2013-07-05Deal correctly with non-latin1 characters in directory nameStanislaw Halik
2013-06-29Revert broken parts of the last commitStanislaw Halik
2013-06-29Merged in fixes to hydra and rift code, along with a bug in the pitch ↵mm0zct
inversion of FTNoIR itself. Also added an include directory the Rift needs which was absent before.
2013-06-27Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusionStanislaw Halik
Requested-by: mm0zct
2013-05-07Remove Linux-only crash bug and dead codeStanislaw Halik
2013-04-29cleanupStanislaw Halik
2013-04-29Fix breakage introduced in latest commitsStanislaw Halik
2013-04-29Remove cruftStanislaw Halik
2013-04-29Correct stale pointer dereferenceStanislaw Halik
2013-04-29Replace 'game zero' with settings zero-pose in the curves dialogStanislaw Halik
2013-04-29Remove tray functionalityStanislaw Halik
2013-04-29cleanupStanislaw Halik
2013-04-29Rename global settings locationStanislaw Halik
2013-04-29rename to opentrackStanislaw Halik
2013-04-29cleanupStanislaw Halik
2013-04-29Remove rarely-used features to improve maintainabilityStanislaw Halik
2013-04-29Fix axis inhibitorStanislaw Halik
2013-04-27Implement game name in the UI, lost previously due to refactoring.Stanislaw Halik
2013-04-27WIP: rewrite the GL widget in pure software modeStanislaw Halik
2013-04-27Add a missing return statementStanislaw Halik
2013-04-14Update curve-config from showHeadposeWim Vriend
2013-04-13Inverted axes didn't survive refactor eitherStanislaw Halik
2013-04-13Fix alt axes, finallyStanislaw Halik