OpenTTD/src/network
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
..
core Codechange: minor bits and pieces related to fmt::format() (#11806) 2024-01-16 21:10:34 +00:00
CMakeLists.txt Feature: opt-in survey when exiting a game 2023-05-14 23:22:02 +02:00
network.cpp Remove: Debug redirect over network 2024-01-14 22:14:31 +01:00
network.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_admin.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_admin.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
network_base.h Codechange: Delete date_type.h 2023-09-10 08:40:25 -04:00
network_chat_gui.cpp Codechange: Replace mishmash of types for widget index with WidgetID. 2023-12-30 00:23:57 +00:00
network_client.cpp Cleanup: missing spaces before continuation * in some comments 2023-11-01 22:56:11 +01:00
network_client.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
network_command.cpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
network_content.cpp Fix: race-conditions in GUI updates when downloading HTTP files (#11639) 2024-01-02 22:05:25 +01:00
network_content.h Fix: race-conditions in GUI updates when downloading HTTP files (#11639) 2024-01-02 22:05:25 +01:00
network_content_gui.cpp Codechange: Replace mishmash of types for widget index with WidgetID. 2023-12-30 00:23:57 +00:00
network_content_gui.h Codechange: Replace mishmash of types for widget index with WidgetID. 2023-12-30 00:23:57 +00:00
network_coordinator.cpp Fix: Treat closing network relay window as a choice of "No". 2023-10-13 20:47:28 +01:00
network_coordinator.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
network_func.h Remove: Debug redirect over network 2024-01-14 22:14:31 +01:00
network_gamelist.cpp Codechange: make the MD5 hash/digest/checksum variables a std::array 2023-05-19 11:24:44 +02:00
network_gamelist.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 2023-09-02 19:46:52 +02:00
network_gui.cpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
network_gui.h Fix: Treat closing network relay window as a choice of "No". 2023-10-13 20:47:28 +01:00
network_internal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
network_query.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
network_query.h Fix #9501: [Network] crash when more than one game-info query was pending (#9502) 2021-08-23 19:37:51 +02:00
network_server.cpp Codechange: compile-time validate the string format of IConsolePrint (#11804) 2024-01-16 21:04:35 +00:00
network_server.h Codechange: Add missing override specifiers. 2023-09-25 21:27:45 +01:00
network_stun.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
network_stun.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
network_survey.cpp Fix: don't unneededly block on transmitting survey on exit (#11687) 2024-01-05 18:54:00 +00:00
network_survey.h Fix: don't unneededly block on transmitting survey on exit (#11687) 2024-01-05 18:54:00 +00:00
network_turn.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
network_turn.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
network_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
network_udp.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
network_udp.h Remove: old server listing via Master Server 2021-07-10 20:17:07 +02:00