scummvm/common
2006-10-22 15:42:29 +00:00
..
advancedDetector.cpp Added a const qualifier inside struct ADGameDescription (rule of thumb: Make as many pointers and members const as possible, it helps prevent bugs, and potentially helps the optimizer) 2006-10-08 00:20:44 +00:00
advancedDetector.h Added a const qualifier inside struct ADGameDescription (rule of thumb: Make as many pointers and members const as possible, it helps prevent bugs, and potentially helps the optimizer) 2006-10-08 00:20:44 +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 cleanup 2006-04-15 21:22:33 +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 typo 2006-10-03 11:33:06 +00:00
list.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
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 Point::sqrDist method to (safely) compute the square of the distance between two points 2006-10-18 14:48:51 +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 Renamed various container isEmpty() methods to empty() to match STL conventions 2006-03-28 09:42:54 +00:00
stdafx.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
str.cpp Rewrote class String to use an internal (stack based) storage for small strings, thus avoiding a couple ten thousand heap allocations 2006-09-30 18:55:38 +00:00
str.h Rewrote class String to use an internal (stack based) storage for small strings, thus avoiding a couple ten thousand heap allocations 2006-09-30 18:55:38 +00:00
stream.cpp Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
stream.h Added a 'skip' method to SeekableReadStream (just an alias for seek(X, SEEK_CUR)) 2006-04-26 10:54:32 +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 Initial commit of the wince-gcc re-port 2006-10-08 18:15:18 +00:00
util.h Removed CHECK_HEAP 2006-09-23 11:29:32 +00:00