aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_view.h
AgeCommit message (Collapse)Author
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ↵Filippos Karapetis
SciGuiWindowMgr) - Renamed "cell" -> "cel" svn-id: r44649
2009-10-04SCI: Fix cast, constnessWillem Jan Palenstijn
svn-id: r44640
2009-10-04SCI/newgui: EGA view loading / mapping tableMartin Kiewitz
svn-id: r44639
2009-10-04SCI/newgui: ega view loading implemented, unpacking still missingMartin Kiewitz
svn-id: r44637
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-10-04SCI: Add include guards for gui headers; don't include gui/gui.h from ↵Max Horn
engine/state.h svn-id: r44632
2009-10-04SCI/gui: final rename commitMartin Kiewitz
svn-id: r44621
2009-10-04SCI/newgui: getCellRect() getLoopInfo() implemented, cleanupMartin Kiewitz
svn-id: r44611
2009-10-03SCI/newgui: cellCount changed to uint16Martin Kiewitz
svn-id: r44569
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
This is a major rewrite of the graphics code. A slightly adapted version of the old code is still available and currently the default. The new code is selectable in sci.cpp, but is not yet finished. svn-id: r44565