Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-30 | Codechange: Check airport layout would fit within map bounds before ↵ | PeterN | |
iterating tiles. (#7429) | |||
2019-03-29 | Codechange: Distance between town and airport has already just been found, ↵ | PeterN | |
so use it. (#7427) Previously the distance was thrown away, only to be expensively recalculated again. | |||
2018-11-01 | Add: AI/GS GetMonthlyMaintenanceCost (#6897) | Samu | |
API addition which allows AI/GS scripts to retrieve the monthly maintenance cost of an airport type. | |||
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵ | rubidium | |
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values | |||
2011-12-19 | (svn r23633) -Add: allow most build commands from GameScript given a ↵ | truebrain | |
CompanyMode is active in that scope | |||
2011-12-19 | (svn r23632) -Add: GSCompanyMode, to change company in GameScripts | truebrain | |
2011-12-19 | (svn r23614) -Add: more API functions exposed to NoGo (part 1) | truebrain | |
2011-12-09 | (svn r23461) -Fix: handle a missing airport newgrf as graceful as possible ↵ | yexo | |
by not crashing when loading such savegame or when an airport is removed | |||
2011-12-06 | (svn r23441) -Fix [FS#4764]: some airport functions didn't take the layout ↵ | rubidium | |
into account resulting in wrong noise levels or nearests towns (patch by Zuu) | |||
2011-12-03 | (svn r23416) -Add: [NoAI] API for querying infrastructure costs. | michi_cc | |
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 ↵ | truebrain | |
src/script/api/script_* (Rubidium) |