Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-04 | Removed the reference to SciGuiCursor from EngineState | Filippos Karapetis | |
svn-id: r45660 | |||
2009-11-04 | priority_first and priority_last are not used by the new drawing code, thus ↵ | Filippos Karapetis | |
the new code didn't handle priority changes by kGraph() svn-id: r45658 | |||
2009-11-03 | SCI/newgui: SciGuiMenu partially implemented | Martin Kiewitz | |
svn-id: r45634 | |||
2009-11-02 | SCI: SciGuiMenu created, kMenu-related stuff now using SciGui | Martin Kiewitz | |
svn-id: r45612 | |||
2009-10-31 | SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called ↵ | Martin Kiewitz | |
(fixes cels disappearing after removing windows) svn-id: r45588 | |||
2009-10-31 | SCI/newgui: SciGuiPortrait created | Martin Kiewitz | |
svn-id: r45579 | |||
2009-10-31 | - Added some TODOs | Filippos Karapetis | |
- Disabled the kGraph case used in KQ6 Windows for now, as it's problematic and crashes the game - Added extra param to kDrawCel(), used in KQ6 Windows The icon bar in KQ6 Windows is shown a bit better now svn-id: r45567 | |||
2009-10-31 | SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if ↵ | Martin Kiewitz | |
coordinates are really hires, it seems that they are not) svn-id: r45564 | |||
2009-10-30 | Fixed a crash in the old graphics code from commit #45542 | Filippos Karapetis | |
svn-id: r45544 | |||
2009-10-30 | Rewrote the avoidpath debug code to use new graphics functions | Filippos Karapetis | |
svn-id: r45533 | |||
2009-10-28 | SCI/newgui: BaseSetter moved to SciGui | Martin Kiewitz | |
svn-id: r45480 | |||
2009-10-28 | SCI/newgui: IsItSkip moved into SciGui | Martin Kiewitz | |
svn-id: r45479 | |||
2009-10-28 | SCI/newgui: Cleanup | Martin Kiewitz | |
svn-id: r45478 | |||
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz | |
svn-id: r45457 | |||
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis | |
svn-id: r45379 | |||
2009-10-25 | SCI/newgui: kAddToPic - behaviour is different between SCI1EARLY and ↵ | Martin Kiewitz | |
SCI1MIDDLE (fixes graphic glitch in qfg2 intro) svn-id: r45373 | |||
2009-10-22 | Moved the view loop counting code in the new GUI | Filippos Karapetis | |
svn-id: r45322 | |||
2009-10-20 | SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlags | Martin Kiewitz | |
svn-id: r45277 | |||
2009-10-20 | SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ↵ | Martin Kiewitz | |
revision although its signed svn-id: r45274 | |||
2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz | |
svn-id: r45273 | |||
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz | |
svn-id: r45224 | |||
2009-10-14 | SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional ↵ | Martin Kiewitz | |
parameter, fixed memory corruption in setIntensity svn-id: r45091 | |||
2009-10-14 | SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we ↵ | Martin Kiewitz | |
had it wrong) also changed nonsense clipping svn-id: r45090 | |||
2009-10-14 | SCI: kDrawPic now reads out blackout flag for transitions | Martin Kiewitz | |
svn-id: r45089 | |||
2009-10-14 | SCI/newgui: SciGuiTransitions now gets picRect | Martin Kiewitz | |
svn-id: r45068 | |||
2009-10-14 | - Moved cel width and height calculation in the GUI | Filippos Karapetis | |
- Merged the engine states of the old and new GUI svn-id: r45057 | |||
2009-10-13 | SCI/newgui: class SciGuiTransitions created | Martin Kiewitz | |
svn-id: r45051 | |||
2009-10-13 | SCI/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-13 | SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_* | Martin Kiewitz | |
svn-id: r45035 | |||
2009-10-13 | Merged the rest of the cursor code | Filippos Karapetis | |
svn-id: r45029 | |||
2009-10-13 | Merged the cursor manipulation code - cursor views are still not done | Filippos Karapetis | |
svn-id: r45028 | |||
2009-10-13 | SCI/newgui: kSetPort() now also supporting 7 parameters | Martin Kiewitz | |
svn-id: r45027 | |||
2009-10-13 | SCI/newgui: SciGuiAnimate class created | Martin Kiewitz | |
svn-id: r45019 | |||
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling ↵ | Martin Kiewitz | |
(functionality not yet implemented) svn-id: r44976 | |||
2009-10-12 | SCI/newgui: implemented kPicNotValid | Martin Kiewitz | |
svn-id: r44968 | |||
2009-10-12 | SCI/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-11 | Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes ↵ | Filippos Karapetis | |
loading with the new GUI svn-id: r44934 | |||
2009-10-11 | SCI/newgui: list control implemented | Martin Kiewitz | |
svn-id: r44929 | |||
2009-10-11 | SCI: kDrawControl for list and textedit controls also using gui class | Martin Kiewitz | |
svn-id: r44925 | |||
2009-10-11 | Fixed compilation with the current GUI | Filippos Karapetis | |
svn-id: r44914 | |||
2009-10-11 | SCI: made kEditControl use SciGui class, not currently implemented in newgui | Martin Kiewitz | |
svn-id: r44913 | |||
2009-10-11 | SCI/newgui: kShakeScreen partially implemented | Martin Kiewitz | |
svn-id: r44897 | |||
2009-10-11 | SCI/newgui: Implemented kCanBeHere list processing | Martin Kiewitz | |
svn-id: r44893 | |||
2009-10-09 | SCI/newgui: adding inactivate code for debug purposes to forward single ↵ | Martin Kiewitz | |
methods to SciGui32 (testing only) svn-id: r44842 | |||
2009-10-09 | SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented ↵ | Martin Kiewitz | |
in newgui, but so wont get affected by oldgui switching to visualScreen anymore (e.g. qfg2) svn-id: r44837 | |||
2009-10-09 | SCI/newgui: kCanBeHere partially implemented, little corrections | Martin Kiewitz | |
svn-id: r44832 | |||
2009-10-09 | SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, ↵ | Martin Kiewitz | |
priority band picture support also added svn-id: r44825 | |||
2009-10-08 | Restore the engine state stored within SciGui during loading once more, ↵ | Filippos Karapetis | |
since it gets replaced during loading. Fixes loading (a regression from #44730) svn-id: r44771 | |||
2009-10-07 | SCI: Change more stuff to be CFG compliant | Max Horn | |
svn-id: r44768 | |||
2009-10-07 | SCI: debug command undither implemented | Martin Kiewitz | |
svn-id: r44761 |