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 | Removed the version parameter from GfxResManager | 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 | Fixed compilation | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-03 | - Pushed debugstate into debug.h | Filippos Karapetis |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-06-08 | Replaced GFXWARN with warning and GFXDEBUG with debugC | Filippos Karapetis |
2009-06-06 | Fix unused variable warnings. | Johannes Schickel |
2009-06-06 | Some uint8 -> byte conversions | Filippos Karapetis |
2009-06-06 | Objectified the graphics driver | 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-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-29 | - Moved some debug code into console.cpp, adding 3 console commands: resource... | 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-25 | SCI: Only let gfxop_set_color use priority/control if mask has their bits set. | Willem Jan Palenstijn |
2009-05-24 | SCI: reset system palette when loading a new PIC. | Willem Jan Palenstijn |
2009-05-24 | SCI: re-xlate pixmap when palette revision changed | Willem Jan Palenstijn |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-15 | Reverted the SQ5 change introduced with commit #40574, as this makes the mous... | Filippos Karapetis |
2009-05-14 | Fixed the detection entry for SQ3 Amiga, and added a special case for cursor ... | Filippos Karapetis |
2009-05-14 | Added a parameter to the graphics resource manager to determine if the runnin... | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-11 | SCI: Reduced header deps | Max Horn |
2009-05-08 | SCI: Got rid of code for endian adjusting pixmaps | Max Horn |
2009-05-08 | SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok... | Max Horn |
2009-04-28 | SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store ... | Max Horn |
2009-04-27 | SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use... | Max Horn |
2009-04-27 | SCI: Rewrote dirty rect code to use Common::List | Max Horn |
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn |
2009-04-24 | SCI: Fixed mouse cursor hotspots in ECO1. | Walter van Niftrik |
2009-04-24 | SCI: Changed GFXERROR to be fatal | Max Horn |
2009-04-23 | The mouse cursor is now working in Eco Quest 1, though the hotspot is still w... | Filippos Karapetis |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-01 | - Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O... | Filippos Karapetis |
2009-03-25 | Changed the font flag defines to an enumeration | Filippos Karapetis |
2009-03-23 | - Moved palette initialization inside the graphics resource manager | Filippos Karapetis |
2009-03-22 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-22 | SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa... | Max Horn |
2009-03-19 | Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(... | Filippos Karapetis |
2009-03-19 | Fixed issues with commit #39449, fixing some graphical glitches with the GUI ... | Filippos Karapetis |