Age | Commit message (Collapse) | Author |
|
GUIList::NeedResort since the latter has the sideeffects.
|
|
(Eagle_rainbow)
|
|
|
|
list who tried to disguised themself as optimisations.
|
|
|
|
QueryStrings per widget instead.
|
|
QueryStringBaseWindow and directly use QueryString.
|
|
|
|
|
|
sense if it is smaller than the second one, also its unit is not pixels.
|
|
Window::OnEditboxChanged.
|
|
|
|
|
|
CANCEL buttons via QueryString members.
|
|
|
|
|
|
no effect whatsoever.
|
|
|
|
handled more generally.
|
|
|
|
|
|
not be used anymore. (sbr)
|
|
the send queue
|
|
compile it, and doesn't need all the required dependencies
|
|
|
|
|
|
|
|
|
|
|
|
NewGRF while it is selected.
|
|
|
|
online content window (LordAro)
|
|
Subdirectory conversion (LordAro)
|
|
whitespace resp. quoted) in the sign list, content- and NewGRF-guis.
|
|
blinking due to wrong magic constants (same as r17539).
|
|
functions.
|
|
switching states making it possible to get disconnected for lagging when you weren't lagging
|
|
patch by Juanjo)
|
|
selected anymore (adf88)
|
|
|
|
server instead of waiting for the requery loop (adf88)
|
|
they haven't got the savegame yet, they won't have the interface to send them either (dihedral)
|
|
clients start accepting once they send 'map ok' to the server, which is the same moment we change their status to pre-active
|
|
|
|
|
|
|
|
the cargo count of the current quarter instead of the last quarter like the tooltip says
|
|
if their creating client doesn't exist during the replay
|
|
|
|
reduce the chance that it happens significantly with betas/RCs/nightlies by doing the same as is done for stable releases: check the NewGRF version of server vs client.
Previously this check was not done for nightlies/betas/RCs due to missing versioning information in the source tarballs, but they have that for a while now. So just force the NewGRF version check for all versions, and remove the broken --revision configure option
|