aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_picture.cpp
AgeCommit message (Collapse)Author
2009-10-07SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme)Martin Kiewitz
svn-id: r44758
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not ↵Martin Kiewitz
working needs fixing svn-id: r44756
2009-10-07SCI/newgui: hopefully the final fix for drawpicture - set priority and ↵Martin Kiewitz
control to "not draw" state, also added remark for fillroutine svn-id: r44745
2009-10-07SCI/newgui: fix that caused floodfill to failMartin Kiewitz
svn-id: r44736
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz
svn-id: r44730
2009-10-06Reverted #44697 (line drawing in the new GUI), with some function renaming. ↵Filippos Karapetis
Apparently, Sierra's implementation of the Bresenham line drawing algorithm was a bit different than ours, which resulted in problems with flood fill svn-id: r44720
2009-10-06SCI: clean up oldx/y vs x/yWillem Jan Palenstijn
svn-id: r44707
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
svn-id: r44698
2009-10-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
- Moved _sysPalette inside SciGuiScreen - Made CreatePaletteFromData() a static helper function svn-id: r44696
2009-10-06Removed duplicate private variablesFilippos Karapetis
svn-id: r44695
2009-10-06SCI/newgui: removed warnings from vector drawingMartin Kiewitz
svn-id: r44694
2009-10-06SCI/newgui: support for amiga palette, amiga picture support, cleanupMartin Kiewitz
svn-id: r44685
2009-10-05SCI/newgui: Implemented trick to get dithering going after drawing picture ↵Martin Kiewitz
w/o destroying statusbar svn-id: r44681
2009-10-05SCI: Fix error messageWillem Jan Palenstijn
svn-id: r44680
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ↵Martin Kiewitz
change for kDrawStatus svn-id: r44679
2009-10-05SCI/newgui: SciGuiPicture - enum rename from SCI0/SCI1 to EGA/VGAMartin Kiewitz
svn-id: r44677
2009-10-05SCI/newgui: switch to SCI1 commands when being IsVGA(), fixes qfg2Martin Kiewitz
svn-id: r44676
2009-10-05SCI/newgui: EGA picture drawing is now using EGA paletteMartin Kiewitz
svn-id: r44675
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