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
Loïc Guilloux ef40c5e240
Fix #12225, 977aba7: [Script] Missing AI:ResetConfig support for running AI config (#12226)
4 months ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
ai.hpp Remove: [Script] random_deviation from setting description table (#12221) 4 months ago
ai_config.cpp Change: Store running AI config inside Company (#12003) 5 months ago
ai_config.hpp Codechange: use std::string for script info/library finding 1 year ago
ai_core.cpp Fix #12225, 977aba7: [Script] Missing AI:ResetConfig support for running AI config (#12226) 4 months ago
ai_gui.cpp Fix #11975, 27a920c: Running AIs also occupy a slot (#11976) 5 months ago
ai_gui.hpp Codechange: move windows common to AI and GS out of ai_gui 1 year ago
ai_info.cpp Codechange: We are heading to 15 4 months ago
ai_info.hpp Codechange: use std::string for script library category 1 year ago
ai_instance.cpp Fix: [Script] Only show debug script window at the end of savegame loading (#12135) 4 months ago
ai_instance.hpp Codechange: replace 'const char *' script API parameters with std::string 1 year ago
ai_scanner.cpp Codechange: replace x.size() == 0 with x.empty() 8 months ago
ai_scanner.hpp Codechange: use std::string for script info/library finding 1 year ago