Age | Commit message (Collapse) | Author |
|
callback
|
|
new one.
|
|
API.
|
|
left/right instead of the x and width to make drawing text at offsets easier.
|
|
expanding them much easier (Alberth)
|
|
|
|
|
|
|
|
|
|
window when the content of the window isn't editable
|
|
'compatability loaded' NewGRF instead of the one that we're actually looking for
|
|
content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows.
|
|
content list.
|
|
(content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
|
|
ShowQueryString()
|
|
network lobby.
|
|
|
|
in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs.
|
|
parameteers were broken.
|
|
|
|
|
|
and osk guis
|
|
changing GRF preset.
|
|
|
|
NewGRF window. Presets are saved in the config file.
|
|
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'.
|
|
crashes to simplify debugging. See readme.txt for details
|
|
|
|
the Window class and remove Window from their naming.
|
|
|
|
the need for WE_ON_EDIT_TEXT_CANCEL.
|
|
a Window constructor.
|
|
when it's certain that w != NULL.
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
remove -Wno-empty-body from the configure script
|
|
|
|
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.
|
|
|
|
cleanup there
|
|
correctly.
A better solution will be deviced, but not now. Let's not cause a ton of bug reports
|