Age | Commit message (Expand) | Author |
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 |
2006-09-23 | Fix mingw compile | Travis Howell |
2006-09-23 | Moved error/warning/checkHeap from engines/engine.cpp to common/util.cpp | Max Horn |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-16 | Overhaul of the debugger code | Max Horn |
2006-08-15 | Change Brazilian Portuguese acronym from "pt" to "br" in case there will | Eugene Sandulenko |
2006-08-04 | Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) | Max Horn |
2006-08-04 | Added new method OSystem::getScreenChangeID(), which can be used by code to t... | Max Horn |
2006-07-30 | Added explicit string equals/hash functors to a new header common/hash-str.h;... | Max Horn |
2006-07-30 | Added new equals(IgnoreCase) and compareTo(IgnoreCase) methods to class String | Max Horn |
2006-07-30 | Rename BaseNodeFunc to BaseNodeType | Max Horn |
2006-07-24 | Documenting Common::File a bit. | Johannes Schickel |
2006-07-23 | String class usage cleanup | Max Horn |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-22 | Added some warnings if md5_file is used on an illegal FilesystemNode. | Johannes Schickel |
2006-07-22 | Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d... | Johannes Schickel |
2006-07-22 | Part of the FreeMiNT patch | Max Horn |
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in the file... | Johannes Schickel |
2006-07-22 | Return false for directories on md5_file with a FSNode as param. | Johannes Schickel |
2006-07-22 | - let md5_file accept a FilesystemNode too | Johannes Schickel |
2006-07-22 | Added FilesystemNode::name method | Max Horn |