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
rubidium 7fd1e1df81 (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 13 years ago
..
api (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 13 years ago
ai.hpp (svn r22222) -Fix: compilation when compiling with --disable-ai 14 years ago
ai_config.cpp (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 13 years ago
ai_config.hpp (svn r22534) -Fix [FS#4631] (r21250): doing rescan_ai in a game with running AIs caused a crash 14 years ago
ai_core.cpp (svn r22829) -Codechange: unify the dirtying of windows after an AI scan 13 years ago
ai_gui.cpp (svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu) 13 years ago
ai_gui.hpp (svn r19426) -Fix: compilation with AIs disabled 15 years ago
ai_info.cpp (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 13 years ago
ai_info.hpp (svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu) 13 years ago
ai_info_dummy.cpp (svn r20271) -Doc: add doxygen comments to several items under src/ai/ 14 years ago
ai_instance.cpp (svn r23195) -Codechange: if we really need to cast away constness, use const_cast 13 years ago
ai_instance.hpp (svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining operations for the current tick 13 years ago
ai_scanner.cpp (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free 13 years ago
ai_scanner.hpp (svn r22396) -Document: some AI doxygen stuff 14 years ago
ai_storage.hpp (svn r21890) -Cleanup: remove some unneeded includes 14 years ago