Age | Commit message (Collapse) | Author |
|
and strecpy where direct conversion is possible
|
|
HandleEditBox function (Zuu)
|
|
textbuf, explicitly say it includes the terminating zero
-Fix: one couldn't rename things with too long default/automatic name
-Fix: buffer overflow in console when too long (1024 bytes) command was entered
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
doesn't guarantee the resulting string is '\0'-terminated.
|
|
engine when turning a train in a station.
|
|
vehicles, engines, towns, groups, stations, waypoints, managers and companies)
|
|
ShowQueryString()
|
|
fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
|
While at it, an alphabetic error been fixed
|
|
|
|
configurable.
|
|
are drawn using the old Patch-like PBS sprites. (michi_cc)
|
|
general tooltip window.
|
|
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.
|