Age | Commit message (Expand) | Author |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ... | Martin Kiewitz |
2010-02-05 | SCI: renamed SciGuiPicture to GfxPicture | Martin Kiewitz |
2010-02-03 | SCI: fixing picture corruption in sci32 (e.g. sq6 picture 430, kq7 after intro) | Martin Kiewitz |
2010-02-02 | SCI: some sort of priority support for sci32 (not working right, but at least... | Martin Kiewitz |
2010-02-01 | Skip extra pixels at the end of each row in the cel so that they don't carry ... | Matthew Hoops |
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now... | Martin Kiewitz |
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc... | Martin Kiewitz |
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and hopefully... | Martin Kiewitz |
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz |
2010-01-25 | SCI: fixing skipping over dummy VGA palettes in amiga games | Martin Kiewitz |
2010-01-25 | SCI: created isAmiga32color(), using this method instead of comparing against... | Martin Kiewitz |
2010-01-25 | SCI: changed comment about amiga palette inside picture class (removed TODO a... | Martin Kiewitz |
2010-01-25 | SCI: support for amiga pictures that change the palette | Martin Kiewitz |
2010-01-25 | SCI: support for both amiga "palettes" (one is a left-over VGA palette, the o... | Martin Kiewitz |
2010-01-24 | SCI: skip over amiga palette inside pictures for now, needs implementation (T... | Martin Kiewitz |
2010-01-19 | SCI: implemented priority bands support for sci1.1 picture resources, fixed l... | Martin Kiewitz |
2010-01-09 | SCI: added new debug command "picture_visualize", which enables visualization... | Martin Kiewitz |
2010-01-06 | SCI: making most of the variables in screen class private (some of it was nee... | Martin Kiewitz |
2010-01-05 | SCI: remove lowres limit from picture class, makes hires sci32 pictures work | Martin Kiewitz |
2010-01-05 | SCI: sci32 pictures are now fully drawn to screen (including all layers) | Martin Kiewitz |
2010-01-05 | More renaming | Filippos Karapetis |