index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
core
/
game_info.h
Age
Commit message (
Expand
)
Author
2021-08-10
Change: remove the ability to control "max spectators" (#9466)
Patric Stout
2021-07-18
Feature: [Game Coordinator] Send NewGRF names to the client
Rubidium
2021-07-18
Feature: [Network] Optionally send NewGRF names with NewGRFs in GameInfo
rubidium42
2021-07-18
Fix c921f6d: [Network] Documentation of Game Info packet was not updated
rubidium42
2021-07-14
Add: inform clients what game-script a server is running (#9441)
Patric Stout
2021-06-15
Codechange: [Network] Use string_view for network compatability check
rubidium42
2021-05-06
Codechange: [Network] Use std::string for NetworkGameInfo
rubidium42
2021-05-05
Cleanup: [Network] Remove variable from NetworkGameInfo that is only used dur...
Rubidium
2021-05-05
Change: [Network] Update server's NetworkServerGameInfo only when needed
rubidium42
2021-05-05
Codechange: [Network] Use a single NetworkServerGameInfo object at server sid...
rubidium42
2021-04-29
Cleanup: remove write-only variable "hostname" in NetworkGameList
Patric Stout
2021-04-27
Codechange: refactor CheckGameCompatibility() from existing function
Patric Stout
2021-04-27
Codechange: move all NetworkGameInfo related functions to a single file
Patric Stout