aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_picture.cpp
AgeCommit message (Collapse)Author
2009-10-05Silenced some warnings in drawVectorData()Filippos Karapetis
svn-id: r44652
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/gui: final rename commitMartin Kiewitz
svn-id: r44621
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
properly init a sciPalette via memset svn-id: r44604
2009-10-04Removed unused references to OSystemFilippos Karapetis
svn-id: r44598
2009-10-03SCI/newgui: Removed SciGUIpicture::drawPalette11Martin Kiewitz
svn-id: r44571
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