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
Henry Wilson af7d9020a1 Codechange: Use override specifer for overriding member declarations
This is a C++11 feature that allows the compiler to check that a virtual
member declaration overrides a base-class member with the same signature.

Also src/blitter/32bpp_anim_sse4.hpp +38 is no longer erroneously marked
as virtual despite being a template.
5 years ago
..
core Remove: ENABLE_NETWORK switch 5 years ago
network.cpp Remove: ENABLE_NETWORK switch 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 Remove: ENABLE_NETWORK switch 5 years ago
network_base.h Remove: ENABLE_NETWORK switch 5 years ago
network_chat_gui.cpp Remove: ENABLE_NETWORK switch 5 years ago
network_client.cpp Codechange: Use override specifer for overriding member declarations 5 years ago
network_client.h Remove: ENABLE_NETWORK switch 5 years ago
network_command.cpp Remove: ENABLE_NETWORK switch 5 years ago
network_content.cpp Remove: ENABLE_NETWORK switch 5 years ago
network_content.h Remove: ENABLE_NETWORK switch 5 years ago
network_content_gui.cpp Codechange: Use override specifer for overriding member declarations 5 years ago
network_content_gui.h (svn r27288) -Fix: Slow network content GUI in MSVC Debug builds due to repeated string resolving. 9 years ago
network_func.h Remove: ENABLE_NETWORK switch 5 years ago
network_gamelist.cpp Remove: ENABLE_NETWORK switch 5 years ago
network_gamelist.h (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
network_gui.cpp Codechange: Use override specifer for overriding member declarations 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: Use override specifer for overriding member declarations 5 years ago
network_server.h Remove: ENABLE_NETWORK switch 5 years ago
network_type.h Remove: ENABLE_NETWORK switch 5 years ago
network_udp.cpp Remove: ENABLE_NETWORK switch 5 years ago
network_udp.h Remove: ENABLE_NETWORK switch 5 years ago