summaryrefslogtreecommitdiff
path: root/regression/regression.cfg
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-06-18 13:27:59 +0200
committerPatric Stout <github@truebrain.nl>2021-07-02 22:21:58 +0200
commit4e645ce749904f736ccf2b5b9d400240ea420833 (patch)
tree48263c271be7db4fb1bc00f1046be616d8cea909 /regression/regression.cfg
parent9643a1b80ac9d5c2e3b2781e7536de874ee3f2bb (diff)
downloadopenttd-4e645ce749904f736ccf2b5b9d400240ea420833.tar.xz
Codechange: using "until" in function names can be confusing
IsSavegameVersionUntil() did a [0, N] check, not [0, N) as the name suggests. Until can be a confusing word, where people consider it to be including the upperbound. Dictionary states it means "before", excluding the upperbound. There are long debates about who is right. So, simply remove away from this ambiguity, and call it "before" and "before or at". This makes the world easier for everyone.
Diffstat (limited to 'regression/regression.cfg')
0 files changed, 0 insertions, 0 deletions