scummvm/engines/sword25/kernel
Filippos Karapetis 832cfddf34 SWORD25: Cache related changes
- Increase the resource cache limits
- Added a check before forcing resources to be freed
- Only force free image and animation resources, with a warning. It seems like there is
a bug in the resource reference code and several bitmap resources are not freed - added
a FIXME
- Clarify that initializeAnimationResource() is used with XML resources

svn-id: r55736
2011-02-02 19:32:04 +00:00
..
common.h SWORD25: Replaced BS_ASSERT() with assert() 2011-01-23 15:01:24 +00:00
filesystemutil.cpp SWORD25: Removed the custom log class and replaced it with warning/error/debugC calls 2011-01-23 14:49:50 +00:00
filesystemutil.h SWORD25: Marked several unused LUA callbacks as dummy functions. Some cleanup. 2011-01-28 17:29:08 +00:00
inputpersistenceblock.cpp SWORD25: Removed the custom log class and replaced it with warning/error/debugC calls 2011-01-23 14:49:50 +00:00
inputpersistenceblock.h SWORD25: Start to rename read/write methods of *PersistenceBlock classes 2010-10-28 00:26:25 +00:00
kernel_script.cpp SWORD25: Resources are now cleaned up correctly 2011-01-28 16:54:55 +00:00
kernel.cpp SWORD25: Resources are now cleaned up correctly 2011-01-28 16:54:55 +00:00
kernel.h SWORD25: Resources are now cleaned up correctly 2011-01-28 16:54:55 +00:00
objectregistry.h SWORD25: Removed the logErrorLn and logWarningLn wrappers 2011-01-24 00:03:09 +00:00
outputpersistenceblock.cpp SWORD25: Removed the custom log class and replaced it with warning/error/debugC calls 2011-01-23 14:49:50 +00:00
outputpersistenceblock.h SWORD25: Start to rename read/write methods of *PersistenceBlock classes 2010-10-28 00:26:25 +00:00
persistable.h SWORD25: Semi-colon cleanup. 2010-10-13 20:04:50 +00:00
persistenceblock.h SWORD25: Enforced code formatting rules in rest of the engine 2010-10-19 21:03:33 +00:00
persistenceservice.cpp SWORD25: Removed the custom log class and replaced it with warning/error/debugC calls 2011-01-23 14:49:50 +00:00
persistenceservice.h SWORD25: Standardised savegame filenames, start on advanced engine features 2010-10-28 09:51:56 +00:00
resmanager.cpp SWORD25: Cache related changes 2011-02-02 19:32:04 +00:00
resmanager.h SWORD25: Resources are now cleaned up correctly 2011-01-28 16:54:55 +00:00
resource.cpp SWORD25: Replaced BS_ASSERT() with assert() 2011-01-23 15:01:24 +00:00
resource.h SWORD25: Replace ResourceManager's hash table by a Common::HashMap 2010-10-24 01:53:01 +00:00
resservice.h SWORD25: Removed some more unused/unimplemented debug code 2011-01-28 17:02:02 +00:00
service.h SWORD25: Semi-colon cleanup. 2010-10-13 20:04:50 +00:00