OpenTTD/src/network
Rubidium bab5a8a787 Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 2024-03-10 10:14:20 +01:00
..
core Fix fdfcb09: for content service, fallback to TCP downloads when HTTP stalls (#12056) 2024-02-11 20:24:28 +01:00
CMakeLists.txt Feature: opt-in survey when exiting a game 2023-05-14 23:22:02 +02:00
network.cpp Change: make -dnet=9 give traces of the details of the network protocol (#11931) 2024-01-31 19:36:41 +01:00
network.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
network_admin.cpp Fix #10983: [AdminPort] Correct order of messages 2024-02-18 15:11:00 +01:00
network_admin.h Fix #10983: [AdminPort] Correct order of messages 2024-02-18 15:11:00 +01:00
network_base.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
network_chat_gui.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 2024-02-02 22:29:28 +01:00
network_client.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 2024-03-10 10:14:20 +01:00
network_client.h Codechange: use reference instead of pointer for CommandPacket 2024-02-05 18:57:58 +01:00
network_command.cpp Fix cb588d8d: Ordering of command per tick limit and pause mode filtering (#12126) 2024-02-20 15:51:35 -05:00
network_content.cpp Fix fdfcb09: for content service, fallback to TCP downloads when HTTP stalls (#12056) 2024-02-11 20:24:28 +01:00
network_content.h Fix fdfcb09: for content service, fallback to TCP downloads when HTTP stalls (#12056) 2024-02-11 20:24:28 +01:00
network_content_gui.cpp Fix #12196: disable "select upgrade" button when filtering 2024-03-01 22:17:33 +01: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 Codechange: use references for handling received TCP packets 2024-02-05 16:30:49 +01:00
network_coordinator.h Codechange: use references for handling received TCP packets 2024-02-05 16:30:49 +01: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: Use `GetVisibleRangeIterators()` in more places. (#12190) 2024-02-27 20:10:06 +00: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: use std::vector for the incoming command queue 2024-02-05 18:57:58 +01:00
network_query.cpp Codechange: use references for handling received TCP packets 2024-02-05 16:30:49 +01:00
network_query.h Codechange: use references for handling received TCP packets 2024-02-05 16:30:49 +01:00
network_server.cpp Fix #10983: [AdminPort] Correct order of messages 2024-02-18 15:11:00 +01:00
network_server.h Codechange: use reference instead of pointer for CommandPacket 2024-02-05 18:57:58 +01:00
network_stun.cpp Codechange: use std::unique_ptr for the Packets created to send via TCP 2024-02-05 16:30:49 +01:00
network_stun.h Codechange: use std::shared_ptr for vector of TCPConnecters 2024-01-20 23:03:44 +01:00
network_survey.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 2024-01-22 19:22:45 +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: use references for handling received TCP packets 2024-02-05 16:30:49 +01:00
network_turn.h Codechange: use references for handling received TCP packets 2024-02-05 16:30:49 +01:00
network_type.h Codechange: allow certain enumeration to be added 2024-01-16 23:30:23 +01:00
network_udp.cpp Codechange: use references for UDP packets 2024-02-05 16:30:49 +01:00
network_udp.h Remove: old server listing via Master Server 2021-07-10 20:17:07 +02:00