aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
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
2009-05-14Only load used palette entries with SCI1/11Willem Jan Palenstijn
2009-05-14Added a parameter to the graphics resource manager to determine if the runnin...Filippos Karapetis
2009-05-13SCI: Fixes a crash when loading SCI1.1 views without palette.Walter van Niftrik
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
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-10SCI: Fixed palette regression from rev 40388Max Horn
2009-05-08SCI: Folded line.h and crossblit.h into gfx_support.cppMax Horn
2009-05-08SCI: cleanupMax Horn
2009-05-08SCI: Got rid of code for endian adjusting pixmapsMax Horn
2009-05-08SCI: turn the various gfx filters from #define hacks into template funcsMax Horn
2009-05-08SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok...Max Horn
2009-05-05SCI: Work around an 'Array used after being disposed' bug that occurs when a ...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: Removed unused vars; doxygenified some comments; cleanupMax 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: Initialize pixmap to transparency before decoding cel RLE data. ThisWalter van Niftrik