Colin Snover
5c89c39325
FULLPIPE: Fix memory leak of save game thumbnail
2017-11-18 22:35:12 +01:00
Alexander Tkachev
f1a56eaf36
GUI: Show "locked" saves during sync
2016-08-24 16:07:55 +06:00
Johannes Schickel
a155220100
ENGINES: Add comparator to sort SaveStateDescriptors based on slot.
2016-02-25 21:39:45 +01:00
Einar Johan Trøan Sømåen
2fa1340438
ENGINES: Fix some Doxygen comments that seem wrong.
2014-08-29 03:28:43 +02:00
Johannes Schickel
53e83147be
ENGINES: Make GPL headers consistent in themselves.
2014-02-18 02:39:34 +01:00
Johannes Schickel
0a51805a8c
ENGINES: Mention defaults for writable and deletable settings in SaveStateDescriptor docs.
2012-07-03 18:40:40 +02:00
Johannes Schickel
09501be85b
ENGINES: Clean up SaveStateDescriptor.
...
Now SaveStateDescriptor no longer subclasses HashMap. Instead all possible
saved meta data is included directly into SaveStateDescriptor.
This is slightly less flexible, but we never needed that flexibility so far.
On the other hand it should reduce the memory usage. At least on my system
(Linux/amd64) the old SaveStateDescriptor had a size of 928 and the new
SaveStateDescriptor has a size of 200.
2011-07-02 21:07:55 +02:00
Max Horn
86240bb0dc
ENGINES: Get rid of some s(n)printf calls
2011-06-02 18:31:58 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Ori Avtalion
3e01d35281
JANITORIAL: Format more forward declarations to follow convention
2011-04-28 12:32:01 +03:00
Johannes Schickel
1b2952e3ff
ENGINE: Add a setPlayTime to SaveStateDescriptor taking an ms value.
...
svn-id: r53922
2010-10-29 16:41:30 +00:00
Max Horn
8db54382bb
ENGINES: Move SaveStateDescriptor etc. to engine/savestate.*
...
svn-id: r48283
2010-03-18 15:09:48 +00:00