scummvm/common
2008-11-23 15:40:35 +00:00
..
advancedDetector.cpp Saving some more bytes of binary size in the advanced detector 2008-11-15 13:19:40 +00:00
advancedDetector.h Simplified AdvancedMetaEngine::fallbackDetect usage 2008-11-06 13:59:39 +00:00
algorithm.h
archive.cpp Formatting / Cleanup. 2008-11-21 17:49:19 +00:00
archive.h refactor inconsistent calls to cacheDirectoryRecursive 2008-11-21 13:29:53 +00:00
array.h
config-file.cpp
config-file.h
config-manager.cpp Pushed down some header deps 2008-10-23 07:59:10 +00:00
config-manager.h
endian.h
error.h Merged SFMError into Common::Error, added some new error codes; revised some error handling in DefaultSaveManager 2008-11-06 16:40:00 +00:00
events.h
file.cpp Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder". 2008-10-27 02:30:29 +00:00
file.h Fixed documentation. 2008-11-18 14:57:40 +00:00
frac.h
fs.cpp Removed FSNode::lookupFile 2008-11-21 19:14:23 +00:00
fs.h Removed FSNode::lookupFile 2008-11-21 19:14:23 +00:00
func.h
hash-str.h
hashmap.cpp
hashmap.h COMMON: Added a new ObjectPool class, with matching operator new/delete overloads 2008-10-12 22:05:26 +00:00
iff_container.h
keyboard.h
list.h
md5.cpp
md5.h
memorypool.cpp Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous memory consumption in various easy to trigger situations; out of paranoia, prohibit for now memory chunks bigger than 16MB 2008-10-30 17:45:35 +00:00
memorypool.h COMMON: Added a new ObjectPool class, with matching operator new/delete overloads 2008-10-12 22:05:26 +00:00
module.mk
mutex.cpp
mutex.h
noncopyable.h
pack-end.h
pack-start.h
ptr.h
queue.h
rect.h
savefile.h Merged SFMError into Common::Error, added some new error codes; revised some error handling in DefaultSaveManager 2008-11-06 16:40:00 +00:00
scummsys.h Turned on MSVC warning 4505 - "Unreferenced local function has been removed", as it's very useful in finding dead code 2008-11-23 15:40:35 +00:00
singleton.h
stack.h
str.cpp COMMON: Added a new ObjectPool class, with matching operator new/delete overloads 2008-10-12 22:05:26 +00:00
str.h
stream.cpp
stream.h
system.cpp Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSystem::getOverlayFormat to several ports (pending testing by the porters) 2008-11-06 15:02:50 +00:00
system.h Committed my patch #2123680 "SDL: Backend transaction / rollback support". 2008-11-14 22:08:10 +00:00
timer.h
unarj.cpp Refactoring the Arj decoder code, phase 4 (done for now, TODO added for future work) 2008-11-07 10:14:57 +00:00
unarj.h Refactoring the Arj decoder code, phase 4 (done for now, TODO added for future work) 2008-11-07 10:14:57 +00:00
unzip.cpp Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant which is inited using a filename now uses SearchMan to lookup the filename's file 2008-11-04 20:04:25 +00:00
unzip.h Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant which is inited using a filename now uses SearchMan to lookup the filename's file 2008-11-04 20:04:25 +00:00
util.cpp Little fix for my last commit. 2008-11-15 03:34:08 +00:00
util.h Fixed compilation with DISABLE_TEXT_CONSOLE. 2008-11-13 11:46:17 +00:00
xmlparser.cpp Rewrote XMLParser error() function for the 5th time. 2008-10-18 10:11:35 +00:00
xmlparser.h Removed many unnecessary #includes 2008-11-09 15:14:01 +00:00
zlib.cpp
zlib.h