aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_view.h
AgeCommit message (Expand)Author
2009-10-31- Added some TODOsFilippos Karapetis
2009-10-25SCI/newgui: SciGuiView is now able to detect "straight" EGA mappings and will...Martin Kiewitz
2009-10-24SCI/newgui: support for EGA mapping in SCI1 games, fixes qfg2 character selec...Martin Kiewitz
2009-10-10SCI/newgui: intelligent cel undithering implementedMartin Kiewitz
2009-10-09SCI/newgui: SciGuiView now also locks resourceMartin Kiewitz
2009-10-08SCI/newgui: kAnimate SciGuiGfx::AnimateFill implementedMartin Kiewitz
2009-10-08SCI/newgui: removed EGAmappingMartin Kiewitz
2009-10-07Replaced the view loading code with the new view loading functions. EGA view ...Filippos Karapetis
2009-10-07More work on the view code wrapper. Now all SCI0-SCI11 views should be displa...Filippos Karapetis
2009-10-06More work on the view wrapper codeFilippos Karapetis
2009-10-06WIP code for replacing the FreeSCI view decoding code with the new one (no ch...Filippos Karapetis
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
2009-10-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
2009-10-06SciGuiView is only using the ResourceManager, so there's no need to pass the ...Filippos Karapetis
2009-10-06Removed unused reference to OSystemFilippos Karapetis
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...Filippos Karapetis
2009-10-04SCI: Fix cast, constnessWillem Jan Palenstijn
2009-10-04SCI/newgui: EGA view loading / mapping tableMartin Kiewitz
2009-10-04SCI/newgui: ega view loading implemented, unpacking still missingMartin Kiewitz
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...Max Horn
2009-10-04SCI/gui: final rename commitMartin Kiewitz
2009-10-04SCI/newgui: getCellRect() getLoopInfo() implemented, cleanupMartin Kiewitz
2009-10-03SCI/newgui: cellCount changed to uint16Martin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn