Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
VehicleGroupWindow.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
signal window accordingly
|
|
-Fix [FS#1997]: MSVC 64 bit build failing to compile due to std::vectors being very large..
|
|
|
|
|
|
OSK window in some cases.
|
|
|
|
strings
|
|
instead of a global one as it should only be used from window.cpp.
|
|
that the pointer you are allocating to is NULL. Patch by Alberth.
|
|
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.
|
|
same thing.
|
|
the need for WE_ON_EDIT_TEXT_CANCEL.
|
|
|
|
|
|
rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
|
the original values were correct.
|
|
|
|
store a second tile to skip to (in news messages). Patch by cirdan.
|
|
resizable and truncate strings
|
|
|
|
|
|
|
|
.cpp files where they are actually used.
|
|
|
|
This can't be solved by using exceptions because the longjmp is needed for PNG (C-code) handling.
|
|
function...
|
|
place where it is used and remove some unneeded globalisations of some other PlaceProc functions.
|
|
|
|
functions/types to tilehighlight_*.h.
|
|
|
|
|
|
move it to there.
|
|
Window.
|
|
a Window constructor.
|
|
pointer to the front vehicle in certain cases
Now it's updated when it's the front vehicle and it's every time it's the front vehicle and only if it's the front vehicle (nomatter if the replacement works or not)
|
|
vehicles right away if we fail to replace them and certainly not presume their data is valid
|
|
|