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.
2023-11-06 20:29:35 +00:00
..
address.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
address.h
CMakeLists.txt
config.cpp
config.h
core.cpp
core.h
host.cpp
host.h
http_curl.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
http_none.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
http_winhttp.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
http.h
network_game_info.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_game_info.h
os_abstraction.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
os_abstraction.h
packet.cpp
packet.h
tcp_admin.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_admin.h
tcp_connect.cpp Codechange: replace x.size() == 0 with x.empty() 2023-10-20 23:05:43 +02:00
tcp_content_type.h
tcp_content.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_content.h
tcp_coordinator.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_coordinator.h
tcp_game.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_game.h
tcp_listen.h Codechange: replace x.size() == 0 with x.empty() 2023-10-20 23:05:43 +02:00
tcp_stun.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_stun.h
tcp_turn.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp_turn.h
tcp.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
tcp.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
udp.cpp Codechange: replace x.size() != 0 with !x.empty() 2023-10-20 23:05:43 +02:00
udp.h