aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_gfx.cpp
AgeCommit message (Collapse)Author
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
svn-id: r44698
2009-10-06Removed the Bresenham line drawing code in the SCI new GUI, and replaced it ↵Filippos Karapetis
with Graphics::drawLine() svn-id: r44697
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-06SciGuiView is only using the ResourceManager, so there's no need to pass the ↵Filippos Karapetis
whole EngineState to it svn-id: r44693
2009-10-06Removed unused reference to OSystemFilippos Karapetis
svn-id: r44691
2009-10-06SCI/newgui: support for amiga palette, amiga picture support, cleanupMartin Kiewitz
svn-id: r44685
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: color duplicated to upper 4 bits on EGA to remove dithering with ↵Martin Kiewitz
black svn-id: r44678
2009-10-05SVN/newgui: kDrawStatus implementedMartin Kiewitz
svn-id: r44670
2009-10-05SVN/newgui: renamed getScreenPalette to getSysPalette (code doesnt get the ↵Martin Kiewitz
screen palette at all, but actually the current sysPalette which does not need to be active at all times svn-id: r44669
2009-10-05Better naming for the palette setting functions, to disambiguate them from ↵Filippos Karapetis
the existing ones svn-id: r44662
2009-10-05RenamedFilippos Karapetis
setCLUT() -> setPalette() getCLUT() -> getPalette() svn-id: r44661
2009-10-05Minimize unnecessary calls to updateScreen() in the new GUI. This improves ↵Filippos Karapetis
drawing speed dramatically svn-id: r44659
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-04- Minimize the parameters passed to SciGUIfont()Filippos Karapetis
- Some WIP on the pattern_Textures array svn-id: r44641
2009-10-04SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ↵Max Horn
GUI heapmanager svn-id: r44635
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: implemented kPalette / set intensityMartin Kiewitz
svn-id: r44631
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
svn-id: r44629
2009-10-04SCI/newgui: invokeselector implemented into kAnimateMartin Kiewitz
svn-id: r44627
2009-10-04SCI/gui: more renaming...Martin Kiewitz
svn-id: r44620
2009-10-04SCI/newgui: accidentally changed Draw_Horiz and Draw_Vert, revertedMartin Kiewitz
svn-id: r44607
2009-10-04SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet ↵Martin Kiewitz
implemented in newgui svn-id: r44606
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-04SCI/newgui: onControl implementedMartin Kiewitz
svn-id: r44594
2009-10-04SCI/newgui: TextColors and TextFonts implemented (for sq5)Martin Kiewitz
svn-id: r44592
2009-10-04SCI/newgui: unfinished TextColors/TextFonts support/setting default palette ↵Martin Kiewitz
mapping for kq5 svn-id: r44585
2009-10-03SCI/newgui: removed duplicate unused codeMartin Kiewitz
svn-id: r44574
2009-10-03SCI/newgui: initializer fixupMartin Kiewitz
svn-id: r44570
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