This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-17 01:12:39 +01:00
Code
Issues
Releases
Wiki
Activity
Files
6ff02f0615d19ab1bf019279bd2da6713015a246
OpenTTD
/
src
/
network
/
core
History
Thomas den Hollander
412e6132b6
Fix: CompanyEconomy documentation
...
Company income was described as an unsigned integer, but it should be signed.
2019-02-12 19:26:21 +00:00
..
address.cpp
…
address.h
…
config.h
Change: Increase NETWORK_REVISION_LENGTH to 33 bytes
2019-02-03 18:00:16 +01:00
core.cpp
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined macro _WIN32
2018-12-27 18:09:16 +01:00
core.h
…
game.h
Change: Make a shortened network revision string for use in server queries
2019-02-03 18:00:16 +01:00
host.cpp
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined macro _WIN32
2018-12-27 18:09:16 +01:00
host.h
…
os_abstraction.h
Codechange: Remove unnecessarily defined functions under MinGW
2019-01-17 21:55:15 +00:00
packet.cpp
…
packet.h
…
tcp_admin.cpp
…
tcp_admin.h
Fix: CompanyEconomy documentation
2019-02-12 19:26:21 +00:00
tcp_connect.cpp
…
tcp_content.cpp
…
tcp_content.h
…
tcp_game.cpp
Feature
#986
: Automatic save when losing connection to a network game
2018-06-23 15:22:31 +02:00
tcp_game.h
…
tcp_http.cpp
Change: Make a shortened network revision string for use in server queries
2019-02-03 18:00:16 +01:00
tcp_http.h
…
tcp_listen.h
…
tcp.cpp
…
tcp.h
…
udp.cpp
Fix
b4b98e5165
: Use FALLTHROUGH attribute with correct indentation.
2018-04-30 21:52:40 +02:00
udp.h
…