1
0
Fork 0
OpenTTD/src/network/core
rubidium 60a6582590 (svn r13713) -Fix: possible crash on creating a network packet. 2008-07-17 11:47:57 +00:00
..
config.h (svn r13713) -Fix: possible crash on creating a network packet. 2008-07-17 11:47:57 +00:00
core.cpp (svn r9050) -Codechange: Foo(void) -> Foo() 2007-03-07 11:47:46 +00:00
core.h (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. 2008-05-30 18:20:26 +00:00
game.h (svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo. 2008-06-03 08:04:35 +00:00
os_abstraction.h (svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka. 2008-04-30 07:39:46 +00:00
packet.cpp (svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute 2008-04-18 21:33:21 +00:00
packet.h (svn r9050) -Codechange: Foo(void) -> Foo() 2007-03-07 11:47:46 +00:00
tcp.cpp (svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers. 2008-05-30 18:20:26 +00:00
tcp.h (svn r11818) -Codechange: split player.h into smaller pieces. 2008-01-12 14:10:35 +00:00
udp.cpp (svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading some NewGRF data. 2008-04-09 14:05:50 +00:00
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). 2007-02-23 08:37:33 +00:00