scummvm/common
2009-03-16 09:16:56 +00:00
..
algorithm.h
archive.cpp Rewrote Common::List iterator code to ensure const correctness is preserved. 2009-03-09 22:26:02 +00:00
archive.h Rewrote Common::List iterator code to ensure const correctness is preserved. 2009-03-09 22:26:02 +00:00
array.h
config-file.cpp Be paranoid about g_system being set 2009-01-29 22:09:06 +00:00
config-file.h cleanup 2009-02-16 01:04:19 +00:00
config-manager.cpp typo 2009-02-17 19:54:11 +00:00
config-manager.h
debug.cpp COMMON: added a debugC variant which only takes a debug channel mask 2009-03-01 21:47:57 +00:00
debug.h Fix documentation, debug(C/N) prints to stdout not stderr. 2009-03-01 22:09:46 +00:00
endian.h
error.h
events.h Merge in Virtual Keybpard & KeyMapper branch, 2009-01-11 00:20:27 +00:00
file.cpp Changed Common::File and FSDirectory to invoke FSNode::exists a few times less, reducing overhead 2009-02-22 04:40:10 +00:00
file.h
frac.h
fs.cpp Moved FSDirectory implementation from common/archive.cpp to common/fs.cpp 2009-02-24 03:22:34 +00:00
fs.h Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we can distinguish between lookup failures and invalid cache entries. Also changed SearchSet::createReadStreamForMember to not use hasFile anymore, based on the assumption that any Archive::createReadStreamForMember implementation has to verify whether the member name is valid anyway (clarified the doxygen docs accordingly) 2009-02-22 16:48:02 +00:00
func.h
hash-str.h
hashmap.cpp
hashmap.h Modified HashMap ctr to skip _defaultVal() on PS2 to avoid gcc 3.2.2 ICE 2009-03-07 05:01:56 +00:00
iff_container.h
keyboard.h
list_intern.h Fixed warning in list code 2009-03-10 02:41:35 +00:00
list.h Rewrote Common::List iterator code to ensure const correctness is preserved. 2009-03-09 22:26:02 +00:00
md5.cpp Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear 2009-01-23 03:41:36 +00:00
md5.h
memorypool.cpp
memorypool.h
module.mk Moved debug() etc. and special debug flag handling code to common/debug.*; also some tweaks to the code 2009-01-30 01:17:12 +00:00
mutex.cpp do not include common/debug.h from common/util.h 2009-01-30 05:25:17 +00:00
mutex.h Moved default implementations for various OSystem methods into a new class BaseBackend 2009-01-30 03:35:47 +00:00
noncopyable.h
pack-end.h
pack-start.h
ptr.h Commit patch #2641592 "Wrong type promotion for SharedPtr" with a slight formatting change. 2009-02-26 13:54:21 +00:00
queue.h
rect.h Added an "equals" function to Common::Rect (used by SCI) 2009-02-17 17:44:04 +00:00
savefile.h
scummsys.h Disable MSVC warning, which is frequently paranoid. 2009-02-20 03:56:42 +00:00
serializer.h Added a syncString variation needed for the Cruise engine 2009-03-16 09:16:56 +00:00
singleton.h
stack.h Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests 2009-01-21 02:23:09 +00:00
str.cpp Merged internal 'matchPath' method of class Archive into global matchString function (via an optional 'path mode' in the latter). Also changed Archive::listMatchingMembers to use path mode when matching, just like FSDirectory::listMatchingMembers 2009-02-15 18:45:53 +00:00
str.h Merged internal 'matchPath' method of class Archive into global matchString function (via an optional 'path mode' in the latter). Also changed Archive::listMatchingMembers to use path mode when matching, just like FSDirectory::listMatchingMembers 2009-02-15 18:45:53 +00:00
stream.cpp Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions 2009-03-05 20:37:53 +00:00
stream.h Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the SCI engine 2009-03-15 20:30:57 +00:00
system.cpp Moved default implementations for various OSystem methods into a new class BaseBackend 2009-01-30 03:35:47 +00:00
system.h Fix my wrong comment on OSystem::updateScreen(). Now it is hopefully correct 2009-02-24 21:22:04 +00:00
timer.h Clarify timer API. 2009-02-27 22:19:33 +00:00
unarj.cpp do not include common/debug.h from common/util.h 2009-01-30 05:25:17 +00:00
unarj.h
unzip.cpp Modified ZipArchive::createReadStreamForMember to check whether the zip archive contains a file with the given name 2009-02-22 16:27:48 +00:00
unzip.h Renamed Archive::openFile to createReadStreamForMember 2009-01-23 04:45:44 +00:00
util.cpp Patch #2638336: Broken Sword PSX Support 2009-02-28 10:46:33 +00:00
util.h Patch #2638336: Broken Sword PSX Support 2009-02-28 10:46:33 +00:00
xmlparser.cpp Renamed Archive::openFile to createReadStreamForMember 2009-01-23 04:45:44 +00:00
xmlparser.h Merged rev 38209 from 0.13 to trunk: XML parsing fix 2009-02-15 14:00:41 +00:00
zlib.cpp
zlib.h