OpenTTD/src/ai
Patric Stout 8fa2a67f6b Fix f66baa44: for-loop is no longer increasing "i"
During conversion it was overlooked that the for-loop used to do
this. Oops.
2020-12-26 13:32:25 +00:00
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
ai.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_config.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_config.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_core.cpp Codechange: Replace FOR_ALL_COMPANIES with range-based for loops 2019-12-21 20:13:03 +01:00
ai_gui.cpp Fix f66baa44: for-loop is no longer increasing "i" 2020-12-26 13:32:25 +00:00
ai_gui.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_info.cpp Codechange: Simplify CheckAPIVersion() 2020-02-14 21:43:21 +01:00
ai_info.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_instance.cpp Change: rewrote squirrel_export in CMake 2020-07-16 00:53:26 +02:00
ai_instance.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_scanner.cpp Codechange: use C++11 constructs for for-each loops (#8432) 2020-12-25 19:38:18 +01:00
ai_scanner.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00