summaryrefslogtreecommitdiffhomepage
path: root/gui/settings.cpp
AgeCommit message (Collapse)Author
2018-01-18logic: change relative translation triggeringStanislaw 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-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-16logic, spline: get rid of using namespace in headerStanislaw Halik
2018-01-11cmake, gui, main: make user interface reusableStanislaw Halik
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class.
2018-01-10many: get rid of trailing type specifiersStanislaw Halik
2017-12-02logic: remove center_method settingStanislaw Halik
2017-10-27gui: rename source files onlyStanislaw Halik