summaryrefslogtreecommitdiff
path: root/src/network/core/game_info.h
AgeCommit message (Expand)Author
2021-07-18Feature: [Game Coordinator] Send NewGRF names to the clientRubidium
2021-07-18Feature: [Network] Optionally send NewGRF names with NewGRFs in GameInforubidium42
2021-07-18Fix c921f6d: [Network] Documentation of Game Info packet was not updatedrubidium42
2021-07-14Add: inform clients what game-script a server is running (#9441)Patric Stout
2021-06-15Codechange: [Network] Use string_view for network compatability checkrubidium42
2021-05-06Codechange: [Network] Use std::string for NetworkGameInforubidium42
2021-05-05Cleanup: [Network] Remove variable from NetworkGameInfo that is only used dur...Rubidium
2021-05-05Change: [Network] Update server's NetworkServerGameInfo only when neededrubidium42
2021-05-05Codechange: [Network] Use a single NetworkServerGameInfo object at server sid...rubidium42
2021-04-29Cleanup: remove write-only variable "hostname" in NetworkGameListPatric Stout
2021-04-27Codechange: refactor CheckGameCompatibility() from existing functionPatric Stout
2021-04-27Codechange: move all NetworkGameInfo related functions to a single filePatric Stout