Age | Commit message (Expand) | Author |
2006-12-29 | Make ADGameFileDescription is built in directly into ADGameDescription. | Eugene Sandulenko |
2006-12-25 | Tweaked the FixedStack class a bit | Max Horn |
2006-12-20 | Stripped some more real_ prefixes from function names; also added a new FIXME... | Max Horn |
2006-12-19 | Properly walk through lists of (extended) ADGameDescriptions -- we previously... | Max Horn |
2006-12-19 | Renamed real_ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION to ADVANCED_DETECTOR_DET... | Max Horn |
2006-12-19 | Further AdvancedDetector cleanup (in particular, renamed ADGameDescription::n... | Max Horn |
2006-12-19 | * Simplified code in AdvancedDetector::detectGame | Max Horn |
2006-12-19 | * Change the GameList typedef to a proper class with an additional | Max Horn |
2006-12-19 | Fix compiler warning (in general, NULL is deprecated in C++ -- just use 0 ins... | Max Horn |
2006-12-19 | Get rif od ARRAYSIZE in ADGameDescription | Eugene Sandulenko |
2006-12-19 | Got rid of ARRAYSIZE in advanceDetector calls | Eugene Sandulenko |
2006-12-19 | Added Apple IIgs as machine type for AGI engine | Stuart George |
2006-12-17 | replace ensureCapacity(_len-1) by ensureCapacity(_len) (fixes bug #1617410) | Willem Jan Palenstijn |
2006-11-27 | Changed the way String::_storage is initialised, to help GCC 2.95 (see tracke... | Gregory Montoir |
2006-11-26 | Replaced #ifdef hack in the HashMap code by a much nicer and cleaner 'friend ... | Max Horn |
2006-11-22 | Fix MSVC2005 warnings. Please, review the changes. | Eugene Sandulenko |
2006-11-22 | Disable yet another MSVC warning | Eugene Sandulenko |
2006-11-13 | Fix compile | Travis Howell |
2006-11-13 | Patch #1583931: (Seekable)SubReadStream | Max Horn |
2006-11-13 | Prepend the Engine::errorString to debug messages, too (it should probably be... | Max Horn |
2006-11-12 | Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo | Eugene Sandulenko |
2006-11-12 | Reworked code in the advanced game detector (getting rid of much of the evil ... | Max Horn |
2006-11-10 | Fix regression in AGOS engine detector | Eugene Sandulenko |
2006-11-10 | Next step in AdvancedDetector unification. Moved all common functions to | Eugene Sandulenko |
2006-11-03 | added translation method to Common::Rect | Gregory Montoir |
2006-11-03 | got rid of two memory leaks | Gregory Montoir |
2006-10-28 | Not required anymore | Chris Apers |
2006-10-24 | const correctness | Max Horn |
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio mixe... | Max Horn |
2006-10-21 | Added OSystem::getTimerManager and OSystem::getMixer methods (wip) | Max Horn |
2006-10-18 | Added Point::sqrDist method to (safely) compute the square of the distance be... | Max Horn |
2006-10-14 | Revert | Travis Howell |
2006-10-14 | Fix introduction of WW | Travis Howell |
2006-10-13 | Fixes compiling for me with g++ (GCC) 4.1.2 20061007 (prerelease) (Debian 4.1... | Johannes Schickel |
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos |
2006-10-08 | Added a const qualifier inside struct ADGameDescription (rule of thumb: Make ... | Max Horn |
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko |
2006-10-03 | typo | Max Horn |
2006-10-02 | Moved unrelated fields out of ADGameDescription structure. | Eugene Sandulenko |
2006-10-02 | Doxygen compliance fix | Max Horn |
2006-10-02 | Unify SAGA/AGOS detection code so other engines could also reuse it | Eugene Sandulenko |
2006-10-02 | Remove BaseNodeType (it is not used anymore, we can readd it, should we ever ... | Max Horn |
2006-10-02 | Implemented "iconify window" opcode. This, of course, needs support in the | Torbjörn Andersson |
2006-09-30 | Rewrote class String to use an internal (stack based) storage for small strin... | Max Horn |
2006-09-23 | Remove malloc include, which was only used by checkHeap() | Travis Howell |
2006-09-23 | Re-order platform order, to avoid exclusions | Travis Howell |
2006-09-23 | Remove defines, which were only used by checkHeap() | Travis Howell |
2006-09-23 | Removed CHECK_HEAP | Max Horn |
2006-09-23 | Whitepsace changes | Travis Howell |
2006-09-23 | Remove duplicate and left over _WIN32_WCE checks | Travis Howell |