scummvm/common
Max Horn 4968e912ce AdvancedDetector changes:
* Renamed genGameList to gameIDList to make it match the corresponding
  plugin API function name
* removed the detectFunc param from detectGameForEngineCreation,
  as it *always* pointed to a straight wrapper around AdvancedDetector::detectAllGames
* as a consequence, removed the various GAME_detectGames functions from the
  engines, and removed the detectFunc param from ADVANCED_DETECTOR_DEFINE_PLUGIN

svn-id: r25547
2007-02-13 14:55:11 +00:00
..
advancedDetector.cpp AdvancedDetector changes: 2007-02-13 14:55:11 +00:00
advancedDetector.h AdvancedDetector changes: 2007-02-13 14:55:11 +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 Fixing various doxygen warnings 2007-02-03 21:37:52 +00:00
fs.h Fixing various doxygen warnings 2007-02-03 21:37:52 +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 Return a default value in the const-variant of HashMap::getVal, instead of asserting out -- this way, we get less unexpected asserts, and both getVal variants behave comparably diff. The drawback is that now all HashMap instances carry one extra Value object around with them. 2007-01-28 13:30:26 +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 keep warnings off like this ones: 2007-01-15 08:21:20 +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 Common::getEnabledSpecialDebugLevels 2007-02-04 13:28:17 +00:00
util.h Added Common::getEnabledSpecialDebugLevels 2007-02-04 13:28:17 +00:00