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_view.h
Age
Commit message (
Expand
)
Author
2009-10-10
SCI/newgui: intelligent cel undithering implemented
Martin Kiewitz
2009-10-09
SCI/newgui: SciGuiView now also locks resource
Martin Kiewitz
2009-10-08
SCI/newgui: kAnimate SciGuiGfx::AnimateFill implemented
Martin Kiewitz
2009-10-08
SCI/newgui: removed EGAmapping
Martin Kiewitz
2009-10-07
Replaced the view loading code with the new view loading functions. EGA view ...
Filippos Karapetis
2009-10-07
More work on the view code wrapper. Now all SCI0-SCI11 views should be displa...
Filippos Karapetis
2009-10-06
More work on the view wrapper code
Filippos Karapetis
2009-10-06
WIP code for replacing the FreeSCI view decoding code with the new one (no ch...
Filippos Karapetis
2009-10-06
SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette
Martin Kiewitz
2009-10-06
- Removed the SciGuiGfx parameter from SciGuiView
Filippos Karapetis
2009-10-06
SciGuiView is only using the ResourceManager, so there's no need to pass the ...
Filippos Karapetis
2009-10-06
Removed unused reference to OSystem
Filippos Karapetis
2009-10-05
- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...
Filippos Karapetis
2009-10-04
SCI: Fix cast, constness
Willem Jan Palenstijn
2009-10-04
SCI/newgui: EGA view loading / mapping table
Martin Kiewitz
2009-10-04
SCI/newgui: ega view loading implemented, unpacking still missing
Martin Kiewitz
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-10-04
SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...
Max Horn
2009-10-04
SCI/gui: final rename commit
Martin Kiewitz
2009-10-04
SCI/newgui: getCellRect() getLoopInfo() implemented, cleanup
Martin Kiewitz
2009-10-03
SCI/newgui: cellCount changed to uint16
Martin Kiewitz
2009-10-03
SCI: Merge new GUI code written by m_kiewitz.
Willem Jan Palenstijn