You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/network/core
rubidium abc903d625 (svn r14712) -Codechange: split server and client side w.r.t. the storage of network related company information. 16 years ago
..
config.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
core.cpp (svn r14712) -Codechange: split server and client side w.r.t. the storage of network related company information. 16 years ago
core.h (svn r14712) -Codechange: split server and client side w.r.t. the storage of network related company information. 16 years ago
game.h (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
host.cpp (svn r14671) -Fix: compilation was broken for some systems 16 years ago
host.h (svn r13988) -Codechange: move the to IP resolving functions to a separate file. 16 years ago
os_abstraction.h (svn r14177) -Fix: define INADDR_NONE only when it hasn't been defined yet 16 years ago
packet.cpp (svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute 16 years ago
packet.h (svn r9050) -Codechange: Foo(void) -> Foo() 18 years ago
tcp.cpp (svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays. 16 years ago
tcp.h (svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays. 16 years ago
udp.cpp (svn r14174) -Fix: since now, we are 'losing' things, not 'loosing' 16 years ago
udp.h (svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives). 18 years ago