scummvm/common
2008-09-01 17:30:03 +00:00
..
advancedDetector.cpp Removed various uses of scumm_stricmp by the more readable String::equalsIgnoreCase and String:: compareToIgnoreCase 2008-08-27 20:41:28 +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
archive.cpp * Added Archive, an interface for searching into file containers. 2008-08-31 13:58:17 +00:00
archive.h * Added Archive, an interface for searching into file containers. 2008-08-31 13:58:17 +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 Removed various uses of scumm_stricmp by the more readable String::equalsIgnoreCase and String:: compareToIgnoreCase 2008-08-27 20:41:28 +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 If no default config file is present, just don't load it, instead of crashing 2008-08-09 22:42:03 +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 Moved enum PluginError from base/plugins.h to common/error.h 2008-02-01 23:36:45 +00:00
events.h Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed 2008-07-16 04:22:56 +00:00
file.cpp Modified DumpFile::open to accept non-existing nodes, and to actually open files in write mode -- d'oh 2008-08-04 13:25:30 +00:00
file.h Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::flush() 2008-08-04 11:30:47 +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 Removed various uses of scumm_stricmp by the more readable String::equalsIgnoreCase and String:: compareToIgnoreCase 2008-08-27 20:41:28 +00:00
fs.h FilesystemNode code: some comment cleanup; added FilesystemNode::openForReading() and openForWriting() methods (for now these are simple wrappers around Common::File) 2008-08-03 18:35:51 +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 Unified member names in container/storage classes Array, HashMap and String: _storage, _size, _capacity 2008-08-20 11:07:16 +00:00
hashmap.h Unified member names in container/storage classes Array, HashMap and String: _storage, _size, _capacity 2008-08-20 11:07:16 +00:00
iff_container.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +00:00
keyboard.h Separated Speech from SFX in SAGA, improved configuration of SAGA sound settings through the GMM 2008-07-21 19:15:28 +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 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 Added newly added archive.cpp to the build system, just in case someone wants to play with the code and wonders about errors while linking. 2008-08-31 23:11:55 +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
queue.h - Added tests for newly added Common::Queue 2008-09-01 16:52:09 +00:00
rect.h Added Common::Rect::isEmpty() method 2008-07-25 09:16:33 +00:00
savefile.h Turned InSaveFile & OutSaveFile into simple typedefs 2008-08-04 11:38:25 +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 Unified member names in container/storage classes Array, HashMap and String: _storage, _size, _capacity 2008-08-20 11:07:16 +00:00
str.h And for all of those who love recompiling most of ScummVM... fixed typo properly :-P 2008-08-26 13:56:58 +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 Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::flush() 2008-08-04 11:30:47 +00:00
system.cpp Use FSNode API in default OSystem::openConfigFileForReading & OSystem::openConfigFileForWriting method implementations 2008-08-09 23:07:32 +00:00
system.h New OSystem API for loading/storing default config file 2008-08-03 16:54:18 +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 hotfix around drascula mem leak problems. see also bug report 2008-08-09 18:12:43 +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 Removed various uses of scumm_stricmp by the more readable String::equalsIgnoreCase and String:: compareToIgnoreCase 2008-08-27 20:41:28 +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