Age | Commit message (Expand) | Author |
2009-09-04 | - Removed the gfx error defines. When resources are not found, or are corrupt... | Filippos Karapetis |
2009-09-02 | Removed the dirty rectangle option of updating one huge rectangle, and only l... | Filippos Karapetis |
2009-08-31 | Removed many bogus return values in the SCI graphics functions - some functio... | Filippos Karapetis |
2009-08-24 | SCI: Reverted r40889. New fix for window erasing issue in SCI1.1 games. | Walter van Niftrik |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-06-08 | Replaced GFXWARN with warning and GFXDEBUG with debugC | Filippos Karapetis |
2009-06-06 | Store long-term pointers to object variables in a new ObjVarRef struct. | Willem Jan Palenstijn |
2009-06-06 | Objectified the graphics driver | Filippos Karapetis |
2009-06-05 | Moved some more debug commands to ScummVM's coneole and removed some unused code | Filippos Karapetis |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe... | Filippos Karapetis |
2009-05-30 | Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh... | Filippos Karapetis |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-25 | Fixed a nasty bug in the GUI code, which caused the windows in PQ3 and SCI1.1... | Filippos Karapetis |
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-05 | SCI: Work around an 'Array used after being disposed' bug that occurs when a ... | 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: 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: 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-03 | Removed the non-working Chrono port code, after discussing with Lars | Filippos Karapetis |
2009-03-25 | Remove a workaround in the line drawing function - it shouldn't be necessary ... | Filippos Karapetis |
2009-03-25 | Changed the primitive equality check to not use Common::Rect, as the two prim... | Filippos Karapetis |
2009-03-25 | - Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem... | Filippos Karapetis |
2009-03-19 | Fixed issues with commit #39449, fixing some graphical glitches with the GUI ... | Filippos Karapetis |
2009-03-16 | It seems that the SCI GUI code tries to show rectangles with negative height.... | Filippos Karapetis |
2009-03-16 | Replaced some rect_t operations with our common ones. For now, two helper fun... | Filippos Karapetis |
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ... | Filippos Karapetis |
2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ... | Max Horn |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-03-03 | SCI1: Improved color mapping when drawing line/box/text. Text with transparen... | Greg Frieger |
2009-02-28 | Fix warnings. | Johannes Schickel |
2009-02-27 | Fix code formatting | Eugene Sandulenko |
2009-02-24 | SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi... | Max Horn |