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
/
subsidy_sl.cpp
Age
Commit message (
Expand
)
Author
2019-12-21
Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loops
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
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
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2010-06-13
(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...
frosch
2009-11-09
(svn r18028) -Codechange: unglobalise some functions
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-08
(svn r17124) -Codechange: store subsidies in a pool (instead of an array)
smatz
2009-08-08
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...
smatz
2009-08-07
(svn r17107) -Codechange: store type of subsidy source and destination in the...
smatz
2009-07-01
(svn r16714) -Codechange: use pool-like accessors for Subsidy
smatz
2009-07-01
(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all...
smatz
2009-05-23
(svn r16403) -Codechange: move code related to subsidies to separate file
smatz
2009-05-17
(svn r16338) -Codechange: split loading of references to two phases
smatz
2009-01-04
(svn r14829) -Fix (r14828): forgot CH_LAST
smatz
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz