aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
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
2009-05-30Removed/replaced BREAKPOINTFilippos Karapetis
2009-05-29- Moved some debug code into console.cpp, adding 3 console commands: resource...Filippos Karapetis
2009-05-29Merged res_view0.cpp and res_view1.cppFilippos 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-28CleanupFilippos Karapetis
2009-05-28Merged some of the SCI1 and SCI1.1 view and loop drawing functionsFilippos Karapetis
2009-05-28SCI: cleanupMax Horn
2009-05-27SCI: Make standard EGA palette a part of gfx_sci0_pic_colors.Willem Jan Palenstijn
2009-05-27- SQ5 floppy starts nowFilippos Karapetis
2009-05-26SCI: Some small fixes for KQ6CD.Walter van Niftrik
2009-05-25SCI: Only let gfxop_set_color use priority/control if mask has their bits set.Willem Jan Palenstijn
2009-05-25Fixed a nasty bug in the GUI code, which caused the windows in PQ3 and SCI1.1...Filippos Karapetis
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-23SCI: add (unused) palette revisioning supportWillem Jan Palenstijn
2009-05-23Added a stub for SetVideoMode(), and fixed some of the palette glitches in th...Filippos Karapetis
2009-05-23Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo...Filippos Karapetis
2009-05-21SCI: Added support for KQ6 movies.Walter van Niftrik
2009-05-20removed trailing whitespacesMax Horn
2009-05-19Removed some redundant variables, and renamed some variables with strange nam...Filippos Karapetis
2009-05-19SCI: Cleanup/paranoia checksMax Horn
2009-05-17SCI: LSL6 invalid selector workaround is now always active, not just atWalter van Niftrik
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
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