Age | Commit message (Collapse) | Author |
|
variables.
|
|
|
|
railtypes. (These are currently the same, but won't be forever...)
|
|
|
|
|
|
shuffling order of rail vehicle purchase list (and replace vehicle list)
|
|
newgrf_engine.[ch], and add the new files to project files.
|
|
|
|
|
|
settings may have changed.
|
|
not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf)
|
|
an engine or a wagon. (fixes SHIKI 810 in jpsetw.grf)
|
|
id for warning messages -- this makes this output more useful...
|
|
is rather vague on this, but we don't support newcargos anyway.
|
|
class. Also fix typo in r3384.
|
|
engine class not getting set.
|
|
|
|
refit mask.
|
|
fixes names in climates where the engines don't get loaded. Renamed function to reflect its purpose.
|
|
the scroll count of a list and furthermore only used in one file
|
|
|
|
false; else return true; is confusing
|
|
and added some more values.
|
|
lengthof()
|
|
Rewrite handling of station classes.
Allow for more than 8 station tile layouts.
Start of code to unload custom stations.
|
|
|
|
OpenTTD? (belugas)
|
|
by cargo classes.
|
|
When being asked answer according to _use_dos_palette. (Suggestion by Belugas)
|
|
- const, whitespace, indentation, bracing, GB/SB, pointless casts
- use the trinary operator where appropriate
- data types (uint[] -> AcceptedCargo, ...)
- if cascade -> switch
- if (ptr) -> if (ptr != NULL)
- DeMorgan's Law
- Fix some comments
- 0 -> '\0', change magic numbers to symbolic constants
|
|
|
|
|
|
of manual shifting/anding
|
|
to a vehicle.
|
|
|
|
|
|
|
|
|
|
groups. This will allow unloading.
|
|
of callbacks results within random and "real" groups. (Not fully supported yet.)
|
|
pointers instead of copying the data around.
|
|
-Codechange, NewGRF: Remove unnecessary NULL check.
|
|
description, in which case the Action 8 is 8 bytes, not 9. (pb_viaduct)
|
|
tables from GRF. Currently drawing tall pillars uses old data.
|
|
-Fix, Newgrf: Don't mark an engine as a wagon after setting speed -- wagons can have speed limits.
|
|
references to our (new) original engine/vehicle tables.
|
|
them so NewGRF data can be loaded without wiping out the default data.
|
|
|
|
enabled by default.
|
|
0x60-0x7F. This parameter isn't used yet.
|