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
smatz 03c1b0df4b (svn r22086) -Fix: do not check if we can allocate an item if we won't try to do so anyway 14 years ago
..
core (svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" when SendPackets closed the connection 14 years ago
network.cpp (svn r22032) -Codechange: add some asserts to verify we don't allocate too many NetworkClientSockets/Infos 14 years ago
network.h (svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral) 14 years ago
network_admin.cpp (svn r22085) -Fix: assert when connecting to the admin port 14 years ago
network_admin.h (svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and remove some unneeded casts 14 years ago
network_base.h
network_chat_gui.cpp (svn r22059) -Fix (r21179): Make the send chat message window follow the position of the status bar. 14 years ago
network_client.cpp (svn r22063) -Change: make the "has network" check also check whether the client is actually fully connected 14 years ago
network_client.h (svn r22063) -Change: make the "has network" check also check whether the client is actually fully connected 14 years ago
network_command.cpp (svn r21890) -Cleanup: remove some unneeded includes 14 years ago
network_content.cpp (svn r21898) -Fix [FS#4438]: using a pointer-iterator and adding things (thus reallocating) to the iterated array caused OpenTTD to crash on invalid pointers 14 years ago
network_content.h (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 14 years ago
network_content_gui.cpp (svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU. 14 years ago
network_func.h (svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server) 14 years ago
network_gamelist.cpp (svn r22029) -Fix [FS#4482]: the server list got not resorted/redrawn after NewGRFs were downloaded 14 years ago
network_gamelist.h
network_gui.cpp (svn r22030) -Cleanup: dead code in NetworkGameWindow::OnInvalidateData (adf88) 14 years ago
network_gui.h
network_internal.h (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 14 years ago
network_server.cpp (svn r22086) -Fix: do not check if we can allocate an item if we won't try to do so anyway 14 years ago
network_server.h (svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server) 14 years ago
network_type.h (svn r20963) -Add: stubs for a remote administration connection 14 years ago
network_udp.cpp (svn r21463) -Fix [FS#4296] (r21405): when packets are filled their pos and size aren't the same as when they're read. As a check was incorrect. 14 years ago
network_udp.h