aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_screen.cpp
AgeCommit message (Expand)Author
2009-12-09SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (...Martin Kiewitz
2009-10-31Slight optimization to the 2x scalerFilippos Karapetis
2009-10-31Upscale the mouse cursor when the screen is upscaled. Also, reapplied some co...Filippos Karapetis
2009-10-31SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate...Martin Kiewitz
2009-10-31SCI/newgui: UpscaledHires implemented including undithering support, cleanupMartin Kiewitz
2009-10-31Properly fixed putPixel() for scaled screensFilippos Karapetis
2009-10-31Some more work on KQ6 hi res version - screen scaling should be done now, but...Filippos Karapetis
2009-10-29SCI/newgui: SciGuiPicture now acts like sierra sci when drawing cels, so we d...Martin Kiewitz
2009-10-29SCI/newgui: Defining color white and others in SciGuiScreen and using that. A...Martin Kiewitz
2009-10-28SCI/newgui: update whole screen when show_map console-command is usedMartin Kiewitz
2009-10-17SCI/newgui: kDisplay restoreUnder completedMartin Kiewitz
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-15SCI/newgui: undithering now enabled by defaultMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions now also supports scrolling up (lsl6 intro)Martin Kiewitz
2009-10-13SCI/newgui: SciGuiScreen putPixel etc. needs to use _width and _height instea...Martin Kiewitz
2009-10-12SCI: Fix warnings, cleanupMax Horn
2009-10-12Got rid of _baseTable and _baseDisplayTableFilippos Karapetis
2009-10-12Move the line drawing code to SciGuiScreen()Filippos Karapetis
2009-10-11Fill box routines do not translate the fill box coordinatesFilippos Karapetis
2009-10-11Optimized some screen updates in the new GUI to only update the changed recta...Filippos Karapetis
2009-10-11SCI/newgui: kShakeScreen partially implementedMartin Kiewitz
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