aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_screen.h
AgeCommit message (Expand)Author
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2009-12-09SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (...Martin Kiewitz
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-17SCI/newgui: kDisplay restoreUnder completedMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions now also supports scrolling up (lsl6 intro)Martin Kiewitz
2009-10-12Got rid of _baseTable and _baseDisplayTableFilippos Karapetis
2009-10-12Move the line drawing code to SciGuiScreen()Filippos 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-10SCI/newgui: removed SCI_SCREEN_MASK_DITHEREDMartin Kiewitz
2009-10-09SCI/newgui: changing SciGuiScreen::dither() for cel-undithering logicMartin Kiewitz
2009-10-07SCI: Get rid of SciGuiScreen::initScreen, also known as 'calloc' elsewhere ;)Max Horn
2009-10-07SCI: debug command undither implementedMartin 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- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
2009-10-06Removed duplicate private variablesFilippos Karapetis
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
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-04SCI: Really remove sci/gui/gui.h include from engine/state.hMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...Max Horn
2009-10-04SCI/gui: final rename commitMartin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn