Age | Commit message (Collapse) | Author |
|
logical locations.
|
|
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.
|
|
pressed the enter key.
|
|
|
|
|
|
done in *allocT functions.
|
|
its now useless counterpart function
|
|
|
|
of FS#1482.
|
|
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.
|
|
to/in the servers.
Each server and game yield a (usually) different 'salt'. This salt is used by the clients to hash their passwords. This way the passwords are not sent in clear text and it is not trivial to use those hashes on other servers.
NOTE: It is still NOT safe to use your trusted passwords and it will not stop people from being able to 'hijack' your password, it only makes it harder to do and certainly much less trivial than just dumping passwords from the memory.
|
|
network games.
|
|
|
|
|
|
network_gui.cpp
|
|
network_gui.cpp
|
|
|
|
|
|
remaining to fit with the naming style
|
|
remaining to fit with the naming style
|
|
style
|
|
This fixes also FS#1450
|
|
with the coding style
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;)
|
|
writing a packet, causing still correctly sized packets to cause assertions.
|
|
some of the magic).
-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.
|
|
|
|
spotted by SmatZ.
|
|
function and variables.
|
|
|
|
actually handle more than 10 clients/companies/spectators in a nice way, i.e. without making a combobox with 100 players and add 90 new strings to be able to do so.
|
|
|
|
state of UDP sockets.
|
|
640 pixels.
|
|
|
|
windows that are smaller than the default window size.
|
|
every once in a while so the information stays fairly up-to-date when you are looking through the servers.
|
|
moving { to a new line.
|
|
variables.h to strings.h
|
|
when a command failed instead of only the client that actually did the command.
|
|
name text box. Patch by benc.
|
|
actual behaviour.
|
|
compile-time and server side only to aid debugging some desyncs, i.e. dump the stream of commands so it could be replayed in exactly the same way later. This should primarily be used to make desyncs more easily reproducable, so it can be properly debugged.
|
|
static newgrfs too.
|
|
|
|
that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "<Unknown>".
|
|
|