Alexander van Gessel
Alexander van Gessel
> does it always happen for you only sometimes? Every time I try to load any scenario. > also what compiler and boost versions are you using? g++ 14.2.1 boost...
I special-cased `'.'` in `string_to_builder_number_`, but that just moved the problem to `'*'`. Special casing that too allows me to launch scenarios without crashing.
Beyond `value`, there are also `add`, `multiply`, `sub` and `divide`. I don't know how they interact with `cumulative`, but we should check. I also remember something about `cumulative` only affecting...
Regarding the code that was commented out with "I don't think this does anything, but I've left it here for reference", in a previous version of this PR, I decided...
I don't see anything that looks off to me, and the comments will hopefully make things easier for the next person to touch this code.
> A big directional offsets on large frames can still cause glitches. I don't know why. > [...] > ..solves the issue, but I will not add it. Since there...