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
rubidium 485961b260 (svn r15766) -Fix [FS#2744]: Crash when opening the content list window twice; inconsistencies when clicking download twice. 15 years ago
..
core (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
network.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
network.h (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. 16 years ago
network_base.h (svn r14730) -Codechange: remove the need for networkclientsockets and networkclientinfo structs to be in a contiguous piece of memory and put them in a pool. 16 years ago
network_chat_gui.cpp (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) 16 years ago
network_client.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
network_client.h (svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral) 16 years ago
network_command.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
network_content.cpp (svn r15711) -Codechange: lots of whitespace cleanup/fixes 16 years ago
network_content.h (svn r15221) -Change [FS#2574]: only show missing NewGRFs when opening the content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows. 16 years ago
network_content_gui.cpp (svn r15766) -Fix [FS#2744]: Crash when opening the content list window twice; inconsistencies when clicking download twice. 15 years ago
network_func.h (svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server 16 years ago
network_gamelist.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
network_gamelist.h (svn r15159) -Fix: move the UDP queries that resolve a hostname into threads so they don't freeze OpenTTD when for example the network connection got severed. Thanks to glx for writing the mutex implementation for Windows. 16 years ago
network_gui.cpp (svn r15726) -Codechange: unify coding style for const pointers 16 years ago
network_gui.h (svn r14712) -Codechange: split server and client side w.r.t. the storage of network related company information. 16 years ago
network_internal.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
network_server.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
network_server.h (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 16 years ago
network_type.h (svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral) 16 years ago
network_udp.cpp (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
network_udp.h (svn r15157) -Codechange: wrap the hostname/ip and port into a single structure so we can pass either one of them and not convert an ip to a string and then back again. 16 years ago