1
0
Fork 0
OpenTTD/src/network
Patric Stout 1eb20db8db Add: ability to retrieve game info from server over TCP 2021-05-03 19:33:42 +01:00
..
core Add: ability to retrieve game info from server over TCP 2021-05-03 19:33:42 +01:00
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
network.cpp Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_admin.cpp Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_admin.h Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_base.h Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_chat_gui.cpp Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_client.cpp Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_client.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_command.cpp Codechange: rename sound ids to make more sense. (#8701) 2021-02-20 19:01:04 +01:00
network_content.cpp Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_content.h Codechange: [Network] replace _realtime_tick with std::chrono 2021-02-27 00:36:14 +01:00
network_content_gui.cpp Add: make modal windows update more smooth 2021-03-10 13:41:18 +01:00
network_content_gui.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_func.h Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_gamelist.cpp Codechange: Replace custom linked list for GRF texts with STL vectors and strings. 2020-05-21 20:02:34 +02:00
network_gamelist.h Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_gui.cpp Codechange: [Network] Do not leak os_abstraction.h via network_func 2021-05-03 19:33:42 +01:00
network_gui.h Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_internal.h Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_server.cpp Add: ability to retrieve game info from server over TCP 2021-05-03 19:33:42 +01:00
network_server.h Add: ability to retrieve game info from server over TCP 2021-05-03 19:33:42 +01:00
network_type.h Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_udp.cpp Codechange: move all NetworkGameInfo related functions to a single file 2021-05-03 19:33:42 +01:00
network_udp.h Change: move some things only relevant to UDP from network.cpp to network_udp.cpp 2021-04-18 21:31:21 +01:00