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-19 10:22:39 +01:00
Code
Issues
Releases
Wiki
Activity
Files
d9081ad3f5eacf3f788c0246ff9c72eeaea9fd90
OpenTTD
/
src
/
network
/
core
History
skidd13
71c4325c50
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
2007-11-19 21:02:30 +00:00
..
config.h
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;)
2007-10-30 11:29:01 +00:00
core.cpp
…
core.h
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
2007-03-07 12:11:48 +00:00
game.h
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
2007-03-07 12:11:48 +00:00
os_abstraction.h
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
2007-11-19 20:40:14 +00:00
packet.cpp
(svn r11290) -Fix: obiwan in the assertion that checked for overflows when writing a packet, causing still correctly sized packets to cause assertions.
2007-10-18 17:44:59 +00:00
packet.h
…
tcp.cpp
…
tcp.h
(svn r10501) -Fix [FS#1015]: error dialog was sometimes shown on all clients when a command failed instead of only the client that actually did the command.
2007-07-10 20:59:41 +00:00
udp.cpp
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
2007-11-19 21:02:30 +00:00
udp.h
…