Age | Commit message (Expand) | Author |
2009-05-23 | Added a stub for SetVideoMode(), and fixed some of the palette glitches in th... | Filippos Karapetis |
2009-05-23 | Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo... | Filippos Karapetis |
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-19 | Removed some redundant variables, and renamed some variables with strange nam... | Filippos Karapetis |
2009-05-19 | SCI: Cleanup/paranoia checks | Max Horn |
2009-05-17 | SCI: LSL6 invalid selector workaround is now always active, not just at | Walter van Niftrik |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | Reverted the SQ5 change introduced with commit #40574, as this makes the mous... | Filippos Karapetis |
2009-05-14 | Fixed the detection entry for SQ3 Amiga, and added a special case for cursor ... | Filippos Karapetis |
2009-05-14 | Only load used palette entries with SCI1/11 | Willem Jan Palenstijn |
2009-05-14 | Added a parameter to the graphics resource manager to determine if the runnin... | Filippos Karapetis |
2009-05-13 | SCI: Fixes a crash when loading SCI1.1 views without palette. | Walter van Niftrik |
2009-05-13 | Fix 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-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-11 | SCI: Reduced header deps | Max Horn |
2009-05-10 | SCI: Fixed palette regression from rev 40388 | Max Horn |
2009-05-08 | SCI: Folded line.h and crossblit.h into gfx_support.cpp | Max Horn |
2009-05-08 | SCI: cleanup | Max Horn |
2009-05-08 | SCI: Got rid of code for endian adjusting pixmaps | Max Horn |
2009-05-08 | SCI: turn the various gfx filters from #define hacks into template funcs | Max Horn |
2009-05-08 | SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok... | Max Horn |
2009-05-05 | SCI: Work around an 'Array used after being disposed' bug that occurs when a ... | Max Horn |
2009-04-28 | SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store ... | Max Horn |
2009-04-27 | SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use... | Max Horn |
2009-04-27 | SCI: Removed unused vars; doxygenified some comments; cleanup | Max Horn |
2009-04-27 | SCI: Rewrote dirty rect code to use Common::List | Max Horn |
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn |
2009-04-24 | SCI: Initialize pixmap to transparency before decoding cel RLE data. This | Walter van Niftrik |
2009-04-24 | Changed an error to a warning, to make Longbow playable again | Filippos Karapetis |
2009-04-24 | SCI: Fix transparency in view-based mouse cursors. | Walter van Niftrik |
2009-04-24 | SCI: Turned GfxWidget::draw function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::tag function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::print function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Doxygenified some comments | Max Horn |
2009-04-24 | SCI: Fixed mouse cursor hotspots in ECO1. | Walter van Niftrik |
2009-04-24 | SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual | Max Horn |
2009-04-24 | SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors | Max Horn |
2009-04-24 | SCI: font_nr -> _font | Max Horn |
2009-04-24 | SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo... | Max Horn |
2009-04-24 | SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. | Max Horn |
2009-04-24 | SCI: Started to C++ify the gfxw_widget_t codebase | Max Horn |
2009-04-24 | SCI: Changed GFXERROR to be fatal | Max Horn |
2009-04-23 | The mouse cursor is now working in Eco Quest 1, though the hotspot is still w... | Filippos Karapetis |
2009-04-22 | Cleanup | Filippos Karapetis |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-21 | Removed per-picture port bounds, which were set to the global port bounds | Filippos Karapetis |
2009-04-18 | Fix outdated comments | Willem Jan Palenstijn |
2009-04-18 | Retreive -> retrieve | Willem Jan Palenstijn |