OpenTTD/src/ai
Rubidium 86786a7af6 Codechange: introduce StrEqualsIgnoreCase/StrCompareIgnoreCase to replace strcasecmp 2023-04-29 10:25:25 +02:00
..
CMakeLists.txt Add: introduce CMake for project management 2020-06-05 19:36:05 +02:00
ai.hpp Change: replace per-AI "start_date" with a global "competitors_interval" (#10653) 2023-04-16 20:14:22 +02:00
ai_config.cpp Change: replace per-AI "start_date" with a global "competitors_interval" (#10653) 2023-04-16 20:14:22 +02:00
ai_config.hpp Change: replace per-AI "start_date" with a global "competitors_interval" (#10653) 2023-04-16 20:14:22 +02:00
ai_core.cpp Change: replace per-AI "start_date" with a global "competitors_interval" (#10653) 2023-04-16 20:14:22 +02:00
ai_gui.cpp Change: replace per-AI "start_date" with a global "competitors_interval" (#10653) 2023-04-16 20:14:22 +02:00
ai_gui.hpp Codechange: move windows common to AI and GS out of ai_gui 2023-02-05 19:27:25 +01:00
ai_info.cpp Codechange: Make SpriteType, CargoSortType, SourceType and ScriptType enum classes. (#10663) 2023-04-16 20:00:55 +01:00
ai_info.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
ai_instance.cpp Fix: Don't send unused tile field over the network (#10507) 2023-02-24 22:50:11 +01:00
ai_instance.hpp Codechange: Pass unpacked command arguments to command callbacks (except Script). 2021-12-16 22:28:32 +01:00
ai_scanner.cpp Codechange: introduce StrEqualsIgnoreCase/StrCompareIgnoreCase to replace strcasecmp 2023-04-29 10:25:25 +02:00
ai_scanner.hpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00