Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-09 | logic/settings: default to pointtracker | Stanislaw Halik | |
2016-09-08 | tracklogging: begone file selector gui. Now a file select dialog will pop up ↵ | DaMichel | |
when the tracker starts. | |||
2016-09-06 | logic/shortcuts: fix "held" not initialized for joysticks | Stanislaw Halik | |
Reported-by: @Sone989 Issue: #440 | |||
2016-09-06 | gui, logic: add shortcut for "translation compensation off while held" | Stanislaw Halik | |
Requested-by: @Sone989 Issue: #440 | |||
2016-09-06 | {dinput,logic,..}: cleanup | Stanislaw Halik | |
2016-09-03 | logic/tracker: move invert after mapping | Stanislaw Halik | |
It's only for when games expect different sign. If tracker input translation is necessary, use either "camera offset" for rotation between -180 to 180 roll value, or given tracker's option. For trackers where this is necessary they should offer an option in their own dialog. | |||
2016-09-03 | logic/simple-mat: fix tait-bryan pitch axis swappage | Stanislaw Halik | |
Broke experimental camera centering option. | |||
2016-08-23 | logic/tracker: minor nonsense | Stanislaw Halik | |
2016-08-18 | logic/tracker: decomposed unscaled rotation isn't used anywhere | Stanislaw Halik | |
2016-08-18 | logic/tracker: fix accumulative tracker camera mode center | Stanislaw Halik | |
2016-08-17 | logic: reindent only | Stanislaw Halik | |
2016-08-17 | options: support deferred writes when saving bundles | Stanislaw Halik | |
The mapping window has 13 bundles total in use. Setting them all can take up to a large fraction of a second on some windows filesystems. Do a single config write instead. | |||
2016-08-17 | logic/tracker: cleanup gimbal lock fix | Stanislaw Halik | |
There were too many cases of variables with a "_real" suffix and without. Move both cases into struct data members. Also add experimental camera centering method. Cleanup some other stuff like "is_nan" should take an arbitrary Mat. | |||
2016-08-17 | logic/mappings: update to new api | Stanislaw Halik | |
2016-08-17 | logic/main-settings: update following api changes | Stanislaw Halik | |
Axis mapping was saved/read from the wrong ini bundle. This is #415. Otherwise, update following preceding api changes. | |||
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-14 | dinput: fix dinput freeze | Stanislaw Halik | |
It was easiest to reproduce when a protocol failed to load. As usual, win32 debugging without MSVC++ is nearly useless. | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. |