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
Peter Nelson fef0bfcfd3
Fix: TextfileWindow called virtual methods before constructor completed. (#11889)
SetStringParameters() was called during widget tree init in the constructor.

Calls within a constructor cannot call the derived classes methods. This would result in invalid data being passed to the string system, which could then crash.
8 months ago
..
core Add: show in multiplayer the amount of hours a game has been unpaused (#11886) 8 months ago
CMakeLists.txt Feature: opt-in survey when exiting a game 1 year ago
network.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
network.h Cleanup: Removed SVN headers 5 years ago
network_admin.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 11 months ago
network_admin.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
network_base.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 8 months ago
network_chat_gui.cpp Codechange: replace StrStartsWith/StrEndsWith with starts_with and ends_with 8 months ago
network_client.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
network_client.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
network_command.cpp Codechange: coding style fixes 9 months ago
network_content.cpp Codechange: use std::shared_ptr for vector of TCPConnecters 8 months ago
network_content.h Fix: race-conditions in GUI updates when downloading HTTP files (#11639) 9 months ago
network_content_gui.cpp Fix: TextfileWindow called virtual methods before constructor completed. (#11889) 8 months ago
network_content_gui.h Codechange: Replace mishmash of types for widget index with WidgetID. 9 months ago
network_coordinator.cpp Codechange: use std::shared_ptr for vector of TCPConnecters 8 months ago
network_coordinator.h Codechange: use std::shared_ptr for vector of TCPConnecters 8 months ago
network_func.h Remove: Debug redirect over network 8 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) 1 year ago
network_gui.cpp Add: show in multiplayer the amount of hours a game has been unpaused (#11886) 8 months ago
network_gui.h Fix: Treat closing network relay window as a choice of "No". 12 months ago
network_internal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 1 year ago
network_query.cpp Fix: update server as offline when unexpected disconnect during refresh (#11891) 8 months ago
network_query.h Fix #9501: [Network] crash when more than one game-info query was pending (#9502) 3 years ago
network_server.cpp Feature: Setting to automatically restart server based on hours played (#11142) 8 months ago
network_server.h Feature: Setting to automatically restart server based on hours played (#11142) 8 months ago
network_stun.cpp Codechange: use std::shared_ptr for vector of TCPConnecters 8 months ago
network_stun.h Codechange: use std::shared_ptr for vector of TCPConnecters 8 months ago
network_survey.cpp Feature: Plugin framework for Social Integration with Steam, Discord, GOG, etc (#11628) 8 months ago
network_survey.h Fix: don't unneededly block on transmitting survey on exit (#11687) 9 months ago
network_turn.cpp Codechange: use std::shared_ptr for vector of TCPConnecters 8 months ago
network_turn.h Codechange: use std::shared_ptr for vector of TCPConnecters 8 months ago
network_type.h Codechange: allow certain enumeration to be added 8 months ago
network_udp.cpp Codechange: Silence warnings about intentionally unused parameters. 1 year ago
network_udp.h Remove: old server listing via Master Server 3 years ago