Age | Commit message (Expand) | Author |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-05-12 | SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions (.... | Martin Kiewitz |
2010-05-12 | SCI: tracked down the kDisplay change, added comment about that | Martin Kiewitz |
2010-05-12 | SCI: added comments about r49012, change actually happened during sci0late | Martin Kiewitz |
2010-05-12 | SCI: dont restore port settings for SCI0 games (fixes sq3 wrong font used whe... | Martin Kiewitz |
2010-04-25 | SCI: green buttons for sci0early implemented | Martin Kiewitz |
2010-04-20 | SCI: replaced values with constant | Martin Kiewitz |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-07 | SCI: dont set palette on kernelDrawCel() call | Martin Kiewitz |
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ... | Martin Kiewitz |
2010-02-06 | SCI: put kShakeScreen into GfxPaint, called directly now | Martin Kiewitz |
2010-02-05 | SCI: moving kDisplay into GfxPaint16, now getting called directly as well | Martin Kiewitz |
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla... | Martin Kiewitz |
2010-02-05 | SCI: renamed SciGuiPicture to GfxPicture | Martin Kiewitz |
2010-02-04 | SCI: renaming class View to GfxView | Martin Kiewitz |
2010-02-04 | SCI: renaming Transitions to GfxTransitions | Martin Kiewitz |
2010-02-04 | SCI: putting most kGraph functions into GfxPaint16 | Martin Kiewitz |
2010-02-04 | SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as w... | Martin Kiewitz |
2010-02-04 | SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and... | Martin Kiewitz |
2010-02-04 | SCI: adding GfxPaint32 class, adding back support for planes, minor change in... | Martin Kiewitz |
2010-01-31 | SCI: renamed Text class to GfxText16 | Martin Kiewitz |
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 |