OpenTTD/src/network
Michael Lutz 05f4e73608 Codechange: Replace custom mutex code with C++11 mutex'es.
A conforming compiler with a valid <mutex>-header is expected.
Most parts of the code assume that locking a mutex will never fail unexpectedly,
which is generally true on all common platforms that don't just pretend to
be C++11. The use of condition variables in driver code is checked.
2019-04-06 11:27:39 +02:00
..
core Fix #7165: Missed 'Append() --> push_back()' replacement 2019-03-26 22:20:56 +00: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 Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|Delete]SmallVector 2019-03-26 20:15:57 +00: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: Replace custom mutex code with C++11 mutex'es. 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: Use override keyword in networking classes. 2019-03-24 17:38:42 +00:00
network_type.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00
network_udp.cpp Codechange: Replace custom mutex code with C++11 mutex'es. 2019-04-06 11:27:39 +02:00
network_udp.h Remove: ENABLE_NETWORK switch 2019-03-20 19:24:55 +01:00