summaryrefslogtreecommitdiff
path: root/src/newgrf_storage.cpp
AgeCommit message (Collapse)Author
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.