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
yexo 0860685417 (svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::SetOrderFlags(). 16 years ago
..
api (svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::SetOrderFlags(). 16 years ago
ai.hpp (svn r15324) -Codechange: unify the class used for comparing of strings for std::map 16 years ago
ai_config.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
ai_config.hpp (svn r15324) -Codechange: unify the class used for comparing of strings for std::map 16 years ago
ai_core.cpp (svn r15562) -Change: Use GetName() to determine the unique AI name instead of GetInstanceName() to make branching of AIs easier. 16 years ago
ai_gui.cpp (svn r15562) -Change: Use GetName() to determine the unique AI name instead of GetInstanceName() to make branching of AIs easier. 16 years ago
ai_gui.hpp (svn r15175) -Feature: Add the option to select the AIs to start in a new game and configure them via the gui. 16 years ago
ai_info.cpp (svn r15470) -Fix [NoAI]: Check the types of the parameters passed to AddSetting, AddLabels and RegisterAI. 16 years ago
ai_info.hpp (svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer available in-game. 16 years ago
ai_info_dummy.cpp
ai_instance.cpp (svn r15614) -Add [NoAI]: AIVehicleList_Group(group_id) and AIVehicleList_DefaultGroup(vehicle_type). 16 years ago
ai_instance.hpp (svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer available in-game. 16 years ago
ai_scanner.cpp (svn r15562) -Change: Use GetName() to determine the unique AI name instead of GetInstanceName() to make branching of AIs easier. 16 years ago
ai_scanner.hpp (svn r15324) -Codechange: unify the class used for comparing of strings for std::map 16 years ago
ai_storage.hpp