Age | Commit message (Collapse) | Author |
|
sizeof(array) instead
of X * sizeof(array[0])
|
|
-(re)set _rename_[id/what] to -1 to catch invalid calls (main_gui.c)
-Only invalidate widget of pause/ff instead of whole window (main_gui.c)
-Remove numbering from WE_ and WC_ as it's not needed, also remove
non-existing windowclasses (window.h, openttd.h)
-Give names to some of the enums (window.h)
-In UninitWindowSystem not only free malloc'd widgets, but also reset the z-array (window.c)
-Some coding style, comments, etc.
|
|
acceleration.
|
|
|
|
debugging levels to
use in debug.h. grfmsg() is now used as a specific debug-function for grf.
|
|
functionalize
check_length, don't print copyright message for grfinfo (it is shown in newgrf
window), have action 0x0B print out the messages with severity 0.
|
|
(to be ported to 0.5)
|
|
|
|
types. (NewCargo support will change this rule a bit...)
|
|
itself.
|
|
current GRF.
|
|
[newgrf-static] section) that should always be loaded. These will also be active during the intro screen, and in multiplayer games. Only "network-safe" NewGRFs are permitted, such as fonts and sprite replacement sets.
|
|
cost bases for rail vehicles.
|
|
terminator
|
|
so it has the 'same' size as the value it is compared to
|
|
VarAction2
|
|
|
|
exclusively. Update action 7/9 now that we know if GRFs are disabled.
|
|
savegames. Back up your savegames...
|
|
enum definition to header for future use.
|
|
|
|
|
|
|
|
NewGRFs
|
|
NewGRFs where the engine traction type was set before the track type of the trains.
|
|
and bridges to be available before 1920.
|
|
Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
|
|
|
|
station layouts
|
|
|
|
|
|
when disabled by GRM, and add a shortcut so that the rest of the file isn't scanned.
|
|
function lists. This will allow us to call different handlers depending on the current stage. Also enum-ize the stage.
|
|
This value doesn't anything to us as we don't follow TTDPatch's development timeline...
|
|
handle handle a language ID of 0x7F as the preferred default language.
|
|
|
|
Management (GRM)
|
|
files again
|
|
vehicles... (mart3p)
|
|
set. (mart3p)
|
|
|
|
|
|
|
|
loaded GRF files.
|
|
and use the first available cargo type instead of only the default.
|
|
secondary colour choice.
|
|
can replace an existing string. Also remove string length check on load which was a quickfix for some grfs.
|
|
flags...
|
|
priority isn't supported.
|
|
those used in OTTD.
This will not reorder OTTD's currencies, but will make it so that
currencies affected by a grf will be those aimed by the writer.
|