Age | Commit message (Expand) | Author |
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 |
2008-10-27 | Removed FIXME and reverted commit #34855, as it's now possible to add a subfo... | Filippos Karapetis |
2008-10-27 | Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder". | Johannes Schickel |
2008-10-26 | Implemented FR #2038951: "ALL: visible warning when CD music missing" | Filippos Karapetis |
2008-10-26 | Using getChild() with getChild() throws an assertion (a regression of the lat... | Filippos Karapetis |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-26 | Added semi-ugly workaround for bug #2182450 ("BS1 Demo: Crash due to missing | Torbjörn Andersson |
2008-10-26 | Another attempt at making the Broken Sword 1 savegame list in the launcher match | Torbjörn Andersson |
2008-10-26 | DS port: My version of devkitpro complains that various symbols are defined in | Robin Watts |
2008-10-26 | DS port: Declare ARM blitters as being ITCM_CODE, so that we avoid the dreaded | Robin Watts |
2008-10-26 | Cleaned up disk code after recent updates to Common::SearchSet. | Nicola Mettifogo |