scummvm/common
2007-02-19 21:11:13 +00:00
..
advancedDetector.cpp Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit 2007-02-18 18:07:32 +00:00
advancedDetector.h AdvancedDetector: revamped the file based fallback code 2007-02-14 23:46:39 +00:00
array.h
config-file.cpp made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too 2007-02-13 21:06:57 +00:00
config-file.h
config-manager.cpp made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too 2007-02-13 21:06:57 +00:00
config-manager.h
endian.h Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo 2006-11-12 19:05:51 +00:00
file.cpp
file.h
fs.cpp Fixing various doxygen warnings 2007-02-03 21:37:52 +00:00
fs.h Fixing various doxygen warnings 2007-02-03 21:37:52 +00:00
func.h
hash-str.h
hashmap.cpp
hashmap.h Return a default value in the const-variant of HashMap::getVal, instead of asserting out -- this way, we get less unexpected asserts, and both getVal variants behave comparably diff. The drawback is that now all HashMap instances carry one extra Value object around with them. 2007-01-28 13:30:26 +00:00
list.h
md5.cpp Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ReadStream; and added md5_file_string methods which directly produce a human readable md5 string (instead of a binary digest) 2007-02-14 21:43:21 +00:00
md5.h Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ReadStream; and added md5_file_string methods which directly produce a human readable md5 string (instead of a binary digest) 2007-02-14 21:43:21 +00:00
module.mk
mutex.cpp
mutex.h
pack-end.h
pack-start.h
rect.h
savefile.h Get rid of Common::SaveFile 2007-02-17 22:11:00 +00:00
scummsys.h
singleton.h
stack.h Made it possible to init a Stack<T> with an Array<T>; removed hack in Stack<T>::top 2007-02-18 18:08:38 +00:00
stdafx.h keep warnings off like this ones: 2007-01-15 08:21:20 +00:00
str.cpp made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too 2007-02-13 21:06:57 +00:00
str.h made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too 2007-02-13 21:06:57 +00:00
stream.cpp Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent stream after it's been used (simplifies memory management for client code) 2007-02-19 21:11:13 +00:00
stream.h Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent stream after it's been used (simplifies memory management for client code) 2007-02-19 21:11:13 +00:00
system.cpp
system.h
timer.h
unzip.cpp Renamed crc32 which conflicts with Tapwave system function 2007-02-18 17:47:24 +00:00
unzip.h
util.cpp Added Common::getEnabledSpecialDebugLevels 2007-02-04 13:28:17 +00:00
util.h Added Common::getEnabledSpecialDebugLevels 2007-02-04 13:28:17 +00:00