Age | Commit message (Expand) | Author |
2010-11-28 | BACKEND: Switch OSystem::getSystemLanguage return type to Common::String. | Johannes Schickel |
2010-11-25 | OSYSTEM: Add API to query the system locale. | Johannes Schickel |
2010-11-18 | BACKENDS: Implement logging API proposed by Max on -devel. | Johannes Schickel |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-07-30 | OSYSTEM: Add resetGraphicsScale() method. | Alejandro Marzini |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-04-20 | Document setPalette() and grabPalette() changes, fix some incorrect 8bit stat... | Andre Heider |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-08 | Fix documentation for setMouseCursor's format paramenter. | Johannes Schickel |
2010-01-07 | - Adapt documentation, that keycolor in setMouseCursor may not exceed the max... | Johannes Schickel |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-09-24 | Remove references to non existant function convertScreenRect. | Johannes Schickel |
2009-08-30 | Remove unused include | Jordi Vilalta Prat |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-15 | Fix some typos in TransactionError-enumeration's comments. | Kari Salminen |
2009-07-10 | removed OSystem::convertScreenRect as unnecessary and bloatful. | Jody Northup |
2009-07-10 | Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h... | Jody Northup |
2009-07-09 | Corrected lingering formatting errors that were introduced by the find-and-re... | Jody Northup |
2009-07-09 | Removed #ifdef blocks around new error values in Common::Error and OSystem::T... | Jody Northup |
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 | 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 | 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 | Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ... | Jody Northup |
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 |