Age | Commit message (Expand) | Author |
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 |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-07-10 | Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive | Travis Howell |
2006-07-10 | Change default config file location to 'Application Data\ScummVM' directory o... | Travis Howell |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-09 | Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanup | Max Horn |
2006-07-09 | Patch #1519399: DS Backend | Max Horn |
2006-07-09 | Added OSystem::setFocusRectangle (first part of Nintendo DS patch) | Max Horn |
2006-07-08 | Fixed typo in comment. | Torbjörn Andersson |
2006-07-07 | make grabRawScreen() pure virtual, since it's now _required_ to be implemente... | Joost Peters |
2006-06-30 | Moved savefile.cpp to backends, to work around link error | Max Horn |
2006-06-24 | Typo, and stress that getSavePath() is not to be used for storing savegames v... | Max Horn |
2006-06-24 | Moved savefile code to new 'saves' backend module (work in progress) | Max Horn |
2006-06-24 | Added 'timer' backend module, based on the existing TimerManager code (work i... | Max Horn |
2006-06-24 | Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf... | Max Horn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |