OpenTTD/src/network/core
Rubidium 68ff3fd062 Change: include fmt.h C++ headers in stdafx.h
This to prevent compilation issues between runs with and without precompiled
headers. Also remove the headers from the rest of the code base as they are
not needed there anymore, although they do relatively little harm.
2023-05-08 16:49:23 +02:00
..
CMakeLists.txt Add: use https:// for content-service connections (#10448) 2023-02-12 12:07:31 +01: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 Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
config.cpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
config.h Remove: buying/selling/owning company shares (#10709) 2023-04-29 10:16:49 +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 Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 2023-05-04 13:14:12 +00:00
game_info.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 2023-04-26 07:14:03 -04:00
host.cpp Codechange: Replace all usages of alloca/AllocaM with more modern/less discouraged alternatives 2023-04-15 16:57:00 +01:00
host.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
http.h Fix #10131: actually cancel downloads when pressing cancel 2023-02-15 23:48:06 +01:00
http_curl.cpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
http_none.cpp Codechange: replace instance of char * with std::string 2023-02-15 23:48:06 +01:00
http_winhttp.cpp Fix #10131: actually cancel downloads when pressing cancel 2023-02-15 23:48:06 +01: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 Change: [Network] Transfer command data as serialized byte stream without fixed structure. 2021-12-16 22:28:32 +01:00
packet.h Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +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: pass large objects by reference instead of value 2023-01-28 13:43:21 +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 Fix: Update some network documentation to match the new command system (#10657) 2023-04-15 09:10:09 +00:00
tcp_connect.cpp Codechange: pass large objects by reference instead of value 2023-01-28 13:43:21 +01:00
tcp_content.cpp Codechange: use std::string for text file name resolution 2023-05-05 08:54:29 +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 Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
tcp_coordinator.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 2023-05-04 13:14:12 +00: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 Codechange: do not declare functions in blocks 2023-01-29 20:28:45 +01:00
tcp_game.h Fix: Update some network documentation to match the new command system (#10657) 2023-04-15 09:10:09 +00: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 Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 2023-05-04 13:14:12 +00: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 Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 2023-05-04 13:14:12 +00:00
udp.h Remove: unused UDP protocol parts 2021-07-10 20:17:07 +02:00