aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_picture.cpp
AgeCommit message (Expand)Author
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-16SCI/newgui: changed commentMartin Kiewitz
2009-10-16SCI/newgui: addToPic priority issue fixed (lsl5 dream sequences)Martin Kiewitz
2009-10-15SCI/newgui: SciGuiPicture now supports embedded ega cel dataMartin Kiewitz
2009-10-14SCI/newgui: another change to floodfill, fixes jones/vgaMartin Kiewitz
2009-10-14SCI/newgui: coordinates fixup for embeeded celsMartin Kiewitz
2009-10-14SCI/newgui: support for embedded cel data < 320 pixels width. fixes jones/vgaMartin Kiewitz
2009-10-13SCI/newgui: floodfill / remove screenMasks that are already filled with the r...Martin Kiewitz
2009-10-13SCI/newgui: finally changed floodfill to behave the same way as sierra sci. F...Martin Kiewitz
2009-10-13SCI/newgui: fix floodfill for qfg1ega picturesMartin Kiewitz
2009-10-12SCI/newgui: typo fixed in SciGuiPictureMartin Kiewitz
2009-10-12Move the line drawing code to SciGuiScreen()Filippos Karapetis
2009-10-11Stop passing all of the engine state to SciGuiPictureFilippos Karapetis
2009-10-11fix new[]/delete mismatchJoost Peters
2009-10-11Removed unused variable.Torbjörn Andersson
2009-10-11SCI/newgui: SciGuiPicture now also supports mirroring of cel-dataMartin Kiewitz
2009-10-10SCI: kMessage() rewriteWalter van Niftrik
2009-10-09SCI: Fix some weird casting in the vectorPatternCircle and vectorPatternTextu...Max Horn
2009-10-09SCI/newgui: changing SciGuiScreen::dither() for cel-undithering logicMartin Kiewitz
2009-10-09SCI/newgui: moved priority band initialization to init() call of SciGui to av...Martin Kiewitz
2009-10-09SCI/newgui: pattern and floodfill moved into SciGuiPictureMartin Kiewitz
2009-10-09SCI/newgui: kCanBeHere partially implemented, little correctionsMartin Kiewitz
2009-10-09SCI/newgui: priority bands support for ega picturesMartin Kiewitz
2009-10-09SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio...Martin Kiewitz
2009-10-08SCI/newgui: floodfill cleanup, pattern drawing: helper went private, clipping...Martin Kiewitz
2009-10-07SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme)Martin Kiewitz
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...Martin Kiewitz
2009-10-07SCI/newgui: hopefully the final fix for drawpicture - set priority and contro...Martin Kiewitz
2009-10-07SCI/newgui: fix that caused floodfill to failMartin Kiewitz
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz
2009-10-06Reverted #44697 (line drawing in the new GUI), with some function renaming. A...Filippos Karapetis
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-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
2009-10-06Removed duplicate private variablesFilippos Karapetis
2009-10-06SCI/newgui: removed warnings from vector drawingMartin Kiewitz
2009-10-06SCI/newgui: support for amiga palette, amiga picture support, cleanupMartin Kiewitz
2009-10-05SCI/newgui: Implemented trick to get dithering going after drawing picture w/...Martin Kiewitz
2009-10-05SCI: Fix error messageWillem Jan Palenstijn
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ...Martin Kiewitz
2009-10-05SCI/newgui: SciGuiPicture - enum rename from SCI0/SCI1 to EGA/VGAMartin Kiewitz
2009-10-05SCI/newgui: switch to SCI1 commands when being IsVGA(), fixes qfg2Martin Kiewitz
2009-10-05SCI/newgui: EGA picture drawing is now using EGA paletteMartin Kiewitz
2009-10-05Silenced some warnings in drawVectorData()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/gui: final rename commitMartin Kiewitz
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
2009-10-04Removed unused references to OSystemFilippos Karapetis