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 7d4d3850cb (svn r16555) -Feature [FS#570]: ability to enter server and company password via command line when joining a server (based on patch by Progman, Ammler and planetmaker) 15 years ago
..
core (svn r16491) -Codechange: Added parentheses around bitwise operators for code style. 15 years ago
network.cpp (svn r16555) -Feature [FS#570]: ability to enter server and company password via command line when joining a server (based on patch by Progman, Ammler and planetmaker) 15 years ago
network.h (svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP. 15 years ago
network_base.h (svn r16380) -Codechange: rename pool.hpp to pool_type.hpp 15 years ago
network_chat_gui.cpp (svn r16491) -Codechange: Added parentheses around bitwise operators for code style. 15 years ago
network_client.cpp (svn r16555) -Feature [FS#570]: ability to enter server and company password via command line when joining a server (based on patch by Progman, Ammler and planetmaker) 15 years ago
network_client.h (svn r16555) -Feature [FS#570]: ability to enter server and company password via command line when joining a server (based on patch by Progman, Ammler and planetmaker) 15 years ago
network_command.cpp (svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions 15 years ago
network_content.cpp (svn r16361) -Fix: pointer incremented with wrong count 15 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 r16493) -Fix: missing/wrong @file doxygen 'headers' 15 years ago
network_func.h (svn r16555) -Feature [FS#570]: ability to enter server and company password via command line when joining a server (based on patch by Progman, Ammler and planetmaker) 15 years ago
network_gamelist.cpp (svn r16064) -Fix: memory leak when querying a server multiple times. 15 years ago
network_gamelist.h (svn r15916) -Codechange: let the network game list use NetworkAddress 15 years ago
network_gui.cpp (svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP. 15 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 r16305) -Codechange: force-enable extra sync checking when random debugging is enable and give the calling location of Chance16(R) instead of the Random call within those functions. 15 years ago
network_server.cpp (svn r16491) -Codechange: Added parentheses around bitwise operators for code style. 15 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 r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved 15 years ago
network_udp.cpp (svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead 15 years ago
network_udp.h (svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be delayed so much that the network stuff was already closed and the packet would never reach the master server causing the server to appear online longer than necessary. 15 years ago