scummvm/common
2008-10-12 21:47:29 +00:00
..
advancedDetector.cpp Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
advancedDetector.h Moved base/game.* to engines/game.* 2008-09-17 17:31:29 +00:00
algorithm.h Added documentation for the functions in algorithm.h. 2008-07-29 17:00:15 +00:00
archive.cpp * Added prefix support to cache entries of FSDirectory, as specified in patch #2034983. 2008-10-12 06:06:04 +00:00
archive.h * Added prefix support to cache entries of FSDirectory, as specified in patch #2034983. 2008-10-12 06:06:04 +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 Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +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 Fix warnings about Event::synthetic being undefined 2008-10-06 11:28:09 +00:00
file.cpp Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
file.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58: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 Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
fs.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +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 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 Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
md5.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +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 - 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 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 Changed Common::Rect doxygen comments to the (Java) style we use elsewhere 2008-10-12 21:47:29 +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 Ignore String::deleteLastChar when called on an empty string 2008-10-02 17:17:18 +00:00
str.h Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor of Common::String explicit, to avoid such bugs in the future 2008-09-27 18:34:24 +00:00
stream.cpp Big patch changing semantics of ReadStream::eos(): 2008-09-14 22:28:53 +00:00
stream.h Fix SubReadStream by initing _eos to false in the constructor (spotted thanks to our unit tests) 2008-09-15 10:05:36 +00:00
system.cpp Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
system.h Modified Common::SearchSet to take signed integer priorities, for convenience (so that one can add archives with less-than-default priority) 2008-09-27 18:32:01 +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 ambiguous 'else' 2008-10-05 12:18:16 +00:00
unarj.h Don't subclass ArjFile from Common::File (there seems to be no good reason for it). BTW, this code is an abomination and should be replaced by an Archive/SearchSet approach 2008-09-29 10:49:36 +00:00
unzip.cpp - Fixed theme loading from Zip files. 2008-10-09 17:56:07 +00:00
unzip.h - Fixed theme loading from Zip files. 2008-10-09 17:56:07 +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 Fix comments for random() funcs (thanks to salty-horse for pointing this out) 2008-09-22 20:55:27 +00:00
xmlparser.cpp Added a fixed memory pool for XML Node allocation, as suggested by Max. 2008-10-05 10:19:09 +00:00
xmlparser.h Changed XMLParser to use SearchMan / FSNode::openForReading 2008-10-11 22:11:02 +00:00
zlib.cpp Merged common/gzip-stream.* and common/zlib.* 2008-09-16 11:50:10 +00:00
zlib.h Merged common/gzip-stream.* and common/zlib.* 2008-09-16 11:50:10 +00:00