Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-18 | logic/pipeline: set limits more sensibly | Stanislaw Halik | |
We must keep a certain leeway here for people aiming in WW2 sims. | |||
2018-01-18 | logic: change relative translation triggering | Stanislaw Halik | |
Relative translation mode now has three states: - disabled - always enabled - enabled when not aiming In the third mode, looking very close to center disables reltrans. The exact values aren't final. | |||
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-10 | logic/pipeline: conditionalize | Stanislaw Halik | |
Will activate only when looking down or backward. When activating or deactivating, will slowly slide into the new position, no instant movement involved. Issue: #712 | |||
2018-01-03 | logic/pipeline: simplify NaN check control flow | Stanislaw Halik | |
2017-12-29 | logic/pipeline: don't emit data on disabled axis | Stanislaw Halik | |
Issue: #707 | |||
2017-12-02 | logic: remove center_method setting | Stanislaw Halik | |
2017-10-27 | logic: use c++14-style in-line initializers | Stanislaw Halik | |
2017-10-21 | logic/tracker: rename to pipeline | Stanislaw Halik | |
Could use a better name. |