You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/network
Patric Stout 3e625b5b1a
Add: track savegame size to report with survey (#12304)
3 months ago
..
core Add: track savegame size to report with survey (#12304) 3 months ago
CMakeLists.txt Feature: opt-in survey when exiting a game 1 year ago
network.cpp Change: make -dnet=9 give traces of the details of the network protocol (#11931) 4 months ago
network.h Cleanup: Removed SVN headers 5 years ago
network_admin.cpp Fix #10983: [AdminPort] Correct order of messages 3 months ago
network_admin.h Fix #10983: [AdminPort] Correct order of messages 3 months ago
network_base.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 4 months ago
network_chat_gui.cpp Add: Basic autocompletion on tab for console commands (#12163) 3 months ago
network_client.cpp Add: track savegame size to report with survey (#12304) 3 months ago
network_client.h Codechange: use reference instead of pointer for CommandPacket 4 months ago
network_command.cpp Fix cb588d8d: Ordering of command per tick limit and pause mode filtering (#12126) 3 months ago
network_content.cpp Fix fdfcb09: for content service, fallback to TCP downloads when HTTP stalls (#12056) 4 months ago
network_content.h Fix fdfcb09: for content service, fallback to TCP downloads when HTTP stalls (#12056) 4 months ago
network_content_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
network_content_gui.h Codechange: Replace mishmash of types for widget index with WidgetID. 5 months ago
network_coordinator.cpp Codechange: use references for handling received TCP packets 4 months ago
network_coordinator.h Codechange: use references for handling received TCP packets 4 months ago
network_func.h Remove: Debug redirect over network 5 months ago
network_gamelist.cpp Codechange: make the MD5 hash/digest/checksum variables a std::array 1 year ago
network_gamelist.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 9 months ago
network_gui.cpp Codechange: use std::source_location over __FILE__ and __LINE__ for WindowDesc 3 months ago
network_gui.h Fix: Treat closing network relay window as a choice of "No". 8 months ago
network_internal.h Codechange: use std::vector for the incoming command queue 4 months ago
network_query.cpp Codechange: use references for handling received TCP packets 4 months ago
network_query.h Codechange: use references for handling received TCP packets 4 months ago
network_server.cpp Fix #10983: [AdminPort] Correct order of messages 3 months ago
network_server.h Codechange: use reference instead of pointer for CommandPacket 4 months ago
network_stun.cpp Codechange: use std::unique_ptr for the Packets created to send via TCP 4 months ago
network_stun.h Codechange: use std::shared_ptr for vector of TCPConnecters 4 months ago
network_survey.cpp Add: track savegame size to report with survey (#12304) 3 months ago
network_survey.h Fix: don't unneededly block on transmitting survey on exit (#11687) 5 months ago
network_turn.cpp Codechange: use references for handling received TCP packets 4 months ago
network_turn.h Codechange: use references for handling received TCP packets 4 months ago
network_type.h Codechange: allow certain enumeration to be added 5 months ago
network_udp.cpp Codechange: use references for UDP packets 4 months ago
network_udp.h Remove: old server listing via Master Server 3 years ago