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
/
saveload
/
town_sl.cpp
Age
Commit message (
Expand
)
Author
2021-06-10
Codechange: rename SL_LST to SL_REFLIST to highlight the "reference" part
Patric Stout
2021-06-06
Codechange: Remove FOR_ALL_CHUNK_HANDLERS
glx22
2021-05-31
Codechange: C++-ify lists for SaveLoad (#9323)
Patric Stout
2020-07-27
Codechange #8258: Remove unused town cargo caches from the savegame
dP
2020-06-28
Change #8159: Remove now unused town cargo caches without bumping the savegam...
dP
2020-06-28
Revert #8157: Redundant change
dP
2020-06-28
Fix: Incorrect save/load array size of Town::cargo_accepted
Jonathan G Rennison
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2019-12-21
Codechange: Replace FOR_ALL_TOWNS with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-13
Cleanup: Fix alignment after NULL -> nullptr change.
peter1138
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-09
Codechange: Make a k-d tree index of towns
Niels Martin Hansen
2019-02-02
Codechange: Change from numeric to descriptive SLV enum labels for last entries.
Peter Nelson
2019-02-02
Codechange: Convert saveload numbers to enum values.
Peter Nelson
2019-02-02
Codechange: Make saveload version upper bound exclusive, i.e. version object ...
Peter Nelson
2018-06-26
Change: Increase cargo type limit to 64.
PeterN
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2017-02-26
(svn r27756) -Codechange: Add StringTab enum
frosch
2017-02-26
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeString...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-08-18
(svn r24482) -Fix [FS#5232] (r24180): Do not call RebuildSubsidisedSourceAndD...
frosch
2012-04-26
(svn r24182) -Fix [FS#5169-ish]: The population of a town was computed incorr...
frosch
2012-04-25
(svn r24180) -Codechange/feature-ish: add cache checker for the town's cache
rubidium
2012-04-25
(svn r24179) -Codechange: move some variables of Town to TownCache
rubidium
2011-12-22
(svn r23657) -Fix (r22958): loading of very old savegames with custom town na...
yexo
2011-12-19
(svn r23636) -Add: introduce ScriptText in parameters where it can be used
truebrain
2011-12-19
(svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI
truebrain
2011-12-15
(svn r23526) -Codechange: unify cargos vs cargoes
rubidium
2011-12-04
(svn r23418) -Fix [FS#4866] (r22958): saves made with the Catalan town name g...
rubidium
2011-12-03
(svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns.
terkhen
2011-12-03
(svn r23405) -Codechange: Keep a matrix of cargos accepted by houses for each...
terkhen
2011-11-23
(svn r23300) -Add: show on the GUI when a town grows and make a general frame...
truebrain
2011-11-23
(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incom...
truebrain
2011-11-15
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amo...
michi_cc
2011-09-23
(svn r22958) -Fix [FS#4778]: the savegame description and loading of savegame...
rubidium
2011-09-11
(svn r22920) -Cleanup: replace two very old town variables taht were rarely u...
yexo
2011-06-12
(svn r22568) -Change: Add a list of persistent storages to the Town class.
terkhen
2010-08-24
(svn r20610) -Fix (r20609): X and Y got swapped.
frosch
2010-08-24
(svn r20609) -Fix [FS#3702]: crash when a NewGRF defined an invalid substitut...
yexo
2010-08-11
(svn r20449) -Codechange: unduplicate saving/loading of NewGRF ID + local id ...
rubidium
2010-06-13
(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...
frosch
2010-03-16
(svn r19435) -Fix: when loading a savegame created with a house newgrf withou...
yexo
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-26
(svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _...
smatz
2009-06-26
(svn r16665) -Codechange: replace GetTownByTile() by Town::GetByTile()
smatz
2009-06-26
(svn r16664) -Codechange: move house-related stuff from town.h and town_type....
smatz
2009-06-23
(svn r16632) -Codechange: rename Town::flags12 to Town::flags
smatz
[next]