aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_screen.cpp
AgeCommit message (Collapse)Author
2009-10-05Minimize unnecessary calls to updateScreen() in the new GUI. This improves ↵Filippos Karapetis
drawing speed dramatically svn-id: r44659
2009-10-05Removed the unused _bytesPerDisplayPixel parameter. All SCI games use 8bpp ↵Filippos Karapetis
color (apart from the videos in Phantasmagoria 2, which are not part of the engine itself) svn-id: r44653
2009-10-05More method renamingFilippos Karapetis
svn-id: r44651
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ↵Filippos Karapetis
SciGuiWindowMgr) - Renamed "cell" -> "cel" svn-id: r44649
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-10-04SCI/newgui: cleanupMartin Kiewitz
svn-id: r44584
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