scummvm/engines
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
..
agi ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
agos ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
cine JANITORIAL: Silence a couple of "variable set but not used" warnings. 2011-06-30 23:47:10 +02:00
cruise JANITORIAL: Silence a couple of "variable set but not used" warnings. 2011-06-30 23:47:10 +02:00
draci DRACI: Allocate no-sound buffer on the heap in LegacySoundArchive::openArchive() 2011-06-23 15:11:38 +08:00
drascula ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
dreamweb DREAMWEB: Add Spanish CD and French CD Detection Entries. 2011-07-01 01:12:43 +01:00
gob ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
groovie ENGINES: Clean up SaveStateDescriptor. 2011-07-02 21:07:55 +02:00
hugo HUGO: Fix incorrect usage of sizeof 2011-06-25 21:35:17 +02:00
kyra GRAPHICS: Remove default values from FontSJIS::drawChar. 2011-07-01 05:42:54 +02:00
lastexpress LASTEXPRESS: Fix loading of subtitles from sound name 2011-07-01 01:17:08 -04:00
lure JANITORIAL: Silence a couple of "variable set but not used" warnings. 2011-06-30 23:47:10 +02:00
m4 ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
made MADE: Fix hidden overloaded virtual function warning 2011-06-30 00:53:33 +03:00
mohawk MOHAWK: Don't allocate zero-size array. 2011-07-02 01:27:19 +02:00
parallaction ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
queen ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
saga SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers") 2011-06-23 18:35:27 +01:00
sci GRAPHICS: Remove default values from FontSJIS::drawChar. 2011-07-01 05:42:54 +02:00
scumm GRAPHICS: Remove default values from FontSJIS::drawChar. 2011-07-01 05:42:54 +02:00
sky ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
sword1 ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
sword2 ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
sword25 JANITORIAL: Silence a couple of "variable set but not used" warnings. 2011-06-30 23:47:10 +02:00
teenagent TEENAGENT: Allocate large buffers on the heap instead of the stack 2011-06-23 15:11:37 +08:00
testbed ALL: Require DECLARE_SINGLETON to be used in the Common namepsace 2011-06-30 22:41:41 +03:00
tinsel TINSEL: Don't leak running processes in Scheduler::reset(). 2011-06-20 17:42:00 +02:00
toon TOON: Add delay to inventory rendering loop. Uses a bit less CPU now. 2011-06-27 21:48:00 +02:00
touche ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
tsage TSAGE: Remove outdated extra channel variable 2011-07-02 19:54:39 +10:00
tucker DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect() 2011-06-14 18:52:11 +02:00
advancedDetector.cpp ENGINES: Warn user about games marked with ADGF_UNSTABLE flags 2011-06-16 13:37:13 -05:00
advancedDetector.h ENGINES: Warn user about games marked with ADGF_UNSTABLE flags 2011-06-16 13:37:13 -05:00
dialogs.cpp GUI: fix bug #2822778 2011-06-25 15:54:36 +02:00
dialogs.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
engine.cpp GUI: fix bug #2822778 2011-06-25 15:54:36 +02:00
engine.h GUI: fix bug #2822778 2011-06-25 15:54:36 +02:00
engines.mk DREAMWEB: added autogenerated source 2011-06-15 17:29:05 +02:00
game.cpp Merge pull request #30 from tsoliman/configure-enhancement-warning-clean 2011-06-17 10:19:57 -07:00
game.h Merge pull request #30 from tsoliman/configure-enhancement-warning-clean 2011-06-17 10:19:57 -07:00
metaengine.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
module.mk DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
obsolete.cpp DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
obsolete.h DETECTOR: Separate code for handling obsolete gameids from advanced detector 2011-06-14 18:52:07 +02:00
savestate.cpp ENGINES: Clean up SaveStateDescriptor. 2011-07-02 21:07:55 +02:00
savestate.h ENGINES: Clean up SaveStateDescriptor. 2011-07-02 21:07:55 +02:00
util.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00