summaryrefslogtreecommitdiff
path: root/src/script/api/script_order.hpp
AgeCommit message (Collapse)Author
2020-05-28Cleanup: Correct typographic errors in code comments.TechGeekNZ
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-02-19Doc: [AI] UnshareOrders empties the orders list of the vehicle.Samu
2019-01-05Add: Conditional order for max. reliability (patch by Cirdan, #6360) (#7017)Eddi-z
2013-07-14(svn r25612) -Fix [FS#5648]: [AI] Don't return ERR_UNKNOWN when trying to ↵rubidium
move an order to its current location
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵planetmaker
Eagle_rainbow)
2012-10-10(svn r24584) -Doc: [Script] Improve API documentation.frosch
2012-10-09(svn r24582) -Fix (r24581): Order distances are not supposed to be compared ↵planetmaker
to map distances
2012-10-09(svn r24581) -Doc [FS#5318]: Indicate that the return value for script ↵planetmaker
related order distances is the square of the distance
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-22(svn r23837) -Feature [FS#4994]: [NoGo] Allow querying orders of vehiclesrubidium
2012-01-03(svn r23735) -Codechange: remove ~50 includes from headers that weren't neededrubidium
2011-12-15(svn r23521) -Codechange: use the actual enum values from the 'core' in the ↵rubidium
API when they refer to the in-game values in the cases where that is possible and sensible
2011-12-13(svn r23506) -Add: [NoAI] Support for dealing with aircraft range.michi_cc
2011-11-29(svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_APItruebrain
2011-11-29(svn r23370) -Add: support @api tag in API header files, to select which API ↵truebrain
should receive the defined classes and functions
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)