Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
next/previous sign in signs_gui.cpp (Roujin)
|
|
Also, it makes sure the RenameSignWindow isn't open when there are no signs (and crashes associted with that)
|
|
|
|
|
|
constants.
|
|
configurable.
|
|
smallmaps, stations and signs guis.
|
|
|
|
planetmaker)
|
|
|
|
|
|
|
|
OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
|
the Window class and remove Window from their naming.
|
|
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.
|
|
Window.
|
|
a Window constructor.
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
operators.
|
|
|
|
|
|
|
|
someone without a keyboard can enter text too. Patch by Dominik.
|
|
unneeded include from openttd.h.
|
|
now attached to their object directly and there is
no limit to the amount of names.
-Fix: NewGRF engines could not be renamed.
|
|
|
|
|
|
map.h).
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
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.
|
|
done in *allocT functions.
|
|
|
|
correctly.
A better solution will be deviced, but not now. Let's not cause a ton of bug reports
|
|
which specifies that the window holding it is actually one that enables an edit box.
Use this flag when dispatching a key event instead of using some hard coded window IDs.
This should ease a little bit the creation of new edit aware windows.
|
|
|
|
remaining to fit with the naming style
|
|
remaining to fit with the naming style
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
windows that are smaller than the default window size.
|
|
previous/next sign (XeryusTC)
|