OpenTTD/src/network/core
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.
2020-06-05 19:36:05 +02:00
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
address.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
address.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
config.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
core.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
core.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
game.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
host.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
host.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
os_abstraction.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
packet.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
packet.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_admin.cpp Fix #8117: Memory leak in admin port (#8122) 2020-05-07 02:00:53 +02:00
tcp_admin.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_connect.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_content.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_content.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_game.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_game.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_http.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_http.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
tcp_listen.h Codechange: Replace network related FOR_ALL with range-based for loops 2019-12-21 20:13:03 +01:00
udp.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
udp.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00