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 21f991e235 (svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay 10 years ago
..
core (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
network.cpp (svn r26486) -Codechange: replace a number of snprintfs with seprintf 10 years ago
network.h (svn r26449) -Add: Allow more sound sleep for dedicated servers when there's nothing to do and nobody paying attention 10 years ago
network_admin.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
network_admin.h (svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth) 11 years ago
network_base.h (svn r22423) -Document: some network stuff 13 years ago
network_chat_gui.cpp (svn r26486) -Codechange: replace a number of snprintfs with seprintf 10 years ago
network_client.cpp (svn r26488) -Codechange: perform the appropriate length checks when getting a client name 10 years ago
network_client.h (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
network_command.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
network_content.cpp (svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay 10 years ago
network_content.h (svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows 13 years ago
network_content_gui.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
network_content_gui.h (svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction. 11 years ago
network_func.h (svn r26370) -Doc: Desync debugging and command replaying. 10 years ago
network_gamelist.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
network_gamelist.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
network_gui.cpp (svn r26486) -Codechange: replace a number of snprintfs with seprintf 10 years ago
network_gui.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
network_internal.h (svn r26488) -Codechange: perform the appropriate length checks when getting a client name 10 years ago
network_server.cpp (svn r26488) -Codechange: perform the appropriate length checks when getting a client name 10 years ago
network_server.h (svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat. 10 years ago
network_type.h (svn r23780) -Fix [FS#4963] (r23764): also name the two new errors server-side. As extra, split up one of the errors in 3 errors, to be more specific what goes wrong. As cherry on top, make sure on all sides we can never again forget to add such entries on both sides, by introducing an assert_compile() 13 years ago
network_udp.cpp (svn r26486) -Codechange: replace a number of snprintfs with seprintf 10 years ago
network_udp.h (svn r23751) -Codechange: rename NetworkUDPGameLoop to a more descriptive name, and move the UDP specific bits to network_udp 13 years ago