Age | Commit message (Expand) | Author |
2006-03-29 | - Added some explanatory comments (everybody feel free to extend them) | Max Horn |
2006-03-29 | cleanup | Max Horn |
2006-03-28 | Set correct load factor for hashmap (just wanted to check if anybody is payin... | Max Horn |
2006-03-28 | Get rid of Map::addKey | Max Horn |
2006-03-28 | - Renamed Map::remove to Map::erase (matching the STL and HashMap) | Max Horn |
2006-03-28 | Added iterator support to hashmap, as well as erase & find methods (all curre... | Max Horn |
2006-03-28 | Reduce the differences between Map and HashMap some more (in the end, we shou... | Max Horn |
2006-03-28 | Increase 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 also | Max Horn |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-03-25 | Fixing bug #1458388: "SIMON1: Game Detection fails". | Eugene Sandulenko |
2006-03-25 | - Revert my last change with moving addDefaultDirectory() from TheneNew.cpp | Eugene Sandulenko |
2006-03-25 | Add 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 fallback | Eugene Sandulenko |
2006-03-24 | Changed 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 sizes | Max Horn |
2006-03-24 | - moved type aa_ref_t into AssocArray, improving code readability a bit | Max Horn |
2006-03-24 | Some more cleanup in AssocArray | Max Horn |
2006-03-24 | Cleanup for the AssocArray template: int->book, put common code into a new lo... | Max Horn |
2006-03-24 | Oops, accidentally commited the wrong patch (had these lines commented out fo... | Max Horn |
2006-03-24 | Using NULL as a default value is not working in general (e.g. for Common::Str... | Max Horn |
2006-03-23 | Implementation of AssociativeArray. Transferred GUI to it. Now it is much | Eugene Sandulenko |
2006-03-15 | Moving 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-09 | Correct GCC_PACK define for non-GCC | Travis Howell |
2006-03-09 | Revert GCC_PACK removal, which broke compile | Travis Howell |
2006-03-09 | Revert GCC_PACK removal, which broke compile | Travis Howell |
2006-03-08 | Check format string in calls of debug/error (adapted from patch #1445422) | Max Horn |
2006-03-07 | GUI widget positions: | Eugene Sandulenko |
2006-03-07 | o Properly react to end-of-file is loadFromStream() | Eugene Sandulenko |
2006-03-04 | define int types for msvc to allow compile mpeg2 library. msvc does not fully... | Paweł Kołodziejski |
2006-02-25 | Removed the obsolete MKID macro; added some doxygen comments, in particular f... | Max Horn |
2006-02-25 | Removed the (useless and confusing) PROTO_MKID_BE macro | Max Horn |
2006-02-20 | Moved common/scaler* to graphics/ | Max Horn |
2006-02-20 | Clarified that OSystem::setWindowCaption currently only supports ASCII captions | Max Horn |
2006-02-16 | Fix mistake in last commit | Travis Howell |
2006-02-16 | Add 3DO platform for HE games | Travis Howell |
2006-02-14 | Made the kyra debug extensions more generic, i.e. scumm engine could replace | Johannes Schickel |
2006-02-14 | Correct case of SPY Fox game titles | Travis Howell |
2006-02-12 | 'Changed Symbian configuration handling so it is using the basepath of the ap... | Lars Persson |
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null a... | Max Horn |
2006-02-11 | This seems to definitively fix my compilation problem | Chris Apers |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-02-02 | Fixed PalmOS backend compilation | Chris Apers |
2006-02-02 | Typo | Chris Apers |
2006-01-30 | Fixed assert conditions. | Gregory Montoir |
2006-01-30 | Fixes a bug when loading the theme config file from a directory instead of th... | Johannes Schickel |
2006-01-29 | cyx's gcc 2.95 fix makes things compile with gcc 2.95 again. | Jonathan Gray |
2006-01-29 | Added new debugN() function which doesn't append newline. | Eugene Sandulenko |