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
Patric Stout 56d54cf60e Add: introduce CMake for project management
CMake works on all our supported platforms, like MSVC, Mingw, GCC,
Clang, and many more. It allows for a single way of doing things,
so no longer we need shell scripts and vbs scripts to work on all
our supported platforms.

Additionally, CMake allows to generate project files for like MSVC,
KDevelop, etc.

This heavily reduces the lines of code we need to support multiple
platforms from a project perspective.

Addtiionally, this heavily improves our detection of libraries, etc.
4 years ago
..
core Add: introduce CMake for project management 4 years ago
CMakeLists.txt Add: introduce CMake for project management 4 years ago
network.cpp Codechange: Limit field width to avoid sscanf crash 4 years ago
network.h Cleanup: Removed SVN headers 5 years ago
network_admin.cpp Codechange: Replace network related FOR_ALL with range-based for loops 5 years ago
network_admin.h Codechange: Remove std::function from Pool iteration wrapper 5 years ago
network_base.h Codechange: Replace network related FOR_ALL with range-based for loops 5 years ago
network_chat_gui.cpp Codechange: Replace FOR_ALL_TOWNS with range-based for loops 5 years ago
network_client.cpp Feature #7756: Allow server to supply a reason to kicked/banned clients 4 years ago
network_client.h Cleanup: Removed SVN headers 5 years ago
network_command.cpp Codechange: Replace network related FOR_ALL with range-based for loops 5 years ago
network_content.cpp Cleanup: Removed SVN headers 5 years ago
network_content.h Cleanup: Removed SVN headers 5 years ago
network_content_gui.cpp Fix #8024: make online content gui more responsive while loading 4 years ago
network_content_gui.h Cleanup: Removed SVN headers 5 years ago
network_func.h Feature #7756: Allow server to supply a reason to kicked/banned clients 4 years ago
network_gamelist.cpp Codechange: Replace custom linked list for GRF texts with STL vectors and strings. 4 years ago
network_gamelist.h Cleanup: Removed SVN headers 5 years ago
network_gui.cpp Feature #7756: Allow server to supply a reason to kicked/banned clients 4 years ago
network_gui.h Cleanup: Removed SVN headers 5 years ago
network_internal.h Cleanup: Removed SVN headers 5 years ago
network_server.cpp Fix #7976: Don't kick the client doing the rcon 4 years ago
network_server.h Feature #7756: Allow server to supply a reason to kicked/banned clients 4 years ago
network_type.h Fix #8060, 5880f14: Restore admin network API compatibility. 4 years ago
network_udp.cpp Codechange: Replace custom linked list for GRF texts with STL vectors and strings. 4 years ago
network_udp.h Cleanup: Removed SVN headers 5 years ago