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
/
newgrf_storage.cpp
Age
Commit message (
Collapse
)
Author
2014-02-23
(svn r26371) -Fix [FS#5831]: Calling DoCommandP during the gameloop cleared ↵
frosch
pending persistent storage changes.
2013-12-23
(svn r26175) -Add: Log in desync output when persistent storage is discarded.
frosch
2013-12-23
(svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray
frosch
2012-01-01
(svn r23704) -Doc: Doxygen comment fixes and additions.
alberth
2011-06-13
(svn r22583) -Fix [FS#4640] (r22551): Allocate _changed_storage_arrays on ↵
frosch
the heap, so the point of destruction is well defined ('never' for now).
2011-06-12
(svn r22567) -Codechange: Store persistent storages inside a pool.
terkhen
2011-06-11
(svn r22551) -Fix: Remove BaseStorageArrays from _changed_storage_arrays on ↵
frosch
destruction.
2011-01-22
(svn r21886) -Codechange: move documentation towards the code to make it ↵
rubidium
more likely to be updated [n].
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when ↵
rubidium
it is really needed.
2007-09-22
(svn r11138) -Codechange: prepare some subsystems for persistent storage for ↵
rubidium
NewGRFs.