frosch
|
8771a19768
|
(svn r26371) -Fix [FS#5831]: Calling DoCommandP during the gameloop cleared pending persistent storage changes.
|
2014-02-23 22:03:08 +00:00 |
|
frosch
|
74916a103e
|
(svn r26175) -Add: Log in desync output when persistent storage is discarded.
|
2013-12-23 18:09:29 +00:00 |
|
frosch
|
35ecb9db3f
|
(svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray
|
2013-12-23 18:09:03 +00:00 |
|
frosch
|
cefdd69748
|
(svn r26173) -Change: [NewGRF] Reset the temporary storage registers for every sprite resolving.
|
2013-12-23 18:08:36 +00:00 |
|
frosch
|
71e2ca5822
|
(svn r26171) -Codechange: Make TemporaryStorageArray keep track of assigned registers. Also make clearing the array 'cheaper'.
|
2013-12-23 18:07:57 +00:00 |
|
frosch
|
2f61ba43ae
|
(svn r26161) -Fix [FS#5830] (r22567) (r25956-ish): Backup data of altered persistent storage arrays was freed twice.
|
2013-12-16 18:18:58 +00:00 |
|
rubidium
|
4cb3f8afa4
|
(svn r25956) -Fix [FS#5772]: temporary persistent storage modifications, e.g. command tests or those from GUI, were not properly reset, creating the possibility of desyncs
|
2013-11-08 22:28:57 +00:00 |
|
rubidium
|
0cfe86cead
|
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
|
2012-01-03 20:26:05 +00:00 |
|
alberth
|
06597e684c
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|
terkhen
|
7e0daae1ec
|
(svn r22567) -Codechange: Store persistent storages inside a pool.
|
2011-06-12 20:47:45 +00:00 |
|
terkhen
|
3d96adb03f
|
(svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue.
|
2011-06-12 20:40:21 +00:00 |
|
frosch
|
a0eb879310
|
(svn r22552) -Fix: Clear airport persistent storage on construction/removal of airports.
|
2011-06-11 20:47:31 +00:00 |
|
frosch
|
e8a381659c
|
(svn r22551) -Fix: Remove BaseStorageArrays from _changed_storage_arrays on destruction.
|
2011-06-11 20:40:46 +00:00 |
|
rubidium
|
43c8073551
|
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
|
2011-01-22 09:53:15 +00:00 |
|
frosch
|
d006eff7a9
|
(svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo)
|
2010-03-21 11:05:39 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
34bfb35105
|
(svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails
|
2009-02-24 20:59:17 +00:00 |
|
rubidium
|
00c9d3ef20
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
81555c732d
|
(svn r11139) -Codechange: add support for persistent storage for NewGRFs.
|
2007-09-22 13:56:38 +00:00 |
|
rubidium
|
ed96cd2711
|
(svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.
|
2007-09-22 12:59:43 +00:00 |
|