Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std::vector::[push|emplace]_back()
|
|
|
|
|
|
|
|
|
|
|
|
cargo type.
It is only an error if the invalid result is actually used. This will be silently ignored at the moment.
It is still an error if a duplicate cargo type is returned.
|
|
|
|
classes.
|
|
New Action0 property 23 for feature 07, variable length, format B n*(B B). Initial byte is number of structures following. First byte in structure is cargo id, second is acceptance level in 1/8 units.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We do a memset of (byte - byte), which strictly seen ranges from -254 .. 255, for which GCC warns.
But just before this memset is an if() which says the first byte has to be bigger than the second.
So this is a bogus warning.
|
|
- nvar=0 is meant to return the calculated result.
- Missing references resolve to NULL and got identified with the default result.
- Missing 'break' broke overlapping cases.
- Splitting into non-overlapping cases could result in more than 256 cases.
|
|
non-overlapping ranges, sort them and resolve them using binary search. Speedup sprite resolving by about 7 percent.
|
|
rotation data (JGR)
|
|
sure that they are really constant
|
|
|
|
|
|
|
|
sequences to test for consecutive values.
|
|
default-case in Action 4.
|
|
Action 13.
|
|
a popup into a static message that only shows in non-release versions, just like the 'missing translations' message.
|
|
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
orig_extra.grf contains graphics specific to the original baseset only.
|
|
maximum number of NewGRFs in a game.
-Codechange: Remove LAST_GRF_SLOT and MAX_NEWGRFS. Now NETWORK_MAX_GRF_COUNT is the only constant to specify the maximum number of non-static NewGRF.
-Codechange: Increase the number of file slots, effectively increasing the maximum number of static NewGRF and baseset GRFs.
|
|
instead, which does the same in all use-cases.
|
|
|
|
unambiguously to either RoadCatenary or RailCatenary.
|
|
|
|
property 0x10 and aircraft property 0x12.
|
|
rocky tile set.
|
|
interpreted incorrectly; however since the wrong behaviour is saner, define as the correct behaviour for GRFv8.
|
|
NewGRF.
|
|
interface.
|