Age | Commit message (Expand) | Author |
2009-07-08 | Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ... | Jody Northup |
2009-07-07 | Removed PixelFormat convenience constructors at behest of Max and Eugene. | Jody Northup |
2009-07-06 | Updated doxygen comments on API functions | Jody Northup |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-03 | Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe... | Jody Northup |
2009-07-03 | If NDEBUG is #defined, then assert does nothing, leading to warnings about 'o... | Max Horn |
2009-07-03 | Provided a virtual method for converting graphics rectangles from screen form... | Jody Northup |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-29 | Add some more explanation to Graphics::CursorManager::showMouse and OSystem::... | Johannes Schickel |
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn |
2009-06-27 | changed initGraphics, and OSystem::initSize to take Graphics::PixelFormat * p... | Jody Northup |
2009-06-26 | Converted OSystem::SetMouseCursor to take pointer to PixelFormat, instead of ... | Jody Northup |
2009-06-25 | API modification -- replaced "Graphics::PixelFormat getBestFormat()" with "Co... | Jody Northup |
2009-06-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
2009-06-23 | Added support for Hungarian | Sven Hesse |
2009-06-23 | Merged format initialization into InitSize to allow for backends not supporti... | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-16 | Corrected oversight in earlier ifdef simplification which leads to compilatio... | Jody Northup |
2009-06-16 | Declared getBestFormat in OSystem base class, and implemented in SDL backend. | Jody Northup |
2009-06-15 | Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i... | Jody Northup |
2009-06-13 | Fix erase() sometimes hiding other hash elements. | Willem Jan Palenstijn |
2009-06-13 | Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ... | Jody Northup |
2009-06-12 | Fixed disposeStream initialization. | Nicola Mettifogo |
2009-06-12 | * Adapted Kyra to the new IFFParser interface. | Nicola Mettifogo |
2009-06-12 | * Moved the updated IFF code from Parallaction to common/ | Nicola Mettifogo |
2009-06-12 | Unfinished proof of concept regarding my compromise with LordHoto in IRC. | Jody Northup |
2009-06-11 | Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem... | Jody Northup |
2009-06-10 | Point to the Cursor and AudioCD Managers to help engine authors following the... | Jordi Vilalta Prat |
2009-06-10 | Extend documentation for "kFeatureCursorHasPalette". | Johannes Schickel |
2009-06-10 | Fix documentation for debugC and debugCN, relying on special debug levels. | Johannes Schickel |
2009-06-10 | Added debugCN() call which does not add newline automatically | Eugene Sandulenko |
2009-06-10 | SDL backend now dynamically generates 8 or 16-bit color surface depending on ... | Jody Northup |
2009-06-09 | Laying the foundation for preliminary bitdepth negotiation. (No functionality... | Jody Northup |
2009-06-08 | Spacing. | Travis Howell |
2009-06-07 | Fixed appending a (substring of a) string to itself | Max Horn |
2009-06-07 | Added some new method variants to Common::String | Max Horn |
2009-06-07 | Added an experimental '--upgrade-targets' option (to be refined; and possibly... | Max Horn |
2009-06-06 | Added CoCo3 version of SQ1 | Eugene Sandulenko |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-06 | Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-... | Travis Howell |
2009-06-05 | Make the PlayStation's abbreviation to all lower-case for consistency and cha... | Matthew Hoops |
2009-06-05 | Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow | Jody Northup |
2009-06-01 | Add a 'flat' option to FSDirectory to allow searching recursively for files i... | Willem Jan Palenstijn |
2009-05-31 | Document that debug level 11 turns on all special debug level messages (refer... | Filippos Karapetis |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-26 | Renamed Common::Serializer::syncMagic to matchBytes, and added version paarms... | Max Horn |
2009-05-26 | Fixed a bug in Common::Array (including a unit test for it), and changed the ... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |