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 199e41c762
Codechange: use default dtor instead of empty (#10826)
1 year ago
..
CMakeLists.txt Add: use https:// for content-service connections (#10448) 1 year ago
address.cpp Feature: allow the use of STUN to connect client and server together 3 years ago
address.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
config.cpp Feature: opt-in survey when exiting a game 1 year ago
config.h Feature: opt-in survey when exiting a game 1 year 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
game_info.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
game_info.h Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago
host.cpp Codechange: Replace all usages of alloca/AllocaM with more modern/less discouraged alternatives 1 year 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 Feature: opt-in survey when exiting a game 1 year ago
http_none.cpp Codechange: replace instance of char * with std::string 1 year ago
http_winhttp.cpp Feature: opt-in survey when exiting a game 1 year 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 Change: [Network] Transfer command data as serialized byte stream without fixed structure. 3 years ago
packet.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
tcp.cpp Codechange: ensure OnConnect() always gets called with a valid socket (#9729) 3 years ago
tcp.h Codechange: pass large objects by reference instead of value 1 year ago
tcp_admin.cpp Add: [Network] external chat messages for remote admins (#9563) 3 years ago
tcp_admin.h Fix: Update some network documentation to match the new command system (#10657) 1 year ago
tcp_connect.cpp Codechange: pass large objects by reference instead of value 1 year ago
tcp_content.cpp Codechange: use std::string for text file name resolution 1 year ago
tcp_content.h Add: support filtering content entries for patchpacks (#9541) 3 years ago
tcp_content_type.h Change: include fmt.h C++ headers in stdafx.h 1 year ago
tcp_coordinator.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
tcp_coordinator.h Fix: report reuse of invite-code and switch to local game-type (#9487) 3 years ago
tcp_game.cpp Codechange: do not declare functions in blocks 1 year ago
tcp_game.h Codechange: use default dtor instead of empty (#10826) 1 year 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 Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
tcp_turn.h Feature: allow the use of TURN to connect client and server together 3 years ago
udp.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
udp.h Remove: unused UDP protocol parts 3 years ago