OpenTTD/src/network/core
Rubidium ad89601c49 Codechange: do not use all upper case enumerators in a scoped enum 2021-12-05 21:41:43 +01:00
..
CMakeLists.txt Feature: allow the use of TURN to connect client and server together 2021-07-20 19:57:23 +02:00
address.cpp Feature: allow the use of STUN to connect client and server together 2021-07-16 19:50:29 +02:00
address.h Feature: allow the use of STUN to connect client and server together 2021-07-16 19:50:29 +02:00
config.cpp Feature: allow the use of STUN to connect client and server together 2021-07-16 19:50:29 +02:00
config.h Fix: report reuse of invite-code and switch to local game-type (#9487) 2021-08-17 13:35:29 +02:00
core.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
core.h Remove: COMPANY_INFO packets and related code (#9475) 2021-08-14 23:24:02 +02:00
game_info.cpp Change: remove the ability to control "max spectators" (#9466) 2021-08-10 20:03:13 +02:00
game_info.h Change: remove the ability to control "max spectators" (#9466) 2021-08-10 20:03:13 +02:00
host.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
host.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
os_abstraction.cpp Feature: allow the use of STUN to connect client and server together 2021-07-16 19:50:29 +02:00
os_abstraction.h Feature: allow the use of STUN to connect client and server together 2021-07-16 19:50:29 +02:00
packet.cpp Fix #9361, a2051ba: [Network] Off by one in CanWriteToPacket 2021-06-13 10:31:02 +02:00
packet.h Cleanup: [Network] Remove C-string Recv_string and its last use 2021-06-10 21:53:19 +02:00
tcp.cpp Codechange: ensure OnConnect() always gets called with a valid socket (#9729) 2021-12-04 18:32:06 +01:00
tcp.h Codechange: do not use all upper case enumerators in a scoped enum 2021-12-05 21:41:43 +01:00
tcp_admin.cpp Add: [Network] external chat messages for remote admins (#9563) 2021-09-19 23:09:06 +02:00
tcp_admin.h Add: [Network] external chat messages for remote admins (#9563) 2021-09-19 23:09:06 +02:00
tcp_connect.cpp Codechange: do not use all upper case enumerators in a scoped enum 2021-12-05 21:41:43 +01:00
tcp_content.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
tcp_content.h Add: support filtering content entries for patchpacks (#9541) 2021-09-11 15:34:46 +02:00
tcp_content_type.h Cleanup: [ContentInfo] Remove some functions that are not needed anymore 2021-06-10 20:09:44 +02:00
tcp_coordinator.cpp Feature: allow the use of TURN to connect client and server together 2021-07-20 19:57:23 +02:00
tcp_coordinator.h Fix: report reuse of invite-code and switch to local game-type (#9487) 2021-08-17 13:35:29 +02:00
tcp_game.cpp Add: [Network] external chat messages for remote admins (#9563) 2021-09-19 23:09:06 +02:00
tcp_game.h Add: [Network] external chat messages for remote admins (#9563) 2021-09-19 23:09:06 +02:00
tcp_http.cpp Codechange: [Network] Simplify constructing the HTTP request with fmt 2021-06-15 06:13:00 +02:00
tcp_http.h Codechange: [Network] Simplify constructing the HTTP request with fmt 2021-06-15 06:13:00 +02:00
tcp_listen.h Feature: allow the use of STUN to connect client and server together 2021-07-16 19:50:29 +02:00
tcp_stun.cpp Feature: allow the use of STUN to connect client and server together 2021-07-16 19:50:29 +02:00
tcp_stun.h Feature: allow the use of STUN to connect client and server together 2021-07-16 19:50:29 +02:00
tcp_turn.cpp Feature: allow the use of TURN to connect client and server together 2021-07-20 19:57:23 +02:00
tcp_turn.h Feature: allow the use of TURN to connect client and server together 2021-07-20 19:57:23 +02:00
udp.cpp Remove: unused UDP protocol parts 2021-07-10 20:17:07 +02:00
udp.h Remove: unused UDP protocol parts 2021-07-10 20:17:07 +02:00