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
Michael Lutz ae748166d0 Codechange: Use platform independent C++11 function for sleeping on a thread. 5 years ago
..
core Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
network.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
network.h Remove: ENABLE_NETWORK switch 5 years ago
network_admin.cpp Remove: ENABLE_NETWORK switch 5 years ago
network_admin.h Codechange: Use override keyword in networking classes. 5 years ago
network_base.h Remove: ENABLE_NETWORK switch 5 years ago
network_chat_gui.cpp Codechange: Use override specifier in Window-derived classes. 5 years ago
network_client.cpp Codechange: Use platform independent C++11 function for sleeping on a thread. 5 years ago
network_client.h Codechange: Use override keyword in networking classes. 5 years ago
network_command.cpp Remove: ENABLE_NETWORK switch 5 years ago
network_content.cpp Fix: MSVC warnings (#7423) 5 years ago
network_content.h Fix: MSVC warnings (#7423) 5 years ago
network_content_gui.cpp Fix #7434: Incorrect use of vector iterator. (#7437) 5 years ago
network_content_gui.h Codechange: Use override specifier in Window-derived classes. 5 years ago
network_func.h Remove: ENABLE_NETWORK switch 5 years ago
network_gamelist.cpp Codechange: Use atomic variables for thread synchronization where useful. 5 years ago
network_gamelist.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
network_gui.cpp Fix: MSVC warnings (#7423) 5 years ago
network_gui.h Remove: ENABLE_NETWORK switch 5 years ago
network_internal.h Remove: ENABLE_NETWORK switch 5 years ago
network_server.cpp Codechange: Replace custom mutex code with C++11 mutex'es. 5 years ago
network_server.h Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
network_type.h Remove: ENABLE_NETWORK switch 5 years ago
network_udp.cpp Codechange: Replace custom thread code with C++11 thread objects. 5 years ago
network_udp.h Remove: ENABLE_NETWORK switch 5 years ago