summaryrefslogtreecommitdiff
path: root/src/newgrf_storage.cpp
AgeCommit message (Collapse)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
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 BasePersistentStorageArrayfrosch
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 appropriaterubidium
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.