scummvm/common
2008-12-27 18:03:27 +00:00
..
advancedDetector.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
advancedDetector.h Simplified AdvancedMetaEngine::fallbackDetect usage 2008-11-06 13:59:39 +00:00
algorithm.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
archive.cpp Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirectoryMember; moved FSDirectory from common/archive.h to common/fs.h 2008-12-27 18:03:27 +00:00
archive.h Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirectoryMember; moved FSDirectory from common/archive.h to common/fs.h 2008-12-27 18:03:27 +00:00
array.h Unified member names in container/storage classes Array, HashMap and String: _storage, _size, _capacity 2008-08-20 11:07:16 +00:00
config-file.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +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 Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
config-manager.h New OSystem API for loading/storing default config file 2008-08-03 16:54:18 +00:00
endian.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
error.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
events.h Pushing down some header deps (on common/system.h, mostly) 2008-12-25 20:40:00 +00:00
file.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
file.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +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 Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
fs.h Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirectoryMember; moved FSDirectory from common/archive.h to common/fs.h 2008-12-27 18:03:27 +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 Removed various uses of scumm_stricmp by the more readable String::equalsIgnoreCase and String:: compareToIgnoreCase 2008-08-27 20:41:28 +00:00
hashmap.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
hashmap.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
iff_container.h Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00
keyboard.h correct a typo (thanks to salty-horse) 2008-09-03 21:37:19 +00:00
list.h Reimplemented pushEvent() and artificialEventQueue to work with Events instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM 2008-07-09 02:27:05 +00:00
md5.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
md5.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
memorypool.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
memorypool.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
module.mk - Merged the new RTL changes into the branch. 2008-09-20 11:21:35 +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 indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
queue.h - Added tests for newly added Common::Queue 2008-09-01 16:52:09 +00:00
rect.h Changed Common::Rect doxygen comments to the (Java) style we use elsewhere 2008-10-12 21:47:29 +00:00
savefile.h Merged SFMError into Common::Error, added some new error codes; revised some error handling in DefaultSaveManager 2008-11-06 16:40:00 +00:00
scummsys.h Removed last traces of X11 backend. 2008-12-08 21:48:29 +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 Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
str.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
stream.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
stream.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
system.cpp Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSystem::getOverlayFormat to several ports (pending testing by the porters) 2008-11-06 15:02:50 +00:00
system.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +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 Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
unarj.h Refactoring the Arj decoder code, phase 4 (done for now, TODO added for future work) 2008-11-07 10:14:57 +00:00
unzip.cpp Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant which is inited using a filename now uses SearchMan to lookup the filename's file 2008-11-04 20:04:25 +00:00
unzip.h Clarify ZipArchive constructor usage 2008-12-27 17:09:28 +00:00
util.cpp Little fix for my last commit. 2008-11-15 03:34:08 +00:00
util.h Fixed compilation with DISABLE_TEXT_CONSOLE. 2008-11-13 11:46:17 +00:00
xmlparser.cpp Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirectoryMember; moved FSDirectory from common/archive.h to common/fs.h 2008-12-27 18:03:27 +00:00
xmlparser.h Pushing down some header deps (on common/system.h, mostly) 2008-12-25 20:40:00 +00:00
zlib.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
zlib.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00