aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
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
2009-04-24Changed an error to a warning, to make Longbow playable againFilippos Karapetis
2009-04-24SCI: Fix transparency in view-based mouse cursors.Walter van Niftrik
2009-04-24SCI: Turned GfxWidget::draw function pointer into virtual methodMax Horn
2009-04-24SCI: Turned GfxWidget::tag function pointer into virtual methodMax Horn
2009-04-24SCI: Turned GfxWidget::print function pointer into virtual methodMax Horn
2009-04-24SCI: Doxygenified some commentsMax Horn
2009-04-24SCI: Fixed mouse cursor hotspots in ECO1.Walter van Niftrik
2009-04-24SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisualMax Horn
2009-04-24SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructorsMax Horn
2009-04-24SCI: font_nr -> _fontMax Horn
2009-04-24SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo...Max Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-04-24SCI: Started to C++ify the gfxw_widget_t codebaseMax Horn
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
2009-04-22CleanupFilippos Karapetis
2009-04-21Restored the ability to change the active port bound, by moving it inside gfx...Filippos Karapetis
2009-04-21Removed per-picture port bounds, which were set to the global port boundsFilippos Karapetis
2009-04-18Fix outdated commentsWillem Jan Palenstijn
2009-04-18Retreive -> retrieveWillem Jan Palenstijn
2009-04-06Fixed a crash in LSL5 when opening the inventoryFilippos Karapetis
2009-04-04Fix warning.Johannes Schickel
2009-04-03Removed leftover chrono-related code (refer to commit #37721 for the changes ...Filippos Karapetis
2009-04-03Removed the non-working Chrono port code, after discussing with LarsFilippos Karapetis
2009-04-03Cleanup of decompress_sci_view(). Also, ALL of the cases where that function ...Filippos Karapetis