Age | Commit message (Collapse) | Author |
|
enum they are representing
|
|
|
|
with all other structs/classes that are in a pool.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
PickerWindows.
|
|
The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
|
|
|
|
Build[Air|Rail|Road|Dock]ToolbarWindows.
|
|
WindowEvent.
|
|
the Window class and remove Window from their naming.
|
|
|
|
recursively via the OnPlaceObjectAbort callback and use this knowledge to simplify closing some windows.
|
|
|
|
rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
|
Window.
|
|
a Window constructor.
|
|
|
|
to only one. Thanks to Roujin
|
|
when it's certain that w != NULL.
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
toolbar is a rail toolbar, but use the window number.
|
|
buildable even when it was not.
|
|
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
|
|
|
3 lines
|
|
|
|
|
|
Patch by Roujin.
|
|
station_func.h.
|
|
|
|
|
|
|
|
if cargo acceptance list is too long.
|
|
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
|
|
needed.
|
|
main_gui.cpp to terraform_gui.cpp (and introduce terraform_gui.h). Based on a patch by Roujin.
|
|
functions.
|
|
useless includes.
|
|
map.h).
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
their respective places.
|
|
and making it more logic where function definitions can be found.
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|