Age | Commit message (Collapse) | Author |
|
guis.
|
|
for stations, houses and industries
|
|
in tile description
|
|
|
|
|
|
|
|
with all other structs/classes that are in a pool.
|
|
were printed, otherwise the text could change due to the few number of slots that could be used to bind.
-Codechange: remove all BindCString and related functions and replace it by RAW_STRING which prints the C-string raw pointer that is on the 'print stack'.
|
|
make it better readable
|
|
-Cleanup: some reincarnations of _fios_items in the code
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
window_gui.h/window.cpp because they belong there.
|
|
|
|
instead of just yes.
|
|
|
|
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
tile-info-window.
|
|
New World window
|
|
|
|
Patch by Alberth.
|
|
Window constructors.
|
|
OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
|
the Window class and remove Window from their naming.
|
|
|
|
|
|
been cancelled message' even when it was not cancelled causing joining passworded servers/companies to fail.
|
|
|
|
parent class already have it
|
|
|
|
GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables.
|
|
object is bound to cause errors.
|
|
|
|
|
|
byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.
|
|
the need for WE_ON_EDIT_TEXT_CANCEL.
|
|
rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
|
|
|
.cpp files where they are actually used.
|
|
|
|
Window.
|
|
a Window constructor.
|
|
|
|
when it's certain that w != NULL.
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
with _ for non-globals, and use implicit enum numbering.
|
|
including other headers in variables.h.
|
|
operators.
|