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
truebrain fac5cee3d3 (svn r15124) -Fix: last memory leak related to NoAI 16 years ago
..
api (svn r15123) -Fix [NoAI]: 'const char *' implies that the return value should not be free'd, which is should .. so make them 'char *' 16 years ago
ai.hpp
ai_config.cpp (svn r15121) -Fix: more mem-leak fixes (this should make SmatZ so happy ;) :p) 16 years ago
ai_config.hpp
ai_core.cpp (svn r15122) -Codechange: add a security assert, to make sure something never happens 16 years ago
ai_gui.cpp (svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir required, as with AIs 16 years ago
ai_gui.hpp
ai_info.cpp (svn r15120) -Fix: more mem-leak fixes 16 years ago
ai_info.hpp (svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir required, as with AIs 16 years ago
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. 16 years ago
ai_instance.cpp (svn r15124) -Fix: last memory leak related to NoAI 16 years ago
ai_instance.hpp
ai_scanner.cpp (svn r15121) -Fix: more mem-leak fixes (this should make SmatZ so happy ;) :p) 16 years ago
ai_scanner.hpp (svn r15096) -Fix [NoAI]: free memory when no longer needed 16 years ago
ai_storage.hpp