Age | Commit message (Expand) | Author |
2009-07-18 | SCI: Fix stepping in debugger | Willem Jan Palenstijn |
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 | 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 | Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc." | Filippos Karapetis |
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-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-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-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-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-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 |
2009-05-30 | SCI: Made vocab_version static again (a global static var is bad, but a reall... | Max Horn |
2009-05-30 | Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe... | Filippos Karapetis |
2009-05-30 | - Moved the print_port, segment_info and segment_kill console commands to con... | Filippos Karapetis |
2009-05-30 | Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh... | Filippos Karapetis |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-29 | - Moved some debug code into console.cpp, adding 3 console commands: resource... | Filippos Karapetis |
2009-05-29 | Merged res_view0.cpp and res_view1.cpp | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI... | Filippos Karapetis |
2009-05-28 | Cleanup | Filippos Karapetis |
2009-05-28 | Merged some of the SCI1 and SCI1.1 view and loop drawing functions | Filippos Karapetis |
2009-05-28 | SCI: cleanup | Max Horn |