Age | Commit message (Expand) | Author |
2009-07-25 | Add enum which marks global priorites of the EventManager event dispatcher. | Johannes Schickel |
2009-07-25 | - EventDispatcher is no longer a singleton. | Johannes Schickel |
2009-07-25 | - Adapt DefaultEventManager to use Common::ArtificialEventSource | Johannes Schickel |
2009-07-25 | Change DefaultEventManager to use EventDispatcher. | Johannes Schickel |
2009-07-25 | Made DefaultEventManager a subclass of EventObserver. | Johannes Schickel |
2009-07-25 | Replaced "_artificialEventQueue" by an EventSource. | Johannes Schickel |
2009-07-25 | Got rid of EventManger::artificialEventQueue. | Johannes Schickel |
2009-07-25 | Replace "EventProvider" class of the DefaultEventManager implementation with ... | Johannes Schickel |
2009-07-21 | Add ARM code implementation of Scaler2x, and enable it for the WinCE | Robin Watts |
2009-07-19 | whoops, fix non-arm build (why? :-) ) | Kostas Nakos |
2009-07-19 | Fix 16bit color when using the hardware screen's pixel format. The call was n... | Matthew Hoops |
2009-07-19 | remove dead code leftover | Kostas Nakos |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-15 | New ARM code blending Smartphone landscale scaler for WinCE port. Seems to work | Robin Watts |
2009-07-14 | Split the iPhone OSystem class up into several files | Oystein Eftevaag |
2009-07-14 | changed generic Graphics::PixelFormat constructor to take xBits instead of xL... | Jody Northup |
2009-07-13 | Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-... | Travis Howell |
2009-07-13 | Reverted my previous change (fprintf vs fputs), | Max Lingua |
2009-07-12 | Merged revisions 42398,42402-42406,42418-42421,42423,42428-42430 via svnmerge... | Travis Howell |
2009-07-12 | Split _eof vs. _err. | Max Lingua |
2009-07-12 | oops, fix props | Kostas Nakos |
2009-07-12 | Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hack | Kostas Nakos |
2009-07-12 | ScummVM/PS2 bugs fixed by this commit: | Max Lingua |
2009-07-12 | I am re-commiting the FORCE_RTL as a temporary solution | Max Lingua |
2009-07-10 | Merged revisions 42322,42328,42345-42346,42354-42358 via svnmerge from | Travis Howell |
2009-07-10 | Recreate FSNode after calling checkPath since checkPath may | Willem Jan Palenstijn |
2009-07-10 | Whoops, and one more. | Jody Northup |
2009-07-10 | Fixed a couple of errors in the new getSupportedFormats implementation. | Jody Northup |
2009-07-10 | Moved OSystem_SDL::getSupportedFormats function body from platforms/sdl/sdl.h... | Jody Northup |
2009-07-09 | fix compile | Matthew Hoops |
2009-07-09 | corrected creation of one Graphics::PixelFormat to reflect the resurrection o... | 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 | Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-... | Travis Howell |
2009-07-05 | Refresh the screen if pollEvent() is called without updateScreen() being call... | Marcus Comstedt |
2009-07-04 | Add GCC_PRINTF parameter. | Johannes Schickel |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-02 | cleanup | Max Horn |
2009-07-01 | Move action inits to engineInit and engineDone callbacks. | Lars Persson |
2009-06-30 | renamed kTransactionPixelFormatNotSupported to kTransactionFormatNotSupported... | Jody Northup |
2009-06-29 | Indentation fix. | Johannes Schickel |
2009-06-28 | For consistency, use upper-case letter in hex constant. | Torbjörn Andersson |
2009-06-28 | Fix PSP port | Max Horn |
2009-06-28 | PS2: Don't overload fillScreen with a dummy, just use the inherited version | Max Horn |
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn |
2009-06-28 | Silenced the reamining warnings reported in patch #2684986 (gcc warnings with... | Max Horn |
2009-06-28 | change link order in .spec file to produce working binaries when building usi... | Joost Peters |
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 |