aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
2009-08-19SCI: Don't dither in SCI.Walter van Niftrik
2009-08-19SCI: Add partial support for Amiga SCI1 games.Walter van Niftrik
2009-08-19SCI: Cleanup.Walter van Niftrik
2009-08-19SCI: Add autodetection of Amiga views.Walter van Niftrik
2009-08-17Fix compilation of the SCI engine. It seems that all of the SCI header files ...Johannes Schickel
2009-08-16SCI: Fix regression in previous commit (QFG2).Walter van Niftrik
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
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-11Some work on QFG1VGA (looks like a mix of SCI1 and SCI1.1)Filippos Karapetis
2009-07-11Removed the version parameter from GfxResManagerFilippos Karapetis
2009-07-10Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc."Filippos Karapetis
2009-07-07Silenced the very chatty song iterator console messages by converting them to...Filippos Karapetis
2009-07-07Improved the LSL1VGA workaround after talking with waltervnFilippos Karapetis
2009-07-07Added 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-06Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGAFilippos Karapetis
2009-07-06Fixed compilationFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-04Cursors 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.hFilippos Karapetis
2009-07-03Replaced 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 senseMax Horn
2009-06-24SCI: Partial support for dual-language games.Walter van Niftrik
2009-06-22Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @...Max Horn
2009-06-19SCI: Fix cel1 y-offset regression introduced in r40997.Walter van Niftrik
2009-06-08Replaced GFXWARN with warning and GFXDEBUG with debugCFilippos Karapetis
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.Walter van Niftrik
2009-06-06Fix unused variable warnings.Johannes Schickel
2009-06-06Store long-term pointers to object variables in a new ObjVarRef struct.Willem Jan Palenstijn
2009-06-06Some uint8 -> byte conversionsFilippos Karapetis
2009-06-06Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)Filippos Karapetis
2009-06-06Objectified the graphics driverFilippos Karapetis
2009-06-05CleanupFilippos Karapetis
2009-06-05Moved some more debug commands to ScummVM's coneole and removed some unused codeFilippos 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-06-02Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...Filippos 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-30Removed 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-30Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...Filippos Karapetis