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
Peter Nelson a0dfb76e34 Codechange: Replace mishmash of types for widget index with WidgetID.
Indices were stored as int, but often passed around as uint/uint8_t and casts.

Now they should all use WidgetID.
5 months ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
ai.hpp Codechange: use fmt::format_to to format the help message 1 year ago
ai_config.cpp Codechange: use std::string for script info/library finding 1 year ago
ai_config.hpp Codechange: use std::string for script info/library finding 1 year ago
ai_core.cpp Change: Allow opening multiple script debug windows by holding Ctrl. 5 months ago
ai_gui.cpp Codechange: Replace mishmash of types for widget index with WidgetID. 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: Move includes for common STL headers to stdafx. 1 year ago
ai_info.hpp Codechange: use std::string for script library category 1 year ago
ai_instance.cpp Codechange: replace 'const char *' script API parameters with std::string 1 year 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