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
Patric Stout a8641ea44a
Add: support filtering content entries for patchpacks (#9541)
This changes nothing for us, but allows patchpacks to add the
right pieces of code to start filtering content entries on patchpack
only entries.
3 years ago
..
CMakeLists.txt Feature: allow the use of TURN to connect client and server together 3 years ago
address.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
address.h Feature: allow the use of STUN to connect client and server together 3 years ago
config.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
config.h Fix: report reuse of invite-code and switch to local game-type (#9487) 3 years ago
core.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
core.h Remove: COMPANY_INFO packets and related code (#9475) 3 years ago
game_info.cpp Change: remove the ability to control "max spectators" (#9466) 3 years ago
game_info.h Change: remove the ability to control "max spectators" (#9466) 3 years ago
host.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
host.h Cleanup: Removed SVN headers 5 years ago
os_abstraction.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
os_abstraction.h Feature: allow the use of STUN to connect client and server together 3 years ago
packet.cpp Fix #9361, a2051ba: [Network] Off by one in CanWriteToPacket 3 years ago
packet.h Cleanup: [Network] Remove C-string Recv_string and its last use 3 years ago
tcp.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
tcp.h Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_admin.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
tcp_admin.h Codechange: [Network] Make admin name and version std::string 3 years ago
tcp_connect.cpp Fix: when DNS didn't resolve any IPs, the debug message was misleading (#9519) 3 years ago
tcp_content.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 3 years ago
tcp_content.h Add: support filtering content entries for patchpacks (#9541) 3 years ago
tcp_content_type.h Cleanup: [ContentInfo] Remove some functions that are not needed anymore 3 years ago
tcp_coordinator.cpp Feature: allow the use of TURN to connect client and server together 3 years ago
tcp_coordinator.h Fix: report reuse of invite-code and switch to local game-type (#9487) 3 years ago
tcp_game.cpp Remove: COMPANY_INFO packets and related code (#9475) 3 years ago
tcp_game.h Remove: COMPANY_INFO packets and related code (#9475) 3 years ago
tcp_http.cpp Codechange: [Network] Simplify constructing the HTTP request with fmt 3 years ago
tcp_http.h Codechange: [Network] Simplify constructing the HTTP request with fmt 3 years ago
tcp_listen.h Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_stun.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_stun.h Feature: allow the use of STUN to connect client and server together 3 years ago
tcp_turn.cpp Feature: allow the use of TURN to connect client and server together 3 years ago
tcp_turn.h Feature: allow the use of TURN to connect client and server together 3 years ago
udp.cpp Remove: unused UDP protocol parts 3 years ago
udp.h Remove: unused UDP protocol parts 3 years ago