OpenTTD/src/network/core
Patric Stout 6550682b49
Codechange: minor bits and pieces related to fmt::format() (#11806)
- Don't make run-time formatting what can be done compile-time.
- Be explicit about run-time formatting.
- Fix datetime printing.
2024-01-16 21:10:34 +00:00
..
CMakeLists.txt Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 2023-09-02 19:46:52 +02:00
address.cpp Codechange: minor bits and pieces related to fmt::format() (#11806) 2024-01-16 21:10:34 +00:00
address.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
config.cpp Feature: opt-in survey when exiting a game 2023-05-14 23:22:02 +02:00
config.h Remove: Debug redirect over network 2024-01-14 22:14:31 +01:00
core.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
core.h Codechange: use default dtor instead of empty (#10826) 2023-05-14 23:31:03 +02:00
host.cpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
host.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
http.h Fix: race-conditions in GUI updates when downloading HTTP files (#11639) 2024-01-02 22:05:25 +01:00
http_curl.cpp Fix: race-condition when quitting the game with libcurl (#11688) 2024-01-05 18:48:21 +00:00
http_none.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
http_shared.h Fix: race-condition when quitting the game with libcurl (#11688) 2024-01-05 18:48:21 +00:00
http_winhttp.cpp Fix: race-conditions in GUI updates when downloading HTTP files (#11639) 2024-01-02 22:05:25 +01:00
network_game_info.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 2023-11-06 20:29:35 +00:00
network_game_info.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 2023-09-02 19:46:52 +02:00
os_abstraction.cpp Fix: compilation without precompiled headers (#11770) 2024-01-14 13:27:03 +01:00
os_abstraction.h Codechange: replace static inline with static for non-class functions 2024-01-06 13:37:33 +01:00
packet.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
packet.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
tcp.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_admin.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_admin.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
tcp_connect.cpp Codechange: replace x.size() == 0 with x.empty() 2023-10-20 23:05:43 +02:00
tcp_content.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_content.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
tcp_content_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
tcp_coordinator.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_coordinator.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 2023-09-02 19:46:52 +02:00
tcp_game.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_game.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
tcp_listen.h Codechange: replace x.size() == 0 with x.empty() 2023-10-20 23:05:43 +02:00
tcp_stun.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_stun.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
tcp_turn.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_turn.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 2023-09-02 19:46:52 +02:00
udp.cpp Codechange: replace x.size() != 0 with !x.empty() 2023-10-20 23:05:43 +02:00
udp.h Remove: unused UDP protocol parts 2021-07-10 20:17:07 +02:00