OpenTTD/src/network
Michael Lutz ae748166d0 Codechange: Use platform independent C++11 function for sleeping on a thread. 2019-04-06 11:27:39 +02:00
..
core Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
network.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 2019-03-26 20:15:57 +00:00
network.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_admin.cpp Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_admin.h Codechange: Use override keyword in networking classes. 2019-03-24 17:38:42 +00:00
network_base.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_chat_gui.cpp Codechange: Use override specifier in Window-derived classes. 2019-03-24 16:10:04 +01:00
network_client.cpp Codechange: Use platform independent C++11 function for sleeping on a thread. 2019-04-06 11:27:39 +02:00
network_client.h Codechange: Use override keyword in networking classes. 2019-03-24 17:38:42 +00:00
network_command.cpp Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_content.cpp Fix: MSVC warnings (#7423) 2019-03-28 00:09:33 +01:00
network_content.h Fix: MSVC warnings (#7423) 2019-03-28 00:09:33 +01:00
network_content_gui.cpp Fix #7434: Incorrect use of vector iterator. (#7437) 2019-03-29 17:42:32 +00:00
network_content_gui.h Codechange: Use override specifier in Window-derived classes. 2019-03-24 16:10:04 +01:00
network_func.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_gamelist.cpp Codechange: Use atomic variables for thread synchronization where useful. 2019-04-06 11:27:39 +02:00
network_gamelist.h (svn r17248) -Fix: add GPL license notice where appropriate 2009-08-21 20:21:05 +00:00
network_gui.cpp Fix: MSVC warnings (#7423) 2019-03-28 00:09:33 +01:00
network_gui.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_internal.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_server.cpp Codechange: Replace custom mutex code with C++11 mutex'es. 2019-04-06 11:27:39 +02:00
network_server.h Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
network_type.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_udp.cpp Codechange: Replace custom thread code with C++11 thread objects. 2019-04-06 11:27:39 +02:00
network_udp.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00