Age | Commit message (Expand) | Author |
2009-12-26 | SCI: Added #ifdefs for sci32 picture format code | Martin Kiewitz |
2009-12-26 | SCI: added TODO priority map of sci32 pictures | Martin Kiewitz |
2009-12-26 | SCI: support for "no compression" pictures in sci32 | Martin Kiewitz |
2009-12-26 | SCI: support for sci32 picture resource data | Martin Kiewitz |
2009-12-07 | Stop using variables named "byte", as byte is a variable type in ScummVM, and... | Filippos Karapetis |
2009-10-29 | SCI/newgui: SciGuiPicture now acts like sierra sci when drawing cels, so we d... | Martin Kiewitz |
2009-10-29 | SCI/newgui: Defining color white and others in SciGuiScreen and using that. A... | Martin Kiewitz |
2009-10-28 | SCI/newgui: fill screen with white instead of black before picture drawing, f... | Martin Kiewitz |
2009-10-28 | SCI/newgui: another floodfill change, fixes sq3 this time (this is madness) | Martin Kiewitz |
2009-10-28 | SCI/newgui: floodfill fixed (hopefully), fixes kq5 priority issues | Martin Kiewitz |
2009-10-25 | SCI/newgui: circle bitmap table fixed, fixes qfg1 character selection graphic | Martin Kiewitz |
2009-10-23 | SCI/newgui: fixed EGA palette code in SciGuiPicture so that palettes 1+ get a... | Martin Kiewitz |
2009-10-19 | SCI/newgui: SciGuiPicture - fix drawing of mirrored embedded cel-data in vect... | Martin Kiewitz |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-16 | SCI/newgui: changed comment | Martin Kiewitz |
2009-10-16 | SCI/newgui: addToPic priority issue fixed (lsl5 dream sequences) | Martin Kiewitz |
2009-10-15 | SCI/newgui: SciGuiPicture now supports embedded ega cel data | Martin Kiewitz |
2009-10-14 | SCI/newgui: another change to floodfill, fixes jones/vga | Martin Kiewitz |
2009-10-14 | SCI/newgui: coordinates fixup for embeeded cels | Martin Kiewitz |
2009-10-14 | SCI/newgui: support for embedded cel data < 320 pixels width. fixes jones/vga | Martin Kiewitz |
2009-10-13 | SCI/newgui: floodfill / remove screenMasks that are already filled with the r... | Martin Kiewitz |
2009-10-13 | SCI/newgui: finally changed floodfill to behave the same way as sierra sci. F... | Martin Kiewitz |
2009-10-13 | SCI/newgui: fix floodfill for qfg1ega pictures | Martin Kiewitz |
2009-10-12 | SCI/newgui: typo fixed in SciGuiPicture | Martin Kiewitz |
2009-10-12 | Move the line drawing code to SciGuiScreen() | Filippos Karapetis |
2009-10-11 | Stop passing all of the engine state to SciGuiPicture | Filippos Karapetis |
2009-10-11 | fix new[]/delete mismatch | Joost Peters |
2009-10-11 | Removed unused variable. | Torbjörn Andersson |
2009-10-11 | SCI/newgui: SciGuiPicture now also supports mirroring of cel-data | Martin Kiewitz |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-09 | SCI: Fix some weird casting in the vectorPatternCircle and vectorPatternTextu... | Max Horn |
2009-10-09 | SCI/newgui: changing SciGuiScreen::dither() for cel-undithering logic | Martin Kiewitz |
2009-10-09 | SCI/newgui: moved priority band initialization to init() call of SciGui to av... | Martin Kiewitz |
2009-10-09 | SCI/newgui: pattern and floodfill moved into SciGuiPicture | Martin Kiewitz |
2009-10-09 | SCI/newgui: kCanBeHere partially implemented, little corrections | Martin Kiewitz |
2009-10-09 | SCI/newgui: priority bands support for ega pictures | Martin Kiewitz |
2009-10-09 | SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio... | Martin Kiewitz |
2009-10-08 | SCI/newgui: floodfill cleanup, pattern drawing: helper went private, clipping... | Martin Kiewitz |
2009-10-07 | SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme) | Martin Kiewitz |
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |
2009-10-07 | SCI/newgui: hopefully the final fix for drawpicture - set priority and contro... | Martin Kiewitz |
2009-10-07 | SCI/newgui: fix that caused floodfill to fail | Martin Kiewitz |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-06 | Reverted #44697 (line drawing in the new GUI), with some function renaming. A... | Filippos Karapetis |
2009-10-06 | SCI: clean up oldx/y vs x/y | Willem Jan Palenstijn |
2009-10-06 | SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette | Martin Kiewitz |
2009-10-06 | - Removed the SciGuiGfx parameter from SciGuiView | Filippos Karapetis |
2009-10-06 | Removed duplicate private variables | Filippos Karapetis |
2009-10-06 | SCI/newgui: removed warnings from vector drawing | Martin Kiewitz |
2009-10-06 | SCI/newgui: support for amiga palette, amiga picture support, cleanup | Martin Kiewitz |