OpenTTD/src/network/core
2011-12-19 21:00:32 +00:00
..
address.cpp (svn r23193) -Codechange: don't cast away const unneededly 2011-11-12 08:10:22 +00:00
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 2011-07-30 10:28:52 +00:00
config.h (svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript 2011-12-19 21:00:32 +00:00
core.cpp
core.h
game.h
host.cpp
host.h
os_abstraction.h (svn r22403) -Document: some more network/core code 2011-05-01 13:29:40 +00:00
packet.cpp (svn r23590) -Codechange: make the string validation settings better expandable 2011-12-18 18:37:54 +00:00
packet.h (svn r23590) -Codechange: make the string validation settings better expandable 2011-12-18 18:37:54 +00:00
tcp_admin.cpp (svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript 2011-12-19 21:00:32 +00:00
tcp_admin.h (svn r23623) -Add: allow bi-directional communication with the AdminPort and GameScript 2011-12-19 21:00:32 +00:00
tcp_connect.cpp (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 2011-01-22 09:53:15 +00:00
tcp_content.cpp (svn r22431) -Fix (r22399): NETWORK_RECV_STATUS_MALFORMED_PACKET != false. 2011-05-06 22:17:34 +00:00
tcp_content.h (svn r23612) -Add: allow importing libraries in the same way as AI does, only with GS prefix (and in game/library) 2011-12-19 20:56:59 +00:00
tcp_game.cpp (svn r23476) -Codechange: use the error queue to replace switch mode error strings, again making it possible to return multiple errors 2011-12-10 15:16:58 +00:00
tcp_game.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 2011-12-19 17:48:04 +00:00
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 2011-11-12 13:00:29 +00:00
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 2011-11-12 13:00:29 +00:00
tcp_listen.h (svn r21875) -Codechange: indentation of some comments was wrong 2011-01-21 01:38:30 +00:00
tcp.cpp (svn r22403) -Document: some more network/core code 2011-05-01 13:29:40 +00:00
tcp.h (svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" when SendPackets closed the connection 2011-02-12 21:09:34 +00:00
udp.cpp (svn r23193) -Codechange: don't cast away const unneededly 2011-11-12 08:10:22 +00:00
udp.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 2011-12-19 17:48:04 +00:00