scummvm/common
2006-04-25 19:20:57 +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 Modified some error calls to explicitly name the function they occured in (this helps debugging) 2006-04-23 11:15:43 +00:00
config-file.h Removed common/map.h with the Common::Map template class (it was a very bad implementation, and our HashMap is simply better). 2006-04-08 11:38:41 +00:00
config-manager.cpp Return of void value is not valid for all platforms. Changed to call function and then plain return; 2006-04-21 20:59:05 +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 Remove superfluous exclamation mark 2006-04-23 17:02:39 +00:00
file.h Changed File::open to take a Common::String as file name parameter 2006-04-14 01:48:51 +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 HashMap::size does not modify the state of the hashmap, so it can be declared const (allowing it to be used on const hashmaps, too) 2006-04-25 19:20:57 +00:00
list.h Modified the List postfix ++/-- operators to simply invoke their prefix counterparts; also removed Symbian/Palm specific hack 2006-03-31 22:15:42 +00:00
md5.cpp Small tweak to allow turning off MD5 computation for debugging 2006-04-23 17:18:54 +00:00
md5.h Removed the directory parameter from md5_file 2006-04-16 12:50:39 +00:00
module.mk - Renamed class AssocArray to HashMap to match our existing class Map (note also 2006-03-28 10:05:25 +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.cpp - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a new getActiveDomain method that returns a pointer to the actual active *domain* 2006-04-15 20:36:41 +00:00
savefile.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
scummsys.h Fixed line ending 2006-04-11 18:16:53 +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 Fixed evil longstanding bug in String::toLowercase & toUppercase: Before modifying the string content, make sure we do not share it with any other string). This should help (hopefully fix) bug #1470892 2006-04-16 09:12:27 +00:00
str.h Renamed various container isEmpty() methods to empty() to match STL conventions 2006-03-28 09:42:54 +00:00
stream.cpp Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
stream.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
system.cpp With this change, backends are now responsible for instantiating their OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) 2006-04-02 14:16:31 +00:00
system.h Actually, 3-4 alpha bits are fine, too :) 2006-04-17 09:45:18 +00:00
timer.cpp Removed extra exclamation marks in warning() calls as well. 2006-04-04 22:21:10 +00:00
timer.h Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +00:00
unzip.cpp Change CVS keywords to SVN keywords 2006-02-11 09:53:53 +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