Age | Commit message (Expand) | Author |
2009-11-11 | SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2 | Martin Kiewitz |
2009-11-04 | SCI/newgui: SciGuiMenu - set()/get() implemented | Martin Kiewitz |
2009-11-04 | SCI/newgui: kGraph / InitPriority changed to reflect sci0 implementation, als... | Martin Kiewitz |
2009-11-04 | Removed the reference to SciGuiCursor from EngineState | Filippos Karapetis |
2009-11-04 | priority_first and priority_last are not used by the new drawing code, thus t... | Filippos Karapetis |
2009-11-03 | SCI/newgui: SciGuiMenu partially implemented | Martin Kiewitz |
2009-11-02 | SCI: SciGuiMenu created, kMenu-related stuff now using SciGui | Martin Kiewitz |
2009-10-31 | SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe... | Martin Kiewitz |
2009-10-31 | SCI/newgui: SciGuiPortrait created | Martin Kiewitz |
2009-10-31 | - Added some TODOs | Filippos Karapetis |
2009-10-31 | SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate... | Martin Kiewitz |
2009-10-30 | Fixed a crash in the old graphics code from commit #45542 | Filippos Karapetis |
2009-10-30 | Rewrote the avoidpath debug code to use new graphics functions | Filippos Karapetis |
2009-10-28 | SCI/newgui: BaseSetter moved to SciGui | Martin Kiewitz |
2009-10-28 | SCI/newgui: IsItSkip moved into SciGui | Martin Kiewitz |
2009-10-28 | SCI/newgui: Cleanup | Martin Kiewitz |
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz |
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis |
2009-10-25 | SCI/newgui: kAddToPic - behaviour is different between SCI1EARLY and SCI1MIDD... | Martin Kiewitz |
2009-10-22 | Moved the view loop counting code in the new GUI | Filippos Karapetis |
2009-10-20 | SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlags | Martin Kiewitz |
2009-10-20 | SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ... | Martin Kiewitz |
2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz |
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz |
2009-10-14 | SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional param... | Martin Kiewitz |
2009-10-14 | SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we h... | Martin Kiewitz |
2009-10-14 | SCI: kDrawPic now reads out blackout flag for transitions | Martin Kiewitz |
2009-10-14 | SCI/newgui: SciGuiTransitions now gets picRect | Martin Kiewitz |
2009-10-14 | - Moved cel width and height calculation in the GUI | Filippos Karapetis |
2009-10-13 | SCI/newgui: class SciGuiTransitions created | Martin Kiewitz |
2009-10-13 | SCI/newgui: DrawControl type 10 is actually just a dummy in qfg1ega, we dont ... | Martin Kiewitz |
2009-10-13 | SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_* | Martin Kiewitz |
2009-10-13 | Merged the rest of the cursor code | Filippos Karapetis |
2009-10-13 | Merged the cursor manipulation code - cursor views are still not done | Filippos Karapetis |
2009-10-13 | SCI/newgui: kSetPort() now also supporting 7 parameters | Martin Kiewitz |
2009-10-13 | SCI/newgui: SciGuiAnimate class created | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function... | Martin Kiewitz |
2009-10-12 | SCI/newgui: implemented kPicNotValid | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil... | Martin Kiewitz |
2009-10-11 | Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes load... | Filippos Karapetis |
2009-10-11 | SCI/newgui: list control implemented | Martin Kiewitz |
2009-10-11 | SCI: kDrawControl for list and textedit controls also using gui class | Martin Kiewitz |
2009-10-11 | Fixed compilation with the current GUI | Filippos Karapetis |
2009-10-11 | SCI: made kEditControl use SciGui class, not currently implemented in newgui | Martin Kiewitz |
2009-10-11 | SCI/newgui: kShakeScreen partially implemented | Martin Kiewitz |
2009-10-11 | SCI/newgui: Implemented kCanBeHere list processing | Martin Kiewitz |
2009-10-09 | SCI/newgui: adding inactivate code for debug purposes to forward single metho... | Martin Kiewitz |
2009-10-09 | SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in... | Martin Kiewitz |
2009-10-09 | SCI/newgui: kCanBeHere partially implemented, little corrections | Martin Kiewitz |
2009-10-09 | SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio... | Martin Kiewitz |