scummvm/common
2007-04-09 18:00:22 +00:00
..
advancedDetector.cpp Improve report of unknown MD5, to ease copy-pasting to detection code 2007-04-09 11:29:44 +00:00
advancedDetector.h removed kADFlagFilebasedFallback, this flag is never used (and filename based detection is done if fileBasedFallback is non-0 anyway) 2007-03-08 21:40:47 +00:00
array.h Protect Array<> and HashMap<> instances against self assignments 2007-03-12 22:34:29 +00:00
config-file.cpp made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too 2007-02-13 21:06:57 +00:00
config-file.h Add support for reading/writing config files through saveGameManager and use for config files in HE games 2006-05-02 03:23:03 +00:00
config-manager.cpp fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define 2007-03-17 15:45:05 +00:00
config-manager.h Changed ConfigManager to use class File instead of std C I/O to write the config file 2007-03-08 16:43:33 +00:00
endian.h Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo 2006-11-12 19:05:51 +00:00
events.h Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +00:00
file.cpp Updating DS port for changes in main codebase. Code changes for DevkitArm r20 and latest libnds. 2007-04-06 18:34:53 +00:00
file.h Changed File::_handle to be of type void* instead of FILE* (to ease porting); moved PS2 std C I/O defines to file.cpp (no code other than the file & savegame code should use fopen etc. directly) 2007-03-08 16:46:02 +00:00
fs.cpp Fixing various doxygen warnings 2007-02-03 21:37:52 +00:00
fs.h Turning FilesystemNode comment into a doxygen comment 2007-03-08 15:02:13 +00:00
func.h Fixed broken svn:keywords values 2006-04-16 13:01:41 +00:00
hash-str.h Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case 2006-07-30 12:21:54 +00:00
hashmap.cpp Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
hashmap.h Protect Array<> and HashMap<> instances against self assignments 2007-03-12 22:34:29 +00:00
list.h Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
md5.cpp Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
md5.h Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ReadStream; and added md5_file_string methods which directly produce a human readable md5 string (instead of a binary digest) 2007-02-14 21:43:21 +00:00
module.mk Unify SAGA/AGOS detection code so other engines could also reuse it 2006-10-02 22:21:57 +00:00
mutex.cpp Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
mutex.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
noncopyable.h Added class NonCopyable, and made various things derive from it 2007-03-17 10:36:14 +00:00
pack-end.h Fix struct packing issues (macros are not resolve in #pragma params, at least for GCC) 2006-07-22 17:28:48 +00:00
pack-start.h Fix struct packing issues (macros are not resolve in #pragma params, at least for GCC) 2006-07-22 17:28:48 +00:00
rect.h added translation method to Common::Rect 2006-11-03 21:04:10 +00:00
savefile.h Added class NonCopyable, and made various things derive from it 2007-03-17 10:36:14 +00:00
scummsys.h Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
singleton.h Added class NonCopyable, and made various things derive from it 2007-03-17 10:36:14 +00:00
stack.h Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
stdafx.h Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and it 2007-03-10 15:00:56 +00:00
str.cpp Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
str.h Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
stream.cpp Added new ReadStream::readStream method which can be used to read a portion of an arbitrary ReadStream into a memory buffer wrapped by a MemoryReadStream 2007-02-20 21:41:01 +00:00
stream.h Removing _ptrOrig (hi Torbjorn, have fun recompiling) 2007-03-04 16:25:27 +00:00
system.cpp Implemented a simple EventManager class 2007-03-17 00:07:34 +00:00
system.h Corrected some c&p error in the documentation. 2007-03-24 23:35:48 +00:00
timer.h Added class NonCopyable, and made various things derive from it 2007-03-17 10:36:14 +00:00
unzip.cpp Renamed crc32 which conflicts with Tapwave system function 2007-02-18 17:47:24 +00:00
unzip.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
util.cpp also copy debug output to the (redirected) log files 2007-04-09 18:00:22 +00:00
util.h Allow PC Engine version of Loom to at least start up. 2007-03-03 12:59:48 +00:00