aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui
AgeCommit message (Collapse)Author
2009-10-14SCI/newgui: SciGuiTransitions now gets picRectMartin Kiewitz
svn-id: r45068
2009-10-14SCI/newgui: fixes textcode processing to get out if string ends and no ↵Martin Kiewitz
ending delimiter found svn-id: r45065
2009-10-14SCI/newgui: another change to floodfill, fixes jones/vgaMartin Kiewitz
svn-id: r45063
2009-10-14SCI/newgui: coordinates fixup for embeeded celsMartin Kiewitz
svn-id: r45062
2009-10-14SCI/newgui: support for embedded cel data < 320 pixels width. fixes jones/vgaMartin Kiewitz
svn-id: r45061
2009-10-14Proper variable namingFilippos Karapetis
svn-id: r45058
2009-10-14- Moved cel width and height calculation in the GUIFilippos Karapetis
- Merged the engine states of the old and new GUI svn-id: r45057
2009-10-13SCI/newgui: class SciGuiTransitions createdMartin Kiewitz
svn-id: r45051
2009-10-13SCI/newgui: DrawControl type 10 is actually just a dummy in qfg1ega, we dont ↵Martin Kiewitz
need to do anything. I believe some other control is responsible for the percentage box svn-id: r45044
2009-10-13SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_*Martin Kiewitz
svn-id: r45035
2009-10-13SCI/newgui: canBeHere fixed, walk-anywhere in sq3 is not possible anymoreMartin Kiewitz
svn-id: r45030
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
svn-id: r45029
2009-10-13Merged the cursor manipulation code - cursor views are still not doneFilippos Karapetis
svn-id: r45028
2009-10-13SCI/newgui: kSetPort() now also supporting 7 parametersMartin Kiewitz
svn-id: r45027
2009-10-13SCI/newgui: SciGuiAnimate header included into gui_gfxMartin Kiewitz
svn-id: r45026
2009-10-13SCI/newgui: uncommented enum in SciGuiAnimate headerMartin Kiewitz
svn-id: r45025
2009-10-13SCI/newgui: removed left over stuff from SciGuiGfx headerMartin Kiewitz
svn-id: r45024
2009-10-13SCI/newgui: implemented resetEngineState() in SciGuiAnimateMartin Kiewitz
svn-id: r45023
2009-10-13SCI/newgui: SciGuiAnimate class createdMartin Kiewitz
svn-id: r45019
2009-10-13SCI/newgui: floodfill / remove screenMasks that are already filled with the ↵Martin Kiewitz
right value (otherwise we could get into an endless loop) svn-id: r45006
2009-10-13SCI/newgui: finally changed floodfill to behave the same way as sierra sci. ↵Martin Kiewitz
Fixes sq3 priority map svn-id: r45005
2009-10-13SCI/newgui: SciGuiScreen putPixel etc. needs to use _width and _height ↵Martin Kiewitz
instead of _displayWidth and _displayHeight svn-id: r45004
2009-10-13SCI/newgui: fix floodfill for qfg1ega picturesMartin Kiewitz
svn-id: r45003
2009-10-12SCI/newgui: priority band initialization - forgot to use priorityBandCount ↵Martin Kiewitz
variable svn-id: r44999
2009-10-12SCI/newgui: priority band initialization now working exactly the same way as ↵Martin Kiewitz
sierra sci did (fixes at least lsl3) svn-id: r44998
2009-10-12Silenced GCC warning.Torbjörn Andersson
svn-id: r44997
2009-10-12SCI/newgui: addToPic (list) replaced priority with z, to fix drawing ↵Martin Kiewitz
coordinates of static cels within a picture svn-id: r44995
2009-10-12SCI/newgui: background of noupdate cels is now correctly saved (was typo) ↵Martin Kiewitz
solves sticky cel problem svn-id: r44989
2009-10-12Minimize dependencies in the new guiFilippos Karapetis
svn-id: r44988
2009-10-12SCI: Fix warnings, cleanupMax Horn
svn-id: r44978
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling ↵Martin Kiewitz
(functionality not yet implemented) svn-id: r44976
2009-10-12SCI/newgui: kDrawControl (icon) now also calls BitsShow()Martin Kiewitz
svn-id: r44975
2009-10-12SCI/newgui: priority band initialization fixMartin Kiewitz
svn-id: r44974
2009-10-12Got rid of _baseTable and _baseDisplayTableFilippos Karapetis
svn-id: r44973
2009-10-12SCI/newgui: typo fixed in SciGuiPictureMartin Kiewitz
svn-id: r44970
2009-10-12Move the line drawing code to SciGuiScreen()Filippos Karapetis
svn-id: r44969
2009-10-12SCI/newgui: implemented kPicNotValidMartin Kiewitz
svn-id: r44968
2009-10-12SCI/newgui: change in windowMgr, so that removed windows will get restored ↵Martin Kiewitz
in any case (ReAnimate currently not implemented yet) svn-id: r44967
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() ↵Martin Kiewitz
still not perfect (e.g. kq5 cutscene information box) svn-id: r44966
2009-10-11Removed unused variable.Torbjörn Andersson
svn-id: r44949
2009-10-11SCI/newgui: support for textedit control (mouse support not yet implemented)Martin Kiewitz
svn-id: r44948
2009-10-11fix compilationJoost Peters
svn-id: r44945
2009-10-11Use BitsShow() for partial screen updatesFilippos Karapetis
svn-id: r44944
2009-10-11Fill box routines do not translate the fill box coordinatesFilippos Karapetis
svn-id: r44937
2009-10-11Optimized some screen updates in the new GUI to only update the changed ↵Filippos Karapetis
rectangle, instead of the whole screen svn-id: r44935
2009-10-11Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes ↵Filippos Karapetis
loading with the new GUI svn-id: r44934
2009-10-11Stop passing the engine state to SciGuiWindowMgrFilippos Karapetis
svn-id: r44933
2009-10-11Stop passing all of the engine state to SciGuiPictureFilippos Karapetis
svn-id: r44932
2009-10-11SCI/newgui: list control implementedMartin Kiewitz
svn-id: r44929
2009-10-11SCI: kDrawControl for list and textedit controls also using gui classMartin Kiewitz
svn-id: r44925