scummvm/common
2010-01-08 22:07:35 +00:00
..
algorithm.h Spelling: Par*r*tition 2009-12-28 21:04:35 +00:00
archive.cpp Ooops... 2009-11-21 20:26:55 +00:00
archive.h
array.h Added operator== and != to Common::Array 2009-10-19 17:46:50 +00:00
config-file.cpp Update comments to reflect the changes used for Mohawk. 2009-12-30 14:55:33 +00:00
config-file.h
config-manager.cpp Get rid of Common::String::emptyString, and also of some port specific hackery (getting rid of certain global C++ objs) 2009-12-30 23:01:36 +00:00
config-manager.h Get rid of Common::String::emptyString, and also of some port specific hackery (getting rid of certain global C++ objs) 2009-12-30 23:01:36 +00:00
debug.cpp remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass 2009-12-30 22:56:19 +00:00
debug.h Renamed common/console.* to common/textconsole.* to fix compilation under MSVC again (broken with commit #46130). MSVC places all object files for each engine in the same folder (even if they're in subfolders), which resulted in clashing between gui/console.* and common/console.*. There's no easy way around this, other than turning the resulting MSVC files into a big mess, so a simple file rename is more feasible 2009-11-26 10:59:46 +00:00
endian.h
error.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
EventDispatcher.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
EventRecorder.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
EventRecorder.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
events.h Typo. 2009-12-29 20:41:09 +00:00
file.cpp
file.h
frac.h
fs.cpp Add comment why pattern is converted to lowercase in FSDirectory::listMatchingMembers. 2009-11-21 20:18:51 +00:00
fs.h
func.h typo 2009-11-24 22:10:34 +00:00
hash-str.h
hashmap.cpp
hashmap.h
iff_container.h Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string 2009-11-24 22:08:34 +00:00
keyboard.h
list_intern.h allowed list to be sorted with default comparator 2009-12-27 14:13:39 +00:00
list.h
md5.cpp COMMON: Remove various variants of the md5_file / md5_file_string funcs; turned the (disabled) MD5 test code into a working unit test 2009-11-23 22:30:22 +00:00
md5.h COMMON: Remove various variants of the md5_file / md5_file_string funcs; turned the (disabled) MD5 test code into a working unit test 2009-11-23 22:30:22 +00:00
memorypool.cpp COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const 2009-12-07 18:24:10 +00:00
memorypool.h COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const 2009-12-07 18:24:10 +00:00
module.mk Renamed common/console.* to common/textconsole.* to fix compilation under MSVC again (broken with commit #46130). MSVC places all object files for each engine in the same folder (even if they're in subfolders), which resulted in clashing between gui/console.* and common/console.*. There's no easy way around this, other than turning the resulting MSVC files into a big mess, so a simple file rename is more feasible 2009-11-26 10:59:46 +00:00
mutex.cpp
mutex.h
noncopyable.h
pack-end.h
pack-start.h
ptr.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
queue.h
rect.h Slightly modified commit of patch #2911414 "MSVC: conversions warnings in common code". 2009-12-09 16:41:08 +00:00
savefile.h
scummsys.h Add Nintendo 64 port to trunk. 2009-12-30 21:11:38 +00:00
serializer.h Commit digitall's patch for bugs #2892510 and #2892510 with an additional comment. 2009-11-06 17:21:43 +00:00
singleton.h
stack.h
str.cpp Get rid of Common::String::emptyString, and also of some port specific hackery (getting rid of certain global C++ objs) 2009-12-30 23:01:36 +00:00
str.h Get rid of Common::String::emptyString, and also of some port specific hackery (getting rid of certain global C++ objs) 2009-12-30 23:01:36 +00:00
stream.cpp Rename Common::Stream::readLine_NEW to readLine 2009-12-30 23:00:55 +00:00
stream.h Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
system.cpp
system.h Fix documentation for setMouseCursor's format paramenter. 2010-01-08 20:15:42 +00:00
textconsole.cpp COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST 2009-11-29 21:56:10 +00:00
textconsole.h COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST 2009-11-29 21:56:10 +00:00
timer.h
types.h Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
unarj.cpp Introduced new type Common::DisposeAfterUse::Flag 2009-10-18 19:41:59 +00:00
unarj.h
unzip.cpp Introduced new type Common::DisposeAfterUse::Flag 2009-10-18 19:41:59 +00:00
unzip.h
util.cpp Implemented the same fix for tag2string() as in commit #44920, thereby fixing an assert in MSVC with the QT player when playing Myst. The parameter passed to isprint() should always be unsigned 2010-01-04 20:57:38 +00:00
util.h Sort language list (and showing that Lure is really broken). 2010-01-03 16:33:03 +00:00
xmlparser.cpp Introduced new type Common::DisposeAfterUse::Flag 2009-10-18 19:41:59 +00:00
xmlparser.h cleanup 2009-10-20 19:52:18 +00:00
zlib.cpp
zlib.h