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 56f37d9386 (svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors 13 years ago
..
address.cpp (svn r23193) -Codechange: don't cast away const unneededly 13 years ago
address.h (svn r22695) -Fix [FS#4697]: mark addresses that could not be resolved as 'do not resolve anymore' as well, instead of trying to resolve them each and every time the address is accessed 13 years ago
config.h (svn r23047) -Documentation: silly typo in comment 13 years ago
core.cpp (svn r21358) -Codechange: make some network function names conform to coding style 14 years ago
core.h (svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines. 14 years ago
game.h
host.cpp
host.h
os_abstraction.h (svn r22403) -Document: some more network/core code 14 years ago
packet.cpp (svn r22403) -Document: some more network/core code 14 years ago
packet.h (svn r22401) -Codechange: replace some defines in the udp code so doxygen can create better documentation 14 years ago
tcp.cpp (svn r22403) -Document: some more network/core code 14 years ago
tcp.h (svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" when SendPackets closed the connection 14 years ago
tcp_admin.cpp (svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction between bankruptcy and manual removal of companies even though the API suggested that 13 years ago
tcp_admin.h (svn r23031) -Fix [FS#4804]: for the admin "bots" there was no distinction between bankruptcy and manual removal of companies even though the API suggested that 13 years ago
tcp_connect.cpp (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 14 years ago
tcp_content.cpp (svn r22431) -Fix (r22399): NETWORK_RECV_STATUS_MALFORMED_PACKET != false. 14 years ago
tcp_content.h (svn r22403) -Document: some more network/core code 14 years ago
tcp_game.cpp (svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors 13 years ago
tcp_game.h (svn r22403) -Document: some more network/core code 14 years ago
tcp_http.cpp (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 13 years ago
tcp_http.h (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 13 years ago
tcp_listen.h (svn r21875) -Codechange: indentation of some comments was wrong 14 years ago
udp.cpp (svn r23193) -Codechange: don't cast away const unneededly 13 years ago
udp.h (svn r22401) -Codechange: replace some defines in the udp code so doxygen can create better documentation 14 years ago