Age | Commit message (Expand) | Author |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn |
2008-11-06 | cleanup | Max Horn |
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn |
2008-11-06 | cleanup | Max Horn |
2008-11-05 | Fixed compile error. | Torbjörn Andersson |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-05 | Tweaked browser dialog in 320x200 mode | Max Horn |
2008-11-05 | Fixed off-by-one error in horizontal text centering code | Max Horn |
2008-11-05 | Tweaked classic theme in 320x200 mode, to use the available space better | Max Horn |
2008-11-05 | Paranoia check | Max Horn |
2008-11-04 | dead code | Max Horn |
2008-11-04 | Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant w... | Max Horn |
2008-11-04 | cleanup | Max Horn |
2008-11-04 | Some cleanup / handle the case where the themepath is neither pointing to a d... | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-11-04 | Fixed leak (unreleased stream of music data). | Nicola Mettifogo |
2008-11-04 | Refactoring of NS disk code, preliminary to change towards Common::Archive. | Nicola Mettifogo |
2008-11-04 | Reordered initialization lists to kill a ton of warnings. | Nicola Mettifogo |
2008-11-03 | add PSPSaveFileManager class (subclassed DefaultSaveFileManager) | Joost Peters |
2008-11-03 | implement OSystem::getOverlayFormat() | Joost Peters |
2008-11-03 | Extend HACK in Engine::hasFeature, fixes GMM load dialog. | Johannes Schickel |
2008-11-03 | Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr... | Johannes Schickel |
2008-11-03 | - Extended some comments | Johannes Schickel |
2008-11-03 | Check for engine support for loading/saving via GMM when enabling/disabling t... | Johannes Schickel |
2008-11-03 | Preliminary support for loading via GMM for KYRA engine. | Johannes Schickel |
2008-11-03 | Updated theme files for r34883. | Johannes Schickel |
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn |
2008-11-03 | Moved GuiObject::reflowLayout from newgui.cpp to object.cpp | Max Horn |
2008-11-03 | Renamed ThemeLayout::buildCopy to buildCopy::makeClone | Max Horn |
2008-11-03 | Fix comment | Max Horn |
2008-11-03 | Documented & cleaned up ThemeEngine::createCursor | Max Horn |
2008-11-03 | Instead of allocating (and leaking, in case of an error) a 64k table with at ... | Max Horn |
2008-11-03 | Oops actually it seems I forgot to remove mask entries of PixelFormat before ... | Johannes Schickel |
2008-11-03 | Simplified Graphics::createPixelFormatFromMask helper. | Johannes Schickel |
2008-11-03 | Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". | Johannes Schickel |
2008-11-03 | * turned DefaultSaveFileManager::checkPath into a virtual method | Max Horn |
2008-11-01 | Commit of patch #2207782 "ARCHIVE: New method 'getMember'". | Johannes Schickel |
2008-11-01 | Fixed assorted leaks in NS Amiga. | Nicola Mettifogo |
2008-10-31 | Specified VECTOR_RENDERER_FORMAT to 1555 for DS build (at least from the code... | Johannes Schickel |
2008-10-30 | Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous mem... | Max Horn |
2008-10-29 | Store names for renderer configuration in config file instead of integers. | Johannes Schickel |
2008-10-29 | Typo. | Johannes Schickel |
2008-10-29 | Enable gui renderer for all bit depths we support currently. | Johannes Schickel |
2008-10-29 | Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st... | Johannes Schickel |
2008-10-29 | Fixed: Text too big in 1x mode. | Vicent Marti |
2008-10-29 | Bugfix: Dirty rectangle out of range when blitting into the overlay. | Vicent Marti |
2008-10-29 | Removed reference to Common::File in music code, and small cleanup. | Nicola Mettifogo |
2008-10-29 | Cleanup of Nippon Safes disk code. | Nicola Mettifogo |