scummvm/common
Max Horn 073cc060e9 Fixed warning in list code
svn-id: r39287
2009-03-10 02:41:35 +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
config-file.h
config-manager.cpp
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
file.cpp
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
md5.h
memorypool.cpp
memorypool.h
module.mk
mutex.cpp
mutex.h
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
savefile.h
scummsys.h
singleton.h
stack.h
str.cpp
str.h
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
system.cpp
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
unarj.h
unzip.cpp
unzip.h
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
xmlparser.h
zlib.cpp
zlib.h