scummvm/common
Max Horn 81cff1f047 removed dead code
svn-id: r31222
2008-03-22 16:05:23 +00:00
..
advancedDetector.cpp removed dead code 2008-03-22 16:05:23 +00:00
advancedDetector.h Got rid of EncapsulatedADGameDesc 2008-03-15 15:25:49 +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 Added Array::resize() method 2008-02-27 14:06:06 +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 Migration code for users updating to the 1.1.3 iPhone firmware, which has a different directory structure and permission setup 2008-02-03 12:36:51 +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 Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
file.cpp Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
file.h Removed the Common::File::removeFile() methods, and moved their implementation to the Common::DefaultSaveFileManager::removeSavefile() method, as per Marcus' appraisal and Max's approval. 2007-10-31 13:59:59 +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 Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFilesystemFactory() 2008-02-23 23:03:08 +00:00
fs.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
func.h Removed trailing spaces. 2008-01-27 19:47:41 +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 Fix bug preventing compilation in iterator code. 2008-02-07 21:28:51 +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 Removed trailing spaces. 2008-01-27 19:47:41 +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
module.mk Removed trailing spaces. 2008-01-27 19:47:41 +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 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-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
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 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
stack.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
str.cpp Added a simple non-optimized StringTokenizer-class for tokenizing strings. Also added a contains(char)-function to the String-class because it was handy in implementing the StringTokenizer. 2008-02-08 04:11:20 +00:00
str.h Added a simple non-optimized StringTokenizer-class for tokenizing strings. Also added a contains(char)-function to the String-class because it was handy in implementing the StringTokenizer. 2008-02-08 04:11:20 +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 Moved MemoryStreamEndian from Saga to Common. 2007-09-23 09:59:10 +00:00
system.cpp Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate() 2008-03-19 11:07:27 +00:00
system.h Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFilesystemFactory() 2008-02-23 23:03:08 +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 Tweaks to fmopl; same net effect overall, just faster. 2008-02-17 16:12:54 +00:00
util.h Tweaks to fmopl; same net effect overall, just faster. 2008-02-17 16:12:54 +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