scummvm/engines/sword25/kernel
2011-01-24 00:03:09 +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: Simplify FS 'wrapper' code a bit, add FIXME comments 2010-10-25 23:19:39 +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: Replaced BS_ASSERT() with assert() 2011-01-23 15:01:24 +00:00
kernel.cpp SWORD25: Replaced BS_ASSERT() with assert() 2011-01-23 15:01:24 +00:00
kernel.h SWORD25: Get rid of most of the 'kernel service/superclass' code 2010-10-25 22:41:25 +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: Removed the custom log class and replaced it with warning/error/debugC calls 2011-01-23 14:49:50 +00:00
resmanager.h SWORD25: Remove some dead code; cleanup 2010-10-24 01:53:32 +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: Enforced code formatting rules in rest of the engine 2010-10-19 21:03:33 +00:00
service.h SWORD25: Semi-colon cleanup. 2010-10-13 20:04:50 +00:00