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 c5ef47ee09
Codechange: [Script] Use std::unique_ptr for Company::ai_instance (#12544)
1 month ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
ai.hpp Remove: [Script] random_deviation from setting description table (#12221) 3 months ago
ai_config.cpp Change: Store running AI config inside Company (#12003) 4 months ago
ai_config.hpp Codechange: use std::string for script info/library finding 1 year ago
ai_core.cpp Codechange: [Script] Use std::unique_ptr for Company::ai_instance (#12544) 1 month ago
ai_gui.cpp Codechange: Pass by reference to UpdateWidgetSize. (#12457) 2 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 3 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) 3 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() 7 months ago
ai_scanner.hpp Codechange: use std::string for script info/library finding 1 year ago