aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
2006-04-04Added const qualifierMax Horn
2006-04-04We don't need wchar_t -> removing this to improve portabilityMax Horn
2006-04-04Remove SCUMMVM_USE_LONG_INT from DC port.Marcus Comstedt
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-02Move gDebugLevel to common/util.cpp (where most other debug() related stuff a...Max Horn
2006-04-02Moved all debug functions to from main.cpp to util.cppMax Horn
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
2006-04-01Switch ConfigManager to use HashMap (seems to work fine over here, but an old...Max Horn
2006-04-01Simplified the File::addDefaultDirectory(Recursive) code; avoid scanning dire...Max Horn
2006-03-31Add size() methods to Map and HashMap classesEugene Sandulenko
2006-03-31Updated ConfigFile/ConfigManager classes, that work with the updated Map clas...Max Horn
2006-03-31Disable DEBUG_HASH_COLLISIONS again (accidentally got enabled in my previous ...Max Horn
2006-03-31Modify HashMap to allow client code to override the equality/hash functionali...Max Horn
2006-03-31Modified our Map class to use a 'Less' function instead of a 'strcmp'-like co...Max Horn
2006-03-31Modified the List postfix ++/-- operators to simply invoke their prefix count...Max Horn
2006-03-31Avoid using Map::mergeMax Horn
2006-03-31Added some functor objects (for comparision and hash computations), similar t...Max Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-29- Added some explanatory comments (everybody feel free to extend them)Max Horn
2006-03-29cleanupMax Horn
2006-03-28Set correct load factor for hashmap (just wanted to check if anybody is payin...Max Horn
2006-03-28Get rid of Map::addKeyMax Horn
2006-03-28- Renamed Map::remove to Map::erase (matching the STL and HashMap)Max Horn
2006-03-28Added iterator support to hashmap, as well as erase & find methods (all curre...Max Horn
2006-03-28Reduce the differences between Map and HashMap some more (in the end, we shou...Max Horn
2006-03-28Increase the load factor for our hashmaps from 50% to 75%, to be slightly nic...Max Horn
2006-03-28- Renamed class AssocArray to HashMap to match our existing class Map (note alsoMax Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-25Fixing bug #1458388: "SIMON1: Game Detection fails".Eugene Sandulenko
2006-03-25- Revert my last change with moving addDefaultDirectory() from TheneNew.cppEugene Sandulenko
2006-03-25Add kListAllNoRoot type to listDir() to handle recent file class changes, on ...Travis Howell
2006-03-25- Implemented case insensitive file reading. Left old system as a fallbackEugene Sandulenko
2006-03-24Changed the DEBUG_HASH_COLLISIONS feature: Now measures the ratio between loo...Max Horn
2006-03-24- replaced the hash table size heuristic with a table of hard coded table sizesMax Horn
2006-03-24- moved type aa_ref_t into AssocArray, improving code readability a bitMax Horn
2006-03-24Some more cleanup in AssocArrayMax Horn
2006-03-24Cleanup for the AssocArray template: int->book, put common code into a new lo...Max Horn
2006-03-24Oops, accidentally commited the wrong patch (had these lines commented out fo...Max Horn
2006-03-24Using NULL as a default value is not working in general (e.g. for Common::Str...Max Horn
2006-03-23Implementation of AssociativeArray. Transferred GUI to it. Now it is muchEugene Sandulenko
2006-03-15Moving the MacOS bundle file checking to another function, it was getting cal...Oystein Eftevaag
2006-03-15* 'make bundle' now copies the default theme files into the bundle.Oystein Eftevaag
2006-03-09Correct GCC_PACK define for non-GCCTravis Howell
2006-03-09Revert GCC_PACK removal, which broke compileTravis Howell
2006-03-09Revert GCC_PACK removal, which broke compileTravis Howell
2006-03-08Check format string in calls of debug/error (adapted from patch #1445422)Max Horn
2006-03-07GUI widget positions:Eugene Sandulenko
2006-03-07o Properly react to end-of-file is loadFromStream()Eugene Sandulenko
2006-03-04define int types for msvc to allow compile mpeg2 library. msvc does not fully...Paweł Kołodziejski