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_company.hpp
Age
Commit message (
Expand
)
Author
2021-01-22
Feature: Add tile parameter for GSCompany.ChangeBankBalance to show text effe...
Pavel Stupnikov
2020-06-27
Codechange: Make sure script enums are the same size as their normal counterp...
Charles Pigott
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
2019-03-03
Add: AI functions to get/set company colours.
Peter Nelson
2018-04-30
Fix: Spelling errors (#6769)
Joan Josep
2018-04-22
Feature #6459: API for querying network clients from GS (#6736)
Pavel Stupnikov
2014-09-24
(svn r26915) -Fix: API docs
frosch
2014-05-11
(svn r26585) -Fix/Feature [FS#5942]: don't truncate money to 32 bits
rubidium
2013-10-02
(svn r25808) -Fix (r25788): [Script] INVALID_EXPENSES should be called EXPENS...
zuu
2013-09-21
(svn r25788) -Feature: [Script] Game Scripts can now charge fees and give mon...
zuu
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-06-06
(svn r24327) -Doc: [Script] Improve documentation of ScriptCompany::GetQuarte...
frosch
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2011-12-19
(svn r23636) -Add: introduce ScriptText in parameters where it can be used
truebrain
2011-12-19
(svn r23633) -Add: allow most build commands from GameScript given a CompanyM...
truebrain
2011-12-19
(svn r23614) -Add: more API functions exposed to NoGo (part 1)
truebrain
2011-12-15
(svn r23521) -Codechange: use the actual enum values from the 'core' in the A...
rubidium
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