scummvm/common
2008-08-09 23:07:32 +00:00
..
advancedDetector.cpp Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file' 2008-08-02 22:32:32 +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
array.h
config-file.cpp 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
config-file.h
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
error.h
events.h
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
fs.cpp 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
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 Re-enabled default Hash<String> template 2008-06-10 21:50:07 +00:00
hashmap.cpp
hashmap.h List the correct engines in about, 2008-08-04 18:14:17 +00:00
iff_container.h
keyboard.h
list.h
md5.cpp
md5.h
memorypool.cpp
memorypool.h
module.mk Unarj code based on unarj 2.62. Used by Drascula engine 2008-06-01 11:43:20 +00:00
mutex.cpp
mutex.h
noncopyable.h
pack-end.h
pack-start.h
ptr.h Formatting. 2008-07-29 09:23:54 +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
stack.h
str.cpp Reorder stuff a little bit, moving private String methods together: cleanup 2008-07-23 16:49:45 +00:00
str.h Added convenience method String::makeUnique(); simplified String::operator=(char c); extended String unit tests 2008-07-23 16:33:53 +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
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
unzip.h
util.cpp Cleaned up engine debug level code. 2008-05-20 16:37:32 +00:00
util.h Cleaned up engine debug level code. 2008-05-20 16:37:32 +00:00
zlib.cpp
zlib.h