OpenTTD/src/ai
truebrain 5119132dda (svn r15100) -Add [NoAI]: introduce TILE_INVALID as const 2009-01-15 21:20:12 +00:00
..
api (svn r15100) -Add [NoAI]: introduce TILE_INVALID as const 2009-01-15 21:20:12 +00:00
ai.hpp (svn r15086) -Fix: start AIs after 6 months on hard, 12 months on medium, and 24 months on easy. The current values were a bit .. too long waiting period ;) 2009-01-14 21:32:06 +00:00
ai_config.cpp (svn r15063) -Fix [NoAI]: starting companies now listen correctly to 'start_date' set to the AI slot (Yexo) 2009-01-13 16:53:03 +00:00
ai_config.hpp (svn r15063) -Fix [NoAI]: starting companies now listen correctly to 'start_date' set to the AI slot (Yexo) 2009-01-13 16:53:03 +00:00
ai_core.cpp (svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir required, as with AIs 2009-01-15 18:15:12 +00:00
ai_gui.cpp (svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir required, as with AIs 2009-01-15 18:15:12 +00:00
ai_gui.hpp (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see. 2009-01-12 17:11:45 +00:00
ai_info.cpp (svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir required, as with AIs 2009-01-15 18:15:12 +00:00
ai_info.hpp (svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir required, as with AIs 2009-01-15 18:15:12 +00:00
ai_info_dummy.cpp (svn r15090) -Add [NoAI] [API CHANGE]: info.nut/library.nut now requires a function GetShortName(), which should return a 4 (four) character string, unique throughout the world. This id is simular to a GRFid. 2009-01-15 14:37:44 +00:00
ai_instance.cpp (svn r15100) -Add [NoAI]: introduce TILE_INVALID as const 2009-01-15 21:20:12 +00:00
ai_instance.hpp (svn r15045) -Add [NoAI API CHANGE]: in info.nut you can now have (optional) a CanLoadFromVersion(version), which should return true/false, to indicate if you can load a savegame made with your AI of version 'version' 2009-01-13 01:46:46 +00:00
ai_scanner.cpp (svn r15096) -Fix [NoAI]: free memory when no longer needed 2009-01-15 18:24:49 +00:00
ai_scanner.hpp (svn r15096) -Fix [NoAI]: free memory when no longer needed 2009-01-15 18:24:49 +00:00
ai_storage.hpp (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see. 2009-01-12 17:11:45 +00:00