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/core
Peter Nelson ab535c0a86
Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445)
This removes the ability to explicitly cast to the base type, but the requirement
to use .base() means the conversion is still explicit.
7 months ago
..
CMakeLists.txt Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 9 months ago
address.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
address.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
config.cpp Feature: opt-in survey when exiting a game 1 year ago
config.h Codechange: [Script] use nlohmann for Squirrel <-> JSON conversion (#11251) 9 months ago
core.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
core.h Codechange: use default dtor instead of empty (#10826) 1 year ago
host.cpp Remove: support for not having getifaddrs 11 months ago
host.h Cleanup: Removed SVN headers 5 years ago
http.h Codechange: use default dtor instead of empty (#10826) 1 year ago
http_curl.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
http_none.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
http_winhttp.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
network_game_info.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
network_game_info.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 9 months ago
os_abstraction.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
os_abstraction.h Remove: support for not having getifaddrs 11 months ago
packet.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
packet.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
tcp.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
tcp.h Codechange: Silence warnings about intentionally unused parameters. 9 months ago
tcp_admin.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
tcp_admin.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
tcp_connect.cpp Codechange: replace x.size() == 0 with x.empty() 8 months ago
tcp_content.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
tcp_content.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
tcp_content_type.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
tcp_coordinator.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
tcp_coordinator.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 9 months ago
tcp_game.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
tcp_game.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
tcp_listen.h Codechange: replace x.size() == 0 with x.empty() 8 months ago
tcp_stun.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
tcp_stun.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
tcp_turn.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
tcp_turn.h Codechange: workaround CMake/Xcode duplicate file name issue (#11186) 9 months ago
udp.cpp Codechange: replace x.size() != 0 with !x.empty() 8 months ago
udp.h Remove: unused UDP protocol parts 3 years ago