Age | Commit message (Collapse) | Author |
|
Windows if the date would not be logged.
|
|
[console] is enough
|
|
|
|
|
|
|
|
_stdlib_con_developer
|
|
if a header require a header make it include that header
|
|
|
|
comment
|
|
|
|
not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'.
|
|
|
|
printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
|
sources too
|
|
|
|
color and colour.
|
|
|
|
|
|
identification ids and the indices into the clients/client info arrays.
|
|
last byte of the parameters.
|
|
client so it is immediatelly clear which one you are working with.
|
|
doesn't guarantee the resulting string is '\0'-terminated.
|
|
headers so that nothing from the network directory needs to include basically all network headers.
|
|
|
|
|
|
initialised once and always with the same value with enums.
|
|
|
|
|
|
OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
|
|
|
a Window constructor.
|
|
when it's certain that w != NULL.
|
|
something more than whitespace as description of files that don't have a description.
|
|
functions.
|
|
|
|
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
when it's not necessary.
|
|
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.
|
|
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.
|
|
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.
|
|
fitting to the naming style
|
|
remaining to fit with the naming style
|
|
remaining to fit with the naming style
|