Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | SCI: renamed SciGuiPicture to GfxPicture | Martin Kiewitz | |
svn-id: r47899 | |||
2010-02-03 | SCI: fixing picture corruption in sci32 (e.g. sq6 picture 430, kq7 after intro) | Martin Kiewitz | |
svn-id: r47866 | |||
2010-02-02 | SCI: some sort of priority support for sci32 (not working right, but at ↵ | Martin Kiewitz | |
least the menu in gk1 now correctly shows up) svn-id: r47814 | |||
2010-02-01 | Skip extra pixels at the end of each row in the cel so that they don't carry ↵ | Matthew Hoops | |
over to the next row if the dest width is less than the source width. Fixes several images in Mixed-Up Mother Goose (SCI1). svn-id: r47788 | |||
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is ↵ | Martin Kiewitz | |
now called directly w/o SciGui svn-id: r47752 | |||
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, ↵ | Martin Kiewitz | |
gfxcompare, gfxpaint16, gfxcache. kernel uses gfxports directly w/o going through SciGui svn-id: r47745 | |||
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and ↵ | Martin Kiewitz | |
hopefully i didnt overlook some kernel function that is also used by sci32. now using plane left/top svn-id: r47679 | |||
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz | |
svn-id: r47578 | |||
2010-01-25 | SCI: fixing skipping over dummy VGA palettes in amiga games | Martin Kiewitz | |
svn-id: r47555 | |||
2010-01-25 | SCI: created isAmiga32color(), using this method instead of comparing ↵ | Martin Kiewitz | |
against viewType svn-id: r47554 | |||
2010-01-25 | SCI: changed comment about amiga palette inside picture class (removed TODO ↵ | Martin Kiewitz | |
as well) svn-id: r47553 | |||
2010-01-25 | SCI: support for amiga pictures that change the palette | Martin Kiewitz | |
svn-id: r47552 | |||
2010-01-25 | SCI: support for both amiga "palettes" (one is a left-over VGA palette, the ↵ | Martin Kiewitz | |
other one is a real palette, no idea whats in there cause its just 32 bytes instead of 64 bytes) svn-id: r47551 | |||
2010-01-24 | SCI: skip over amiga palette inside pictures for now, needs implementation ↵ | Martin Kiewitz | |
(TODO added) svn-id: r47527 | |||
2010-01-19 | SCI: implemented priority bands support for sci1.1 picture resources, fixed ↵ | Martin Kiewitz | |
lb2, kq6 svn-id: r47380 | |||
2010-01-09 | SCI: added new debug command "picture_visualize", which enables ↵ | Martin Kiewitz | |
visualization of the drawing process of EGA pictures svn-id: r47201 | |||
2010-01-06 | SCI: making most of the variables in screen class private (some of it was ↵ | Martin Kiewitz | |
needed for old gui) svn-id: r47075 | |||
2010-01-05 | SCI: remove lowres limit from picture class, makes hires sci32 pictures work | Martin Kiewitz | |
svn-id: r47041 | |||
2010-01-05 | SCI: sci32 pictures are now fully drawn to screen (including all layers) | Martin Kiewitz | |
svn-id: r47025 | |||
2010-01-05 | More renaming | Filippos Karapetis | |
svn-id: r47009 |