aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_gfx.cpp
AgeCommit message (Expand)Author
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ...Martin Kiewitz
2009-10-05SCI/newgui: color duplicated to upper 4 bits on EGA to remove dithering with ...Martin Kiewitz
2009-10-05SVN/newgui: kDrawStatus implementedMartin Kiewitz
2009-10-05SVN/newgui: renamed getScreenPalette to getSysPalette (code doesnt get the sc...Martin Kiewitz
2009-10-05Better naming for the palette setting functions, to disambiguate them from th...Filippos Karapetis
2009-10-05RenamedFilippos Karapetis
2009-10-05Minimize unnecessary calls to updateScreen() in the new GUI. This improves dr...Filippos Karapetis
2009-10-05More method renamingFilippos Karapetis
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...Filippos Karapetis
2009-10-04- Minimize the parameters passed to SciGUIfont()Filippos Karapetis
2009-10-04SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ...Max Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04SCI/newgui: implemented kPalette / set intensityMartin Kiewitz
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-04SCI/newgui: invokeselector implemented into kAnimateMartin Kiewitz
2009-10-04SCI/gui: more renaming...Martin Kiewitz
2009-10-04SCI/newgui: accidentally changed Draw_Horiz and Draw_Vert, revertedMartin Kiewitz
2009-10-04SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp...Martin Kiewitz
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
2009-10-04Removed unused references to OSystemFilippos Karapetis
2009-10-04SCI/newgui: onControl implementedMartin Kiewitz
2009-10-04SCI/newgui: TextColors and TextFonts implemented (for sq5)Martin Kiewitz
2009-10-04SCI/newgui: unfinished TextColors/TextFonts support/setting default palette m...Martin Kiewitz
2009-10-03SCI/newgui: removed duplicate unused codeMartin Kiewitz
2009-10-03SCI/newgui: initializer fixupMartin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn