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/ai
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
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
ai.hpp Cleanup: Removed SVN headers 5 years ago
ai_config.cpp Cleanup: Removed SVN headers 5 years ago
ai_config.hpp Cleanup: Removed SVN headers 5 years ago
ai_core.cpp Codechange: Replace FOR_ALL_COMPANIES with range-based for loops 5 years ago
ai_gui.cpp Codechange: Avoid copying function parameters by using const references 4 years ago
ai_gui.hpp Cleanup: Removed SVN headers 5 years ago
ai_info.cpp Codechange: Simplify CheckAPIVersion() 4 years ago
ai_info.hpp Cleanup: Removed SVN headers 5 years ago
ai_instance.cpp Add: [Script] Native priority queue; useful e.g. for pathfinders. 4 years ago
ai_instance.hpp Cleanup: Removed SVN headers 5 years ago
ai_scanner.cpp Cleanup: Removed SVN headers 5 years ago
ai_scanner.hpp Cleanup: Removed SVN headers 5 years ago