aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Expand)Author
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
2009-04-03Some more FreeSCI <-> SCI changesFilippos Karapetis
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
2009-04-03Merged the SCI1 and SCI11 cel drawing functionsFilippos Karapetis
2009-04-02pic_port_bounds was only set from command-line parameters it seems, so it's s...Filippos Karapetis
2009-04-01- Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O...Filippos Karapetis
2009-03-31Got rid of the gfx_res_mod_t structFilippos Karapetis
2009-03-30Initialize _staticPalette when creating the graphics resource manager. This a...Filippos Karapetis
2009-03-30Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...Filippos Karapetis
2009-03-29SCI: don't delete static palette twiceWillem Jan Palenstijn
2009-03-29SCI: Merge static palette into global palette at startupWillem Jan Palenstijn
2009-03-29SCI: remove some debugging printfsWillem Jan Palenstijn
2009-03-25Remove a workaround in the line drawing function - it shouldn't be necessary ...Filippos Karapetis
2009-03-25Changed the primitive equality check to not use Common::Rect, as the two prim...Filippos Karapetis
2009-03-25Changed the font flag defines to an enumerationFilippos Karapetis
2009-03-25Merged sciw_select_item() and sciw_unselect_item()Filippos Karapetis
2009-03-25- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...Filippos Karapetis
2009-03-25Remove superfluous commaFilippos Karapetis
2009-03-25Changed some flags to enumsFilippos Karapetis
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_tMax Horn
2009-03-24SCI: moved sci_strndup to menubar.cppMax Horn
2009-03-24SCI: Fixed some leaks introduced by my previous changesMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-23CleanupFilippos Karapetis
2009-03-23- Moved palette initialization inside the graphics resource managerFilippos Karapetis
2009-03-22Further objectification of the graphics resource managerFilippos Karapetis
2009-03-22SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa...Max Horn
2009-03-21CleanupFilippos Karapetis
2009-03-19Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(...Filippos Karapetis
2009-03-19Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...Filippos Karapetis