aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui
AgeCommit message (Expand)Author
2009-10-09SCI/newgui: changing SciGuiScreen::dither() for cel-undithering logicMartin Kiewitz
2009-10-09SCI/newgui: changing undithering logic again, palette now uses decoded color-...Martin Kiewitz
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: adding inactivate code for debug purposes to forward single metho...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 #defines moved into SciGuiPictureMartin Kiewitz
2009-10-09SCI/newgui: pattern and floodfill moved into SciGuiPictureMartin Kiewitz
2009-10-09SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in...Martin Kiewitz
2009-10-09SCI/newgui: priority band init fixMartin Kiewitz
2009-10-09SCI/newgui: kCanBeHere partially implemented, little correctionsMartin Kiewitz
2009-10-09SCI/newgui: priority bands support for ega picturesMartin 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: SciGuiView now also locks resourceMartin Kiewitz
2009-10-09SCI/newgui: SciGuiFont now locks the resourcedata, fixes broken fonts in gamesMartin Kiewitz
2009-10-09SCI/newgui: windowmgr cleanupMartin Kiewitz
2009-10-09Fix warningMax Horn
2009-10-09SCI/newgui: Implemented kAddToPic (almost complete, but z-sorting and some ex...Martin Kiewitz
2009-10-08SCI: Don't iterate past end of listWillem Jan Palenstijn
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-08Don't store the engine state in the SciGuiPalette class. The palette timestam...Filippos Karapetis
2009-10-08SCI/newgui: removed EGAmappingMartin Kiewitz
2009-10-08Restore the engine state stored within SciGui during loading once more, since...Filippos Karapetis
2009-10-07SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:...Max Horn
2009-10-07SCI: Change more stuff to be CFG compliantMax Horn
2009-10-07SCI: Get rid of SciGuiScreen::initScreen, also known as 'calloc' elsewhere ;)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: changed dithering logic, otherwise colors combined with black wou...Martin Kiewitz
2009-10-07SCI: debug command undither implementedMartin Kiewitz
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-07SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme)Martin Kiewitz
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...Martin Kiewitz
2009-10-07SCI/newgui: SciGuiView - paletteoffset in EGA games documented and finally no...Martin Kiewitz
2009-10-07SCI/newgui: hopefully the final fix for drawpicture - set priority and contro...Martin Kiewitz