Age | Commit message (Expand) | Author |
2011-12-03 | (svn r23416) -Add: [NoAI] API for querying infrastructure costs. | michi_cc |
2011-12-02 | (svn r23397) -Change: remove the AI_ prefix from all AIEvent enums | truebrain |
2011-12-02 | (svn r23396) -Fix: squirrel export script did not ignore Doxygen blocks, caus... | truebrain |
2011-12-01 | (svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it ... | yexo |
2011-12-01 | (svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_ma... | truebrain |
2011-12-01 | (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') | truebrain |
2011-11-30 | (svn r23378) -Fix: set SVN properties correctly | truebrain |
2011-11-29 | (svn r23374) -Add: Doxygen files for the NoAI API (Yexo) | truebrain |
2011-11-29 | (svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C+... | truebrain |
2011-11-29 | (svn r23372) -Move: move squirrel export script to script/api/ | truebrain |
2011-11-29 | (svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API | truebrain |
2011-11-29 | (svn r23370) -Add: support @api tag in API header files, to select which API ... | truebrain |
2011-11-29 | (svn r23369) -Codechange: use script includes when possible, not ai includes | truebrain |
2011-11-29 | (svn r23368) -Codechange: move FindLibrary down a few layers, so there is no ... | truebrain |
2011-11-29 | (svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid glo... | truebrain |
2011-11-29 | (svn r23366) -Codechange: move most of the Dummy code to script/, unifying it | truebrain |
2011-11-29 | (svn r23365) -Codechange: move constants to a single place, to avoid duplicat... | truebrain |
2011-11-29 | (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig | truebrain |
2011-11-29 | (svn r23363) -Documentation: document a tiny bit better what is in variables | truebrain |
2011-11-29 | (svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo a... | truebrain |
2011-11-29 | (svn r23361) -Codechange: move multiplayer DoCommand callback code so other s... | truebrain |
2011-11-29 | (svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusab... | truebrain |
2011-11-29 | (svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own... | truebrain |
2011-11-29 | (svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its... | truebrain |
2011-11-29 | (svn r23357) -Codechange: move AIStorage to ScriptStorage | truebrain |
2011-11-29 | (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) | truebrain |
2011-11-29 | (svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script... | truebrain |
2011-11-29 | (svn r23352) -Add: support dynamically adding an API prefix when returning a ... | truebrain |
2011-11-29 | (svn r23350) -Add: support different ScriptTypes in the helper functions for ... | truebrain |
2011-11-23 | (svn r23295) -Codechange: put ImportLibrary in AIController (and document the... | truebrain |
2011-11-23 | (svn r23294) -Codechange: sq_pop in native callback is just a waste of CPU cy... | truebrain |
2011-11-23 | (svn r23293) -Codechange: make LoadScript/LoadFile non-static | truebrain |
2011-11-19 | (svn r23264) -Fix (r23263): save before commit | truebrain |
2011-11-19 | (svn r23263) -Documentation: stop naming AI in comments in script/ files; it ... | truebrain |
2011-11-14 | (svn r23216) -Codechange: introduce the concept of having different tar lists | rubidium |
2011-11-13 | (svn r23210) -Codechange: generate the GetClassName function for the AI class... | rubidium |
2011-11-12 | (svn r23198) -Codechange: introduce a free that takes const pointers so we do... | rubidium |
2011-11-04 | (svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining oper... | rubidium |
2011-11-04 | (svn r23117) -Fix: [NoAI] calling require() to include a file gave you 100.00... | yexo |
2011-09-08 | (svn r22906) -Fix (r22905): variable not properly cleared before use | rubidium |
2011-09-08 | (svn r22905) -Fix [FS#4753] (r22836): the name of the tar was removed from th... | rubidium |
2011-09-08 | (svn r22904) -Codechange: add tar filename to file scanning | rubidium |
2011-09-02 | (svn r22874) -Fix [FS#4747]: Check size of various buffers before allocation.... | michi_cc |
2011-08-25 | (svn r22836) -Codechange: simplify the scanning of (AI) scripts | rubidium |
2011-05-01 | (svn r22406) -Document: some more "random-ish" tidbits | rubidium |
2011-02-20 | (svn r22120) -Change: [NoAI] Prevent AIs from getting consistently over their... | rubidium |
2010-12-22 | (svn r21595) -Codechange: Some header files had their name changed, update th... | alberth |
2010-11-24 | (svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but al... | rubidium |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-19 | (svn r20574) -Codechange: a little over 1 million vehicles should be enough f... | rubidium |