Age | Commit message (Collapse) | Author |
|
|
|
|
|
with all other structs/classes that are in a pool.
|
|
name in the commands too.
|
|
|
|
-Fix: MP advertising was not advertising.
|
|
settings between NetworkSettings and NetworkGameInfo.
-Fix: failure of changing the server password during games because the password wasn't duplicated properly.
|
|
|
|
headers so that nothing from the network directory needs to include basically all network headers.
|
|
network/network_internal to settings.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
initialised once and always with the same value with enums.
|
|
|
|
from openttd.h to their own headers.
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
including other headers in variables.h.
|
|
operators.
|
|
the wonderfull world of overflows.
|
|
duplication.
|
|
to be included when wanting to know whether we are a server.
|
|
|
|
on a dedicated server. Patch by dihedral.
|
|
unneeded include from openttd.h.
|
|
|
|
move the debugdumpcommand stuff out of the network 'area').
|
|
when it's not necessary.
|
|
|
|
|
|
map.h).
|
|
-Codechange: Adapt the md5 algorithm to the OpenTTD source
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
|
|
their respective places.
|
|
|
|
of FS#1482.
|
|
|
|
function and variables.
|
|
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.
|
|
dedicated servers can have the little lang flag.
|
|
of players in the network game when they haven't joined the game yet.
|
|
|
|
-Documentation: Updated readme.txt for SunOS 5.10 (aka Solaris 10)
Note: With this commit, building and running on Solaris 10 works, thus
we officially support this OS now :)
|
|
characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games.
|
|
-Add: added general header-inclusing for PSP
|
|
DEBUG() to a remote connection over TCP
For example, launch on 192.168.0.1 with, say, netcat a listener: netcat -l -p 3982
Launch OpenTTD on a remote host (say, PSP): ./openttd -l 192.168.0.1 -d9
And you get all debug information on 192.168.0.1. Very useful for debugging Portable systems.
|
|
via UDP and TCP.
|