Age | Commit message (Expand) | Author |
2009-10-12 | SCI: kCelHigh / kCelWide got broken with last revision, now fixed | Martin Kiewitz |
2009-10-12 | SCI: now allowing calling celWide and celHigh with only 2 parameters (done by... | Martin Kiewitz |
2009-10-12 | SCI: kGraph cleanup | Martin Kiewitz |
2009-10-12 | SCI: kGraph now fixes up coordinates before constructing a rect (invalid rect... | 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 | Added kSetPort case with 4 parameters (used in the ending of LSL6) | Filippos Karapetis |
2009-10-11 | SCI/newgui: list control implemented | Martin Kiewitz |
2009-10-11 | SCI: Implement CoordPri() with two args. | Walter van Niftrik |
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-10 | Merged _k_base_setter() inside kBaseSetter() | Filippos Karapetis |
2009-10-09 | SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe... | Martin Kiewitz |
2009-10-09 | SCI: kgraphics.cpp cleanup (no code changes) | 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 |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI: kDrawPic / had an error in previous revision | Martin Kiewitz |
2009-10-07 | SCI: changed kDrawPic to use oldGfxFuncs() | Martin Kiewitz |
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |
2009-10-07 | SCI: set default EGA palette to 0, if no parameter is actually given us. Fixe... | Martin Kiewitz |
2009-10-07 | SCI/newgui: kSetCursor (show, hide, pos, shape) implemented | Martin Kiewitz |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-07 | SCI: removed r44595, sierra sci really does behave like Common::Rect, no need... | Martin Kiewitz |
2009-10-06 | SCI/newgui: kHiLite support | Martin Kiewitz |
2009-10-05 | Moved the cursor movement code in the GUI | Filippos Karapetis |
2009-10-05 | Lines are no longer treated as fake rectangles and are shown correctly again | Filippos Karapetis |
2009-10-05 | SCI/newgui: kDrawControl on icon implemented | Martin Kiewitz |
2009-10-05 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ... | Filippos Karapetis |
2009-10-04 | SCI: Really remove sci/gui/gui.h include from engine/state.h | Max Horn |
2009-10-04 | SCI/newgui: implemented kPalette / set intensity | Martin Kiewitz |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-04 | SCI/gui: renaming... | Martin Kiewitz |
2009-10-04 | SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp... | Martin Kiewitz |
2009-10-04 | SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity'; | Max Horn |
2009-10-04 | SCI: removing unused variables from onControl | Martin Kiewitz |
2009-10-04 | SCI: onControl now uses gui classes | Martin Kiewitz |
2009-10-03 | SCI: Redraw edit controls when they change. | Willem Jan Palenstijn |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-09-30 | Removed an old (and now obsolete) workaround for KQ5 | Filippos Karapetis |
2009-09-30 | Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us... | Filippos Karapetis |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-27 | SCI: Fix scrolling in SCI1 list controls. | Walter van Niftrik |
2009-09-27 | SCI: turn assert into warning, as it used in QfG2 char import | Willem Jan Palenstijn |
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn |