Age | Commit message (Collapse) | Author |
|
1. Calling valueChanged didn't invoke machinery in
value<t>, only base_value aka value_.
There's a fast path in value<t>::type() despite the
pessimization.
2. Split global scope stuff into options::globals from
the options::globals stuff
3. Adjust usages
|
|
|
|
No visible changes (hopefully).
|
|
Use more C++17 features where this helps any.
|
|
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.
|
|
Adjust usages.
|
|
|
|
The work isn't complete. We need moving out all non-reusable parts away
and only keeping user interface logic in a class.
|
|
|
|
|
|
|