scummvm/common
2006-07-10 01:25:52 +00:00
..
array.h Renamed various container isEmpty() methods to empty() to match STL conventions 2006-03-28 09:42:54 +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 Change default config file location to 'Application Data\ScummVM' directory of the user's profile, when using Windows NT4/2000/XP/Vista 2006-07-10 01:25:52 +00:00
config-manager.h Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch) 2006-04-16 19:23:14 +00:00
debugger.cpp Made the kyra debug extensions more generic, i.e. scumm engine could replace 2006-02-14 23:31:25 +00:00
debugger.h Made the kyra debug extensions more generic, i.e. scumm engine could replace 2006-02-14 23:31:25 +00:00
endian.h cleanup 2006-04-15 21:22:33 +00:00
file.cpp Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp 2006-06-24 08:07:48 +00:00
file.h Make the copy constructor / assignment operator of class File private to prevent accidental copying of File objects 2006-05-20 15:10:04 +00:00
fs.cpp Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp 2006-06-24 08:07:48 +00:00
fs.h Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp 2006-06-24 08:07:48 +00:00
func.h Fixed broken svn:keywords values 2006-04-16 13:01:41 +00:00
hashmap.cpp Modify HashMap to allow client code to override the equality/hash functionality via functors that are specified as template paramaters (emulating the hash_map class which many STL implementations provide) -> this is necessary to allow e.g. HashMaps that use case insensitive strings as keys 2006-03-31 22:19:39 +00:00
hashmap.h Removed unnecessary typedef 2006-06-03 13:56:50 +00:00
list.h add functions for reverse iteration of Common::List 2006-05-26 17:18:23 +00:00
md5.cpp Avoid 'unused variable' warning when using DISABLE_MD5 2006-04-30 22:58:44 +00:00
md5.h Removed the directory parameter from md5_file 2006-04-16 12:50:39 +00:00
module.mk Moved savefile.cpp to backends, to work around link error 2006-06-30 22:06:45 +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
rect.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +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 Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking for GCC / not GCC 2006-07-09 13:01:15 +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 Patch #1503718: "Strange results from Common::computeCapacity" 2006-06-10 07:56:09 +00:00
str.h Lazily allocate _refCount in class String 2006-06-05 17:36:08 +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 Moved savefile code to new 'saves' backend module (work in progress) 2006-06-24 10:08:43 +00:00
system.h Added OSystem::setFocusRectangle (first part of Nintendo DS patch) 2006-07-09 09:40:44 +00:00
timer.h Added 'timer' backend module, based on the existing TimerManager code (work in progress) 2006-06-24 09:53:45 +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 Don't hardcode specific values for our language enums, as nothing should depend on them -- any code that is broken by this change was wrong to start with and must be fixed accordingly 2006-04-11 22:31:47 +00:00
util.h Implement CLIP() routine used to put arbitrary value in specified range. 2006-04-22 02:49:27 +00:00