summaryrefslogtreecommitdiff
path: root/src/script/api/script_order.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-13Codechange: Replace TILE_AREA_LOOP with range-based for loopsglx22
2020-03-30Fix #8039: [AI/GS] SetOrderFlags and GetOrderDestination didn't work for oil ...SamuXarick
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-07-22Fix #7593: Crash in ScriptOrder::GetOrderDistance in VT_AIR modeJonathan G Rennison
2019-06-30Feature: Multi-tile docks and docking points.peter1138
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-01-05Add: Conditional order for max. reliability (patch by Cirdan, #6360) (#7017)Eddi-z
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-12-08(svn r26148) -Fix [FS#5824] (r25735): Script API failed for vehicles with onl...frosch
2013-07-14(svn r25612) -Fix [FS#5648]: [AI] Don't return ERR_UNKNOWN when trying to mov...rubidium
2012-06-23(svn r24353) -Fix [FS#5215] (r23506): [NoAI] A TileIndex isn't a station id, ...michi_cc
2012-03-04(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIsrubidium
2012-03-04(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrderrubidium
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-13(svn r23506) -Add: [NoAI] Support for dealing with aircraft range.michi_cc
2011-12-01(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')truebrain
2011-11-29(svn r23369) -Codechange: use script includes when possible, not ai includestruebrain
2011-11-29(svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusab...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