Age | Commit message (Expand) | Author |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz |
2009-10-17 | Started moving some of the old GUI code inside /gui32 | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-14 | SCI: removed speed throttler (cause of kAnimate change) | 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 | - Moved cel width and height calculation in the GUI | Filippos Karapetis |
2009-10-13 | Moved some old GUI specific code from kgraphics.cpp into gui32.cpp | Filippos Karapetis |
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-12 | Cleanup | Filippos Karapetis |
2009-10-12 | SCI: re-enable accidentally commented update call | Willem Jan Palenstijn |
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 | SCI/newgui: list control implemented | Martin Kiewitz |
2009-10-11 | rename shadow var | Joost Peters |
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-09 | SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe... | 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 |
2009-10-08 | Restore the engine state stored within SciGui during loading once more, since... | Filippos Karapetis |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | SCI: debug command undither implemented | Martin Kiewitz |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |
2009-10-07 | SCI/newgui: implemented debug command show_map | 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-06 | WIP code for replacing the FreeSCI view decoding code with the new one (no ch... | Filippos Karapetis |
2009-10-06 | - Fixed kGetTime() again | Filippos Karapetis |
2009-10-06 | SCI/newgui: kHiLite support | Martin Kiewitz |
2009-10-06 | - Unified the screen buffers that are used by the current and the new GUI | Filippos Karapetis |
2009-10-05 | Stop spamming of the console | Filippos Karapetis |
2009-10-05 | SVN/newgui: kDrawStatus implemented | 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: Add include guards for gui headers; don't include gui/gui.h from engine/... | 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/newgui: more descriptive names. | Willem Jan Palenstijn |