aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_gfx.cpp
AgeCommit message (Expand)Author
2009-10-10SCI: kMessage() rewriteWalter van Niftrik
2009-10-09SCI/newgui: moved priority band initialization to init() call of SciGui to av...Martin Kiewitz
2009-10-09SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe...Martin Kiewitz
2009-10-09SCI/newgui: correction for kAddToPic, fixes guards in 1st screen of kq1Martin Kiewitz
2009-10-09SCI/newgui: kAnimate priority fixedMartin Kiewitz
2009-10-09SCI/newgui: pattern and floodfill moved into SciGuiPictureMartin Kiewitz
2009-10-09SCI/newgui: priority band init fixMartin Kiewitz
2009-10-09SCI/newgui: kCanBeHere partially implemented, little correctionsMartin Kiewitz
2009-10-09SCI/newgui: some more priority band usage in kAnimateMartin Kiewitz
2009-10-09SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio...Martin Kiewitz
2009-10-09SCI/newgui: Implemented kAddToPic (almost complete, but z-sorting and some ex...Martin Kiewitz
2009-10-08SCI/newgui: RestoreBits() now ignores empty handlesMartin Kiewitz
2009-10-08SCI/newgui: more cleanupMartin Kiewitz
2009-10-08SCI/newgui: cleanup, fixing uninitialized variable in SciGuiPaletteMartin Kiewitz
2009-10-08SCI/newgui: floodfill cleanup, pattern drawing: helper went private, clipping...Martin Kiewitz
2009-10-08SCI: Fix warningMax Horn
2009-10-08SCI/newgui: remarks about _menuPort, uninitialized usage in SciGuiPalette rem...Martin Kiewitz
2009-10-08SCI/newgui: kAnimate changesMartin Kiewitz
2009-10-08SCI/newgui: implemented more of kAnimate, currently crashes on windowMgr update.Martin Kiewitz
2009-10-08SCI/newgui: change to nsRect, scripts expect that. Fixes mouse clicking on se...Martin Kiewitz
2009-10-08SCI/newgui: kAnimate - coordinates fixedMartin Kiewitz
2009-10-08SCI/newgui: kAnimate - _delete invoking implementedMartin Kiewitz
2009-10-08SCI/newgui: kAnimate - more implemented, cels are now drawn but isnt working ...Martin Kiewitz
2009-10-08SCI/newgui: kAnimate SciGuiGfx::AnimateFill implementedMartin Kiewitz
2009-10-08SCI/newgui: kAnimate - resolved previously unknown code functionalityMartin Kiewitz
2009-10-07SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:...Max Horn
2009-10-07SCI: Replace SciGuiGfx::mallocPort by 'new GuiPort'; also add FIXMES about po...Max Horn
2009-10-07SCI: Make local tables 'static', rename them according to our CFGMax Horn
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...Martin Kiewitz
2009-10-07SCI/newgui: hopefully the final fix for drawpicture - set priority and contro...Martin Kiewitz
2009-10-07SCI/newgui: it seems that this fixes floodfill finallyMartin Kiewitz
2009-10-06Reverted #44697 (line drawing in the new GUI), with some function renaming. A...Filippos Karapetis
2009-10-06SCI/newgui: pattern drawing table fixMartin Kiewitz
2009-10-06SCI/newgui: changed menuPort to one pixel lessMartin Kiewitz
2009-10-06SCI/newgui: dont allow negative coordinates in draw pattern (fixes bad pixels...Martin Kiewitz
2009-10-06SCI/newgui: pattern drawing circles now fixedMartin Kiewitz
2009-10-06SCI/newgui: pattern drawing texture now bit0-bit7, sierra did it bit7-bit0Martin Kiewitz
2009-10-06Removed yet another unused reference to OSystemFilippos Karapetis
2009-10-06SCI: Minor cleanupWillem Jan Palenstijn
2009-10-06Moved the LSL1VGA workaround inside the font classFilippos Karapetis
2009-10-06Simplified the LSL1VGA font resource workaroundFilippos Karapetis
2009-10-06SCI/newgui: drawpattern now adjusts to curPortMartin Kiewitz
2009-10-06SCI/newgui: Draw_Line() now doesnt modify prio/control anymoreMartin Kiewitz
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
2009-10-06Removed the Bresenham line drawing code in the SCI new GUI, and replaced it w...Filippos Karapetis
2009-10-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
2009-10-06SciGuiView is only using the ResourceManager, so there's no need to pass the ...Filippos Karapetis
2009-10-06Removed unused reference to OSystemFilippos Karapetis
2009-10-06SCI/newgui: support for amiga palette, amiga picture support, cleanupMartin Kiewitz
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ...Martin Kiewitz