scummvm/common
2008-05-28 18:32:05 +00:00
..
advancedDetector.cpp Add way to denote CD versions of games and drop language in augmented 2008-04-10 21:41:57 +00:00
advancedDetector.h Made fallbackDetect to allow subclasses to override it 2008-05-26 18:03:55 +00:00
algorithm.h - make Common::sort supporting a function object to compare two entries instead of operator < 2008-01-28 22:05:23 +00:00
array.h Proper delete[] formatting (this time all occurences should've been changed...) 2008-05-07 15:09:10 +00:00
config-file.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
config-file.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
config-manager.cpp Removed Common::Array::contains() 2008-04-14 12:11:10 +00:00
config-manager.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
endian.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
error.h Moved enum PluginError from base/plugins.h to common/error.h 2008-02-01 23:36:45 +00:00
events.h Correct documentation 2008-04-11 19:05:44 +00:00
file.cpp Fix a recent regression reported in bug #1937042: "FEEBLE: Capitalization 2008-04-07 20:38:52 +00:00
file.h Made some methods virtual to allow File subclasses 2008-05-27 02:39:51 +00:00
frac.h Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (caveat: this only works for samples < 32k right now; if this ever turns out to be a problem, I can fix it, though) 2007-06-28 22:21:32 +00:00
fs.cpp Changed FilesystemNode to use a SharedPtr instead of implementing its own ref counting 2008-03-29 21:12:36 +00:00
fs.h Changed FilesystemNode to use a SharedPtr instead of implementing its own ref counting 2008-03-29 21:12:36 +00:00
func.h Formatting. 2008-05-03 23:02:05 +00:00
hash-str.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
hashmap.cpp Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
hashmap.h Decrement _nele when erasing an element from hashmap, and add a test-case for this bug. 2008-05-28 18:32:05 +00:00
iff_container.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
keyboard.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
list.h Formatting. 2008-05-03 23:02:05 +00:00
md5.cpp Removed trailing spaces. 2008-01-27 19:47:41 +00:00
md5.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
memorypool.cpp cleanup 2008-04-04 21:00:58 +00:00
memorypool.h Some minor whitespace changes, and the customary "end of namespace" comment. 2008-03-30 18:53:16 +00:00
module.mk Introduction of a fixed size memory pool with a typical free list implementation 2008-03-30 05:42:39 +00:00
mutex.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
mutex.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
noncopyable.h Formatting. 2008-05-03 23:02:05 +00:00
pack-end.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
pack-start.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
ptr.h Fixed compilation on gcc 2.95. 2008-04-07 21:07:07 +00:00
rect.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
savefile.h Some corrections to the SaveFileManager Doxygen comments 2008-02-22 00:22:31 +00:00
scummsys.h Removed remaining traces of the dead MorphOS backend, which itself was removed about one year ago 2008-03-12 18:42:47 +00:00
singleton.h Formatting. 2008-05-03 23:02:05 +00:00
stack.h Formatting. 2008-05-03 23:02:05 +00:00
str.cpp Removed char &operator [] from class String -- it had the potential to wreak havoc when used on shared strings (thanks to tramboi for pointing this out) 2008-03-30 18:37:09 +00:00
str.h Removed char &operator [] from class String -- it had the potential to wreak havoc when used on shared strings (thanks to tramboi for pointing this out) 2008-03-30 18:37:09 +00:00
stream.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
stream.h Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as it's written to 2008-04-13 23:46:55 +00:00
system.cpp Removing DS ifdef from getFileSystemFactory(). 2008-05-24 15:01:19 +00:00
system.h Typo. 2008-05-19 23:22:11 +00:00
timer.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
unzip.cpp Different zlib.h included paths for Symbian OS to differenciate between system and user includes 2008-01-03 08:39:49 +00:00
unzip.h Different zlib.h included paths for Symbian OS to differenciate between system and user includes 2008-01-03 08:39:49 +00:00
util.cpp Cleaned up engine debug level code. 2008-05-20 16:37:32 +00:00
util.h Cleaned up engine debug level code. 2008-05-20 16:37:32 +00:00
zlib.cpp Different zlib.h included paths for Symbian OS to differenciate between system and user includes 2008-01-03 08:39:49 +00:00
zlib.h Different zlib.h included paths for Symbian OS to differenciate between system and user includes 2008-01-03 08:39:49 +00:00