aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_screen.cpp
AgeCommit message (Expand)Author
2009-10-09SCI/newgui: changing SciGuiScreen::dither() for cel-undithering logicMartin Kiewitz
2009-10-09SCI/newgui: changing undithering logic again, palette now uses decoded color-...Martin Kiewitz
2009-10-07SCI: Get rid of SciGuiScreen::initScreen, also known as 'calloc' elsewhere ;)Max Horn
2009-10-07SCI/newgui: changed dithering logic, otherwise colors combined with black wou...Martin Kiewitz
2009-10-07SCI: debug command undither implementedMartin Kiewitz
2009-10-07SCI/newgui: undithering of picture now possible (just follow instructions in ...Martin Kiewitz
2009-10-07SCI/newgui: implemented debug command show_mapMartin Kiewitz
2009-10-07SCI: removed OSystem from SciGuiScreenMartin Kiewitz
2009-10-06WIP code for replacing the FreeSCI view decoding code with the new one (no ch...Filippos Karapetis
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
2009-10-05SCI: Make getBitsDataSize use the same logic as saveBitsWillem Jan Palenstijn
2009-10-05SCI/newgui: Implemented trick to get dithering going after drawing picture w/...Martin Kiewitz
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ...Martin Kiewitz
2009-10-05Minimize unnecessary calls to updateScreen() in the new GUI. This improves dr...Filippos Karapetis
2009-10-05Removed the unused _bytesPerDisplayPixel parameter. All SCI games use 8bpp co...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-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04SCI/newgui: cleanupMartin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn