aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/operations.cpp
AgeCommit message (Expand)Author
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-16Added a proper fix for Pepper (the previous one caused regressions in KQ6)Filippos Karapetis
2009-07-16Added a detection entry for Pepper's Adventures in Time, and fixed an issue w...Filippos Karapetis
2009-07-11Merged revisions 42382,42385-42387,42393-42394 via svnmerge from Travis Howell
2009-07-11Removed the version parameter from GfxResManagerFilippos Karapetis
2009-07-07Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-...Travis Howell
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-07Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from Travis Howell
2009-07-06Fixed compilationFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-26SCI: Fix typo breaking in-engine scalingWillem Jan Palenstijn
2009-06-26SCI: starting to restore RGB color functionalityWillem Jan Palenstijn
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis
2009-06-06Fix unused variable warnings.Johannes Schickel
2009-06-06Some uint8 -> byte conversionsFilippos Karapetis
2009-06-06Objectified the graphics driverFilippos Karapetis
2009-06-05Removed some unused code and performed some cleanupFilippos Karapetis
2009-06-04Reordered 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 SciEngineFilippos Karapetis
2009-06-02Moved some more console commands to ScummVM's debug consoleFilippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-31Typo.Johannes Schickel
2009-05-30SCI: 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-29SCI: 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-25SCI: Only let gfxop_set_color use priority/control if mask has their bits set.Willem Jan Palenstijn
2009-05-24SCI: reset system palette when loading a new PIC.Willem Jan Palenstijn
2009-05-24SCI: re-xlate pixmap when palette revision changedWillem Jan Palenstijn
2009-05-20removed trailing whitespacesMax Horn
2009-05-15Reverted the SQ5 change introduced with commit #40574, as this makes the mous...Filippos Karapetis
2009-05-14Fixed the detection entry for SQ3 Amiga, and added a special case for cursor ...Filippos Karapetis
2009-05-14Added 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-12SCI: Removed sci_memory.h/.cppMax Horn
2009-05-11SCI: Reduced header depsMax Horn
2009-05-08SCI: Got rid of code for endian adjusting pixmapsMax Horn
2009-05-08SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok...Max Horn
2009-04-28SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store ...Max Horn
2009-04-27SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use...Max Horn
2009-04-27SCI: Rewrote dirty rect code to use Common::ListMax Horn
2009-04-27SCI: Renamed gfx_state_t -> GfxStateMax Horn
2009-04-24SCI: Fixed mouse cursor hotspots in ECO1.Walter van Niftrik
2009-04-24SCI: Changed GFXERROR to be fatalMax Horn
2009-04-23The mouse cursor is now working in Eco Quest 1, though the hotspot is still w...Filippos Karapetis