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_error.hpp
Age
Commit message (
Collapse
)
Author
2019-12-17
Add #7801: [Script] more error mappings
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2013-02-08
(svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by ↵
planetmaker
Eagle_rainbow)
2012-03-04
(svn r24008) -Cleanup/doc: try not to mention (No)AI in script APIs
rubidium
2011-12-19
(svn r23632) -Add: GSCompanyMode, to change company in GameScripts
truebrain
2011-12-19
(svn r23604) -Add: initial support for GameScripts
truebrain
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)