Age | Commit message (Expand) | Author |
2011-02-05 | SCI: Fix SCI32 Mac picture palettes | Matthew Hoops |
2011-02-02 | SCI: Fix SCI32 Mac pictures | Matthew Hoops |
2010-12-01 | SCI: Fixed bugs #3041044, #3046543 and #3046513 | Filippos Karapetis |
2010-11-05 | SCI: Add a default case to a switch statement to silence some compiler warnings. | Johannes Schickel |
2010-11-04 | SCI: adding force to memorial area for SQ3/intro | Martin Kiewitz |
2010-09-07 | SCI: Slight change in GfxPicture::vectorFloodFill() | Filippos Karapetis |
2010-08-16 | SCI: sci1.1 pictures w/o cel don't set palette | Martin Kiewitz |
2010-07-28 | SCI: adding header comments about sci1.1 pictures | Martin Kiewitz |
2010-07-28 | SCI: priority handling for sci1.1 add-pictures | Martin Kiewitz |
2010-07-27 | SCI: sci1.1 priority bands now changing in kDrawPic | Martin Kiewitz |
2010-07-26 | SCI: adding scrollcapability to sci32 | Martin Kiewitz |
2010-07-26 | SCI: some scrolling support for sci32 | Martin Kiewitz |
2010-07-24 | SCI: locking picture resource | Martin Kiewitz |
2010-07-22 | SCI: fixing mirrored sci32 pictures | Martin Kiewitz |
2010-07-22 | SCI: some more work on priority sci32 | Martin Kiewitz |
2010-07-22 | SCI: some work on priority in sci32 | Martin Kiewitz |
2010-07-21 | SCI: terminating at another resource of sq4cd | Martin Kiewitz |
2010-07-21 | SCI: fixing hires background pictures sci2.1 | Martin Kiewitz |
2010-07-13 | SCI: adding comment about GfxPicture::draw() and picture resource formats | Martin Kiewitz |
2010-07-13 | SCI: change handling of priority in combination with embedded cels inside pic... | Martin Kiewitz |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-23 | SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has... | Martin Kiewitz |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-05-26 | SCI: adding another workaround for picture 376 in sq4/cd (same issue like ori... | Martin Kiewitz |
2010-05-26 | SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 games... | Martin Kiewitz |
2010-05-25 | SCI: adding comment about error() on pattern opcodes sci1.1+ | Martin Kiewitz |
2010-05-25 | SCI: error out on pattern opcodes inside vector data when drawing pictures in... | Martin Kiewitz |
2010-05-25 | SCI: sci1.1 uses hardcoded white for picture cel data instead of the value sp... | Martin Kiewitz |
2010-05-25 | SCI: sci1.1 changed priority to 15, when adding to picture - fixes title in i... | Martin Kiewitz |
2010-05-20 | SCI: adding workaround for some underwater rooms in iceman - removing visual&... | Martin Kiewitz |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-05-14 | SCI: if no priority is set (=255) and a cel is embedded in picture vector dat... | Martin Kiewitz |
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 |