aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_picture.h
AgeCommit message (Expand)Author
2009-12-26SCI: Added #ifdefs for sci32 picture format codeMartin Kiewitz
2009-12-26SCI: support for sci32 picture resource dataMartin Kiewitz
2009-12-07Stop using variables named "byte", as byte is a variable type in ScummVM, and...Filippos Karapetis
2009-10-19SCI/newgui: SciGuiPicture - fix drawing of mirrored embedded cel-data in vect...Martin Kiewitz
2009-10-11Stop passing all of the engine state to SciGuiPictureFilippos Karapetis
2009-10-11SCI/newgui: SciGuiPicture now also supports mirroring of cel-dataMartin Kiewitz
2009-10-09SCI/newgui: pattern #defines moved into SciGuiPictureMartin Kiewitz
2009-10-09SCI/newgui: pattern and floodfill moved into SciGuiPictureMartin Kiewitz
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...Martin Kiewitz
2009-10-06SCI: clean up oldx/y vs x/yWillem Jan Palenstijn
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
2009-10-06Removed duplicate private variablesFilippos Karapetis
2009-10-06SCI/newgui: support for amiga palette, amiga picture support, cleanupMartin Kiewitz
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: 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-04Removed unused references to OSystemFilippos Karapetis
2009-10-03SCI/newgui: Removed SciGUIpicture::drawPalette11Martin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn