index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
gui
/
gui.h
Age
Commit message (
Expand
)
Author
2009-10-08
Restore the engine state stored within SciGui during loading once more, since...
Filippos Karapetis
2009-10-07
SCI: Change more stuff to be CFG compliant
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
SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette
Martin Kiewitz
2009-10-06
- Unified the screen buffers that are used by the current and the new GUI
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/newgui: invokeselector implemented into kAnimate
Martin Kiewitz
2009-10-04
SCI/gui: more renaming...
Martin Kiewitz
2009-10-04
SCI/newgui: more descriptive names.
Willem Jan Palenstijn
2009-10-04
SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp...
Martin Kiewitz
2009-10-04
SCI/newgui: onControl implemented
Martin Kiewitz
2009-10-03
SCI: Add hack to gui to fix loading
Willem Jan Palenstijn
2009-10-03
SCI/newgui: virtual warnings fixed
Martin Kiewitz
2009-10-03
SCI: Merge new GUI code written by m_kiewitz.
Willem Jan Palenstijn