aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-10-13SCI/newgui: SciGuiAnimate header included into gui_gfxMartin Kiewitz
2009-10-13SCI/newgui: uncommented enum in SciGuiAnimate headerMartin Kiewitz
2009-10-13SCI/newgui: removed left over stuff from SciGuiGfx headerMartin Kiewitz
2009-10-13SCI/newgui: implemented resetEngineState() in SciGuiAnimateMartin Kiewitz
2009-10-13SCI/newgui: added new file to module.mkMartin Kiewitz
2009-10-13SCI/newgui: SciGuiAnimate class createdMartin Kiewitz
2009-10-13Fixed a bug in the graphics function detection code, and corrected the locati...Filippos Karapetis
2009-10-13SCI/newgui: floodfill / remove screenMasks that are already filled with the r...Martin Kiewitz
2009-10-13SCI/newgui: finally changed floodfill to behave the same way as sierra sci. F...Martin Kiewitz
2009-10-13SCI/newgui: SciGuiScreen putPixel etc. needs to use _width and _height instea...Martin Kiewitz
2009-10-13SCI/newgui: fix floodfill for qfg1ega picturesMartin Kiewitz
2009-10-12SCI/newgui: priority band initialization - forgot to use priorityBandCount va...Martin Kiewitz
2009-10-12SCI/newgui: priority band initialization now working exactly the same way as ...Martin Kiewitz
2009-10-12Silenced GCC warning.Torbjörn Andersson
2009-10-12SCI/newgui: addToPic (list) replaced priority with z, to fix drawing coordina...Martin Kiewitz
2009-10-12CleanupFilippos Karapetis
2009-10-12SCI: commenting out music warningsMartin Kiewitz
2009-10-12SCI/newgui: background of noupdate cels is now correctly saved (was typo) sol...Martin Kiewitz
2009-10-12Minimize dependencies in the new guiFilippos Karapetis
2009-10-12SCI: kCelHigh / kCelWide got broken with last revision, now fixedMartin Kiewitz
2009-10-12SCI: now allowing calling celWide and celHigh with only 2 parameters (done by...Martin Kiewitz
2009-10-12SCI: kGraph cleanupMartin Kiewitz
2009-10-12SCI: kGraph now fixes up coordinates before constructing a rect (invalid rect...Martin Kiewitz
2009-10-12SCI: re-enable accidentally commented update callWillem Jan Palenstijn
2009-10-12Reverted the Common::String::printf() related commits, as the function works ...Filippos Karapetis
2009-10-12SCI: Fix warnings, cleanupMax Horn
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function...Martin Kiewitz
2009-10-12SCI/newgui: kDrawControl (icon) now also calls BitsShow()Martin Kiewitz
2009-10-12SCI/newgui: priority band initialization fixMartin Kiewitz
2009-10-12Got rid of _baseTable and _baseDisplayTableFilippos Karapetis
2009-10-12Fixed a warning message under MSVC... seems like Common::String::printf does ...Filippos Karapetis
2009-10-12SCI/newgui: typo fixed in SciGuiPictureMartin Kiewitz
2009-10-12Move the line drawing code to SciGuiScreen()Filippos Karapetis
2009-10-12SCI/newgui: implemented kPicNotValidMartin Kiewitz
2009-10-12SCI/newgui: change in windowMgr, so that removed windows will get restored in...Martin Kiewitz
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil...Martin Kiewitz
2009-10-11Show a warning when a selector vocabulary can't be found and a static vocabul...Filippos Karapetis
2009-10-11Removed unused variable.Torbjörn Andersson
2009-10-11SCI/newgui: support for textedit control (mouse support not yet implemented)Martin Kiewitz
2009-10-11fix compilationJoost Peters
2009-10-11Use BitsShow() for partial screen updatesFilippos Karapetis
2009-10-11The _variables array is sized from syncArray, so there's no need to store its...Filippos Karapetis
2009-10-11Added kSetPort case with 4 parameters (used in the ending of LSL6)Filippos Karapetis
2009-10-11Fill box routines do not translate the fill box coordinatesFilippos Karapetis
2009-10-11Optimized some screen updates in the new GUI to only update the changed recta...Filippos Karapetis
2009-10-11Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes load...Filippos Karapetis
2009-10-11Stop passing the engine state to SciGuiWindowMgrFilippos Karapetis
2009-10-11Stop passing all of the engine state to SciGuiPictureFilippos Karapetis
2009-10-11Fixed a warning, ironically inside a warning().Torbjörn Andersson
2009-10-11Implemented some advanced savegame functionality - loading and deleting saveg...Filippos Karapetis