Age | Commit message (Collapse) | Author |
|
-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.
|
|
place to a single location.
|
|
|
|
Patch by Roujin.
|
|
|
|
|
|
when it is reopened
|
|
(especially because newgrf_station.h includes a lot of stuff).
|
|
station_func.h.
|
|
|
|
|
|
someone without a keyboard can enter text too. Patch by Dominik.
|
|
handling and bring it in line with the coding guidelines.
|
|
load/save windows when the game is paused due to missing GRFs.
|
|
it when needed.
|
|
|
|
aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
|