Tags: smurfix/kf2
Tags
Don't implement zoom/move speedups if distance estimator AND jitter
Comments, whitespace Consistency is helpful for finding code …
Simplify Settings code We no longer compare old with new settings. Instead we compare current values with those from Settings (new if set, current otherwise). Thus incremental changes are easy (update NewSettings without moving it to Settings), as is reverting them (remove newSettings and call ApplySettings). ChgXXX macros now answer the question "do the (new) settings change parameter XXX".
Add a way to check whether applying new settings is OK in the current… … situation.
PreviousNext