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_town.cpp
Age
Commit message (
Expand
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-01-04
Feature: Script API to change town rating of companies
Niels Martin Hansen
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-11-14
Fix #7673: [Script] Allow removal of custom town text (#7834)
glx22
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-01-28
Fix #7112, fef8b831a9: incorrect precondition check (#7127)
glx22
2018-05-02
Change: Switch town growth rate and counter to actual game ticks (#6763)
Pavel Stupnikov
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-01-20
(svn r26270) -Fix-ish: If ScriptTown::FoundTown fails to generate a new rando...
frosch
2013-11-14
(svn r25995) -Fix (r25785) [FS#5801]: [NoGo] GS failed to rename towns. (Zydeco)
frosch
2013-11-12
(svn r25969) -Add: [Script] ScriptTown::GetFundBuildingsDuration.
frosch
2013-11-12
(svn r25968) -Add: [Script] ScriptTown::TOWN_GROWTH_NONE to indicate no town ...
frosch
2013-11-12
(svn r25967) -Add: [NoGo] GSTown::TOWN_GROWTH_NORMAL to reset a town growth r...
frosch
2013-11-12
(svn r25966) -Fix: [NoGo] Properly validate the range of the growth rate pass...
frosch
2013-10-28
(svn r25924) -Fix: [Script] Documentation for ScriptTown::GetGrowthRate.
frosch
2013-09-19
(svn r25785) -Feature: [Script] Allow AIs and GS to found towns. Allow GS to ...
zuu
2013-08-10
(svn r25709) -Fix: don't return -1 as unsigned
fonsinchen
2013-06-30
(svn r25544) -Fix [FS#5625] (r25488, r25486): [GS] The checks and validations...
rubidium
2013-06-27
(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode t...
rubidium
2013-06-27
(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and presi...
rubidium
2013-02-08
(svn r24982) -Fix [FS#5465]: [Script] Crash when passing too many parameters
rubidium
2012-05-30
(svn r24302) -Fix: [Script] ScriptTown::GetGrowthRate() returned wrong values...
frosch
2012-04-25
(svn r24179) -Codechange: move some variables of Town to TownCache
rubidium
2012-01-08
(svn r23777) -Codechange: refactor allocating memory and fetching strings int...
rubidium
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
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 r23632) -Add: GSCompanyMode, to change company in GameScripts
truebrain
2011-12-19
(svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI
truebrain
2011-12-19
(svn r23620) -Add: ScriptTown::SetCargoGoal and ScriptTown::SetGrowthRate (Ga...
truebrain
2011-12-19
(svn r23617) -Add: ScriptTown::ExpandTown, to grow a town (GameScript only)
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