OpenTTD/src/network/core
PeterN 0ab6244f6b
Fix #7165: Missed another 'Append() --> push_back()' replacement (#7548)
2019-04-27 20:47:32 +01:00
..
address.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
address.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
config.h Change: Increase NETWORK_REVISION_LENGTH to 33 bytes 2019-02-03 18:00:16 +01:00
core.cpp Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
core.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
game.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
host.cpp Fix #7165: Missed another 'Append() --> push_back()' replacement (#7548) 2019-04-27 20:47:32 +01:00
host.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 2010-01-15 16:41:15 +00:00
os_abstraction.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
packet.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
packet.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
tcp.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp_admin.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp_admin.h Codechange: Use override keyword in networking classes. 2019-03-24 17:38:42 +00:00
tcp_connect.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp_content.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp_content.h Codechange: Use override keyword in networking classes. 2019-03-24 17:38:42 +00:00
tcp_game.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp_game.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp_http.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp_http.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
tcp_listen.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
udp.cpp Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00
udp.h Codechange: Use null pointer literal instead of the NULL macro 2019-04-10 23:22:20 +02:00