scummvm/common
2008-09-14 21:26:59 +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 first version of the SearchManager, as it is presented in patch tracker item 2093502. 2008-09-11 13:24:01 +00:00
archive.h Added first version of the SearchManager, as it is presented in patch tracker item 2093502. 2008-09-11 13:24:01 +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 Changed some code to use the new Stream::readLine() method 2008-09-03 18:40:49 +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 Changed some code to use the new Stream::readLine() method 2008-09-03 18:40:49 +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 clarified comment 2008-09-03 17:06:24 +00:00
file.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
file.h Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +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 oops 2008-09-07 21:51:59 +00:00
fs.h Remove obsolete note about fopen 2008-09-11 09:28:14 +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 Revised HashMap implementation 2008-09-02 11:34:12 +00:00
hashmap.h Revised HashMap implementation 2008-09-02 11:34:12 +00:00
iff_container.h Fixed the spaces before tabs. 2008-01-28 00:14:17 +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 Changed md5_file(FSNode) to use FSNode::openForReading 2008-09-07 22:37:27 +00:00
md5.h Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases 2008-09-03 11:22:51 +00:00
memorypool.cpp Revised HashMap implementation 2008-09-02 11:34:12 +00:00
memorypool.h Revised HashMap implementation 2008-09-02 11:34:12 +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 Minor formatting cleanup. 2008-09-03 19:07:38 +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 Optimized matchString for the common case where there is a trailing * (if that is the case, abort immediately instead of scanning the rest of the string) 2008-09-05 20:29:03 +00:00
str.h Moved matchString from util.* to str.*; added new String::matchString method; fixed matchString doxygen comment (it confused pattern & string); added unit tests for matchString 2008-09-05 20:07:34 +00:00
stream.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
stream.h Fixed a typo & clarified a comment 2008-09-14 21:26:59 +00:00
system.cpp Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers. 2008-09-05 11:41:39 +00:00
system.h Add a priority param to OSystem::addSysArchivesToSearchSet (still in search for a better name ;) 2008-09-07 21:59:25 +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 Portability fixes. 2008-09-13 17:41:42 +00:00
unarj.h Portability fixes. 2008-09-13 17:41:42 +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 Added simple ZipArchive class, and changed some GUI code to use it, instead of the ugly C API to the unzip code 2008-09-05 22:12:46 +00:00
util.cpp Moved matchString from util.* to str.*; added new String::matchString method; fixed matchString doxygen comment (it confused pattern & string); added unit tests for matchString 2008-09-05 20:07:34 +00:00
util.h Moved matchString from util.* to str.*; added new String::matchString method; fixed matchString doxygen comment (it confused pattern & string); added unit tests for matchString 2008-09-05 20:07:34 +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