scummvm/common
2008-01-05 16:12:22 +00:00
..
advancedDetector.cpp Add to AdvancedDetector possibility to use field 'extra' in ADGameDescription 2007-12-31 14:45:38 +00:00
advancedDetector.h Add to AdvancedDetector possibility to use field 'extra' in ADGameDescription 2007-12-31 14:45:38 +00:00
algorithm.h Added 'specialized' versions of set_to for char*, signed char* and unsigned char* 'In' parameters. 2007-11-17 00:19:27 +00:00
array.h Cleanup. 2007-11-11 11:39:59 +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 Initial commit of the iPhone/iPod Touch backend 2007-11-13 08:06:15 +00:00
config-manager.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
endian.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
error.h Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compilation on some ports) 2007-09-18 20:02:04 +00:00
events.h Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP 2007-12-29 09:48:49 +00:00
file.cpp Initial commit of the iPhone/iPod Touch backend 2007-11-13 08:06:15 +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 Committing the set of patches #1814434, thanks to jvprat. They improve the documentation and parameter naming of the lookFile methods inside Common::FS. 2007-10-16 20:24:39 +00:00
fs.h Don't allow implicit conversion from Common::String to Common::FilesystemNode. 2008-01-03 14:51:50 +00:00
func.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
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 hashmap.h properly (this is not a bug in GCC 4.0 etc., rather it's a bug in newer GCC versions that they *accepted* the old code...) 2007-12-28 00:08:29 +00:00
iff_container.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
keyboard.h Missed some files in the branch/trunk merge. 2007-06-23 19:04:15 +00:00
list.h Renamed some typedefs to avoid clashes with sky engine 2007-07-30 10:18:25 +00:00
md5.cpp Code formatting fixes 2007-09-18 20:16:33 +00:00
md5.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
module.mk Patch #1858158: BUILD: Plugin building cleanup 2007-12-28 07:52:56 +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 add Common::Rect::center (handy for ::setFocusRectangle()) 2007-12-07 20:53:06 +00:00
savefile.h Clarify SaveFileManager::listSavefiles usage 2007-12-30 00:00:03 +00:00
scummsys.h Several warnings which have been disabled for MSVC are never thrown (at least not anymore). Removing all the unneeded ones 2008-01-05 16:12:22 +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 Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
str.h Enhanced Common::String by adding char constructor and operator+ for chars 2007-06-02 12:42:40 +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 Patch #1859448: Add OSystem::getTimeAndDate API 2007-12-28 07:43:52 +00:00
system.h Grammar fix in comment for kFeatureAutoComputeDirtyRects 2008-01-05 12:47:47 +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 reverted commit #29736 with a proper fix (I think) to fmopl code 2007-12-06 21:11:26 +00:00
util.h Add Greek to the list of ScummVM supported languages, for FR #1723255 - "FOTAQ code modifications (mostly for greek translation)" 2007-11-01 17:02:28 +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