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
/
script_storage.hpp
Age
Commit message (
Expand
)
Author
2021-12-16
Codechange: Don't use globals for return values from vehicle command procs.
Michael Lutz
2021-12-16
Codechange: Don't use globals for story/goal/sign/group command proc return v...
Michael Lutz
2021-12-16
Codechange: Add support for additional command result values.
Michael Lutz
2021-12-16
Codechange: Pass additional data as byte stream to command callbacks.
Michael Lutz
2021-12-16
Codechange: Untangle command code, flags and error string for DoCommand*.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-07
Fix #7188: check the validity of command callback for scripts (#7701)
glx22
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2013-11-23
(svn r26057) -Fix: a number of possibly uninitialised variables
rubidium
2013-06-09
(svn r25342) -Add: StoryPage data structures and GS API
zuu
2011-12-19
(svn r23632) -Add: GSCompanyMode, to change company in GameScripts
truebrain
2011-12-19
(svn r23630) -Add: a Goal GUI to show your current goals
truebrain
2011-12-14
(svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and ...
frosch
2011-11-29
(svn r23357) -Codechange: move AIStorage to ScriptStorage
truebrain