scummvm/common
Johannes Schickel 342d0bd287 - Added Common::mem_fun_ref for object references instead of pointers.
- Added simple tests for a little bit functionallity from common/func.h

svn-id: r33470
2008-07-31 13:36:13 +00:00
..
advancedDetector.cpp Simplify/optimize/cleanup detectGameFilebased further 2008-07-30 15:48:16 +00:00
advancedDetector.h Advanced detector: split out part of detectGame into a new function detectGameFilebased; some cleanup 2008-07-30 15:16:57 +00:00
algorithm.h Added documentation for the functions in algorithm.h. 2008-07-29 17:00:15 +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 Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +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 Revert my accidental commit of the OSystem changes (oops) 2008-07-30 15:44:34 +00:00
config-manager.h Revert my accidental commit of the OSystem changes (oops) 2008-07-30 15:44:34 +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 Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
file.h Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +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 - Added Common::mem_fun_ref for object references instead of pointers. 2008-07-31 13:36:13 +00:00
hash-str.h Re-enabled default Hash<String> template 2008-06-10 21:50:07 +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 Disable hashmemory pool for Symbian OS 2008-07-22 19:09:10 +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 Unarj code based on unarj 2.62. Used by Drascula engine 2008-06-01 11:43:20 +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 Formatting. 2008-07-29 09:23:54 +00:00
rect.h Added Common::Rect::isEmpty() method 2008-07-25 09:16:33 +00:00
savefile.h Some corrections to the SaveFileManager Doxygen comments 2008-02-22 00:22:31 +00:00
scummsys.h Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false' (performance warning)" 2008-06-22 17:57:06 +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 Reorder stuff a little bit, moving private String methods together: cleanup 2008-07-23 16:49:45 +00:00
str.h Added convenience method String::makeUnique(); simplified String::operator=(char c); extended String unit tests 2008-07-23 16:33:53 +00:00
stream.cpp Changed BufferedReadStream to not permanently decrease its buffer size at the end of a stream (this would fail when using BufferedSeekableReadStream and then seeking back from the end); this also fixes a bug which let you seek back beyond the start of a stream (not that we currently support that in other streams) 2008-07-30 07:39:41 +00:00
stream.h Reordered initialization order to kill a ton of warnings. 2008-07-30 15:01:15 +00:00
system.cpp This time properly reverted my accidental commits of the osystem&configman patch (I didn't mean to commit it in the first place, still waiting for any replies to my corresponding scummvm-devel mail). Sorry for messing up so badly 2008-07-30 16:26:38 +00:00
system.h This time properly reverted my accidental commits of the osystem&configman patch (I didn't mean to commit it in the first place, still waiting for any replies to my corresponding scummvm-devel mail). Sorry for messing up so badly 2008-07-30 16:26:38 +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
unarj.cpp Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +00:00
unarj.h Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing 2008-07-29 16:09:10 +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