Age | Commit message (Expand) | Author |
2010-02-05 | SCI: remaining cursor functions now also directly called | Martin Kiewitz |
2010-02-05 | SCI: moved onControl etc. into GfxCompare, now getting called directly. also ... | Martin Kiewitz |
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla... | Martin Kiewitz |
2010-02-05 | SCI: frameout sci32 stuff now gets called directly w/o SciGui/32 | Martin Kiewitz |
2010-02-05 | SCI: removing debugShowMap from SciGui32 | Martin Kiewitz |
2010-02-05 | SCI: calling most of the cursor functions directly via _gfxCursor instead of ... | Martin Kiewitz |
2010-02-05 | SCI: renamed class Cursor to GfxCursor | Martin Kiewitz |
2010-02-04 | SCI: renaming class View to GfxView | Martin Kiewitz |
2010-02-04 | SCI: cleaning up deleting of graphic objects | 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-02-04 | SCI: support for resX, resY inside frameout | Martin Kiewitz |
2010-02-02 | SCI: some sort of priority support for sci32 (not working right, but at least... | Martin Kiewitz |
2010-02-01 | Fixed silly typos (priority is a byte in SCI32) | Filippos Karapetis |
2010-02-01 | Added an initial implementation of kGetHighPlanePri | Filippos Karapetis |
2010-02-01 | SCI: fixing scaling for sci32 | Martin Kiewitz |
2010-01-31 | SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32 | Martin Kiewitz |
2010-01-31 | SCI: renamed Text class to GfxText16 | Martin Kiewitz |
2010-01-31 | SCI: display object name when addScreenItem is called | Martin Kiewitz |
2010-01-31 | SCI: GfxCache is now also called directly w/o SciGui nor SciGui32 | 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 |
2010-01-30 | Added a sanity check to baseSetter() - Torin's demo progresses a bit further now | Filippos Karapetis |
2010-01-29 | SCI: adding shakeScreen() for gui32 for lsl6 | Martin Kiewitz |
2010-01-29 | Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined. | Matthew Hoops |
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and hopefully... | Martin Kiewitz |