index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
api
/
script_order.hpp
Age
Commit message (
Expand
)
Author
2020-05-28
Cleanup: Correct typographic errors in code comments.
TechGeekNZ
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-02-19
Doc: [AI] UnshareOrders empties the orders list of the vehicle.
Samu
2019-01-05
Add: 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 mov...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
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 t...
planetmaker
2012-10-09
(svn r24581) -Doc [FS#5318]: Indicate that the return value for script relate...
planetmaker
2012-03-04
(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs
rubidium
2012-03-04
(svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder
rubidium
2012-01-22
(svn r23837) -Feature [FS#4994]: [NoGo] Allow querying orders of vehicles
rubidium
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2011-12-15
(svn r23521) -Codechange: use the actual enum values from the 'core' in the A...
rubidium
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_API
truebrain
2011-11-29
(svn r23370) -Add: support @api tag in API header files, to select which API ...
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