scummvm/common
2007-01-14 11:06:34 +00:00
..
advancedDetector.cpp Stripped some more real_ prefixes from function names; also added a new FIXME comment to Kyra's setupGameFlags, and did some more cleanup 2006-12-20 00:08:51 +00:00
advancedDetector.h Make ADGameFileDescription is built in directly into ADGameDescription. 2006-12-29 00:03:03 +00:00
array.h Fixes compiling for me with g++ (GCC) 4.1.2 20061007 (prerelease) (Debian 4.1.1-16) on amd64. 2006-10-13 20:18:27 +00:00
config-file.cpp 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-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 Patch #1432376: "Very basic GP2X Backend" 2006-10-06 19:01:39 +00:00
config-manager.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
endian.h Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo 2006-11-12 19:05:51 +00:00
file.cpp Revert 2006-10-14 03:15:35 +00:00
file.h Documenting Common::File a bit. 2006-07-24 12:10:32 +00:00
fs.cpp Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -devel for more information. 2006-07-22 17:01:50 +00:00
fs.h Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -devel for more information. 2006-07-22 17:01:50 +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 String class usage cleanup 2006-07-23 15:08:48 +00:00
hashmap.h Still doesn't work with PalmOS compiler 2007-01-14 11:06:34 +00:00
list.h Not required anymore 2006-10-28 14:40:43 +00:00
md5.cpp Added some warnings if md5_file is used on an illegal FilesystemNode. 2006-07-22 17:06:14 +00:00
md5.h - let md5_file accept a FilesystemNode too 2006-07-22 14:59:44 +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
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 Typo, and stress that getSavePath() is not to be used for storing savegames via Common::File 2006-06-24 10:46:47 +00:00
scummsys.h Initial commit of the wince-gcc re-port 2006-10-08 18:15:18 +00:00
singleton.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
stack.h Tweaked the FixedStack class a bit 2006-12-25 23:13:13 +00:00
stdafx.h Fix MSVC2005 warnings. Please, review the changes. 2006-11-22 15:50:30 +00:00
str.cpp replace ensureCapacity(_len-1) by ensureCapacity(_len) (fixes bug #1617410) 2006-12-17 19:41:41 +00:00
str.h Changed the way String::_storage is initialised, to help GCC 2.95 (see tracker item #1602879) 2006-11-27 00:51:14 +00:00
stream.cpp Fix compile 2006-11-13 22:42:24 +00:00
stream.h Patch #1583931: (Seekable)SubReadStream 2006-11-13 20:58:21 +00:00
system.cpp Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility 2006-10-22 15:42:29 +00:00
system.h Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility 2006-10-22 15:42:29 +00:00
timer.h Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility 2006-10-22 15:42:29 +00:00
unzip.cpp Applied the patch included in bug rep [ 1503716 ] Leak in File::Open (on OS X) and unzOpen (on all) 2006-06-11 02:23:17 +00:00
unzip.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
util.cpp Added Apple IIgs as machine type for AGI engine 2006-12-19 01:06:45 +00:00
util.h Added Apple IIgs as machine type for AGI engine 2006-12-19 01:06:45 +00:00