OpenTTD-patches/src/ai
2011-11-13 20:42:24 +00:00
..
api (svn r23208) -Codechange: mark function with /* static */ in the source file, which are defined static in the header file 2011-11-13 20:42:24 +00:00
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 2011-11-12 13:00:29 +00:00
ai_config.hpp (svn r22534) -Fix [FS#4631] (r21250): doing rescan_ai in a game with running AIs caused a crash 2011-06-03 19:18:39 +00:00
ai_core.cpp (svn r22829) -Codechange: unify the dirtying of windows after an AI scan 2011-08-24 16:38:09 +00:00
ai_gui.cpp (svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway 2011-11-12 18:48:21 +00:00
ai_gui.hpp
ai_info_dummy.cpp
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 2011-11-12 13:00:29 +00:00
ai_info.hpp (svn r23169) -Feature: [NoAI] AICONFIG_AI_DEVELOPER flags to hide AI settings unless gui.ai_developer_tools is enabled (Zuu) 2011-11-08 21:48:00 +00:00
ai_instance.cpp (svn r23195) -Codechange: if we really need to cast away constness, use const_cast 2011-11-12 08:37:12 +00:00
ai_instance.hpp (svn r23207) -Codechange: make functions private/protected/public depending on their current usage (and reorder functions a bit) 2011-11-13 20:41:17 +00:00
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 2011-11-12 13:00:29 +00:00
ai_scanner.hpp (svn r22396) -Document: some AI doxygen stuff 2011-05-01 09:24:19 +00:00
ai_storage.hpp (svn r21890) -Cleanup: remove some unneeded includes 2011-01-22 14:52:20 +00:00
ai.hpp (svn r22222) -Fix: compilation when compiling with --disable-ai 2011-03-07 18:44:36 +00:00