Age | Commit message (Expand) | Author |
2010-02-23 | SCI: Stop storing EngineState in SciGui32 | Max Horn |
2010-02-06 | SCI: put kShakeScreen into GfxPaint, called directly now | Martin Kiewitz |
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: adding GfxPaint32 class, adding back support for planes, minor change in... | Martin Kiewitz |
2010-02-02 | SCI: some sort of priority support for sci32 (not working right, but at least... | Martin Kiewitz |
2010-02-01 | Added an initial implementation of kGetHighPlanePri | Filippos Karapetis |
2010-01-31 | SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32 | 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-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 |