Age | Commit message (Expand) | Author |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-07-28 | Added missing initializer for member âSci::gfx_mode_t::format' | Max Horn |
2009-07-18 | SCI: Fix stepping in debugger | Willem Jan Palenstijn |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-16 | Added a proper fix for Pepper (the previous one caused regressions in KQ6) | Filippos Karapetis |
2009-07-16 | Added a detection entry for Pepper's Adventures in Time, and fixed an issue w... | Filippos Karapetis |
2009-07-11 | Merged revisions 42382,42385-42387,42393-42394 via svnmerge from | Travis Howell |
2009-07-11 | Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1) | Filippos Karapetis |
2009-07-11 | Removed the version parameter from GfxResManager | Filippos Karapetis |
2009-07-10 | Merged revisions 42322,42328,42345-42346,42354-42358 via svnmerge from | Travis Howell |
2009-07-10 | Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc." | Filippos Karapetis |
2009-07-07 | Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-... | Travis Howell |
2009-07-07 | Silenced the very chatty song iterator console messages by converting them to... | Filippos Karapetis |
2009-07-07 | Improved the LSL1VGA workaround after talking with waltervn | Filippos Karapetis |
2009-07-07 | Added a workaround for incorrect font references in LSL1VGA (which was the or... | Filippos Karapetis |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-07 | Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from | Travis Howell |
2009-07-06 | Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA | Filippos Karapetis |
2009-07-06 | Fixed compilation | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-06 | Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-... | Travis Howell |
2009-07-04 | Cursors without a palette are now initialized correctly (from patch #2816652)... | Filippos Karapetis |
2009-07-04 | - Merged the "early" and "late" SCI1 versions - these are functionally equiva... | Filippos Karapetis |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-03 | - Pushed debugstate into debug.h | Filippos Karapetis |
2009-07-03 | Replaced all calls for manipulating the mouse cursor to be made to the Cursor... | Filippos Karapetis |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-06-26 | SCI: Fix typo breaking in-engine scaling | Willem Jan Palenstijn |
2009-06-26 | SCI: starting to restore RGB color functionality | Willem Jan Palenstijn |
2009-06-24 | SCI: Partial support for dual-language games. | Walter van Niftrik |
2009-06-22 | Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @... | Max Horn |
2009-06-19 | SCI: Fix cel1 y-offset regression introduced in r40997. | Walter van Niftrik |
2009-06-15 | Fix compilation of SCI engine | Willem Jan Palenstijn |
2009-06-08 | Replaced GFXWARN with warning and GFXDEBUG with debugC | Filippos Karapetis |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-07 | SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr. | Walter van Niftrik |
2009-06-06 | Fix unused variable warnings. | Johannes Schickel |
2009-06-06 | Store long-term pointers to object variables in a new ObjVarRef struct. | Willem Jan Palenstijn |
2009-06-06 | Some uint8 -> byte conversions | Filippos Karapetis |
2009-06-06 | Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used) | Filippos Karapetis |
2009-06-06 | Objectified the graphics driver | Filippos Karapetis |
2009-06-05 | Cleanup | Filippos Karapetis |
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis |
2009-06-05 | Removed some unused code and performed some cleanup | Filippos Karapetis |
2009-06-04 | Reordered the numpad keys so that they make more sense, and simplified the co... | Filippos Karapetis |
2009-06-03 | - Moved the engine state and the console to be private members of SciEngine | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-31 | Typo. | Johannes Schickel |