Age | Commit message (Expand) | Author |
2016-01-07 | SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade) | Colin Snover |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-01-13 | SCI: Some more work on scaling in SCI32 | Filippos Karapetis |
2013-01-11 | SCI: More proper handling of scaling and global scaling in SCI32 | Filippos Karapetis |
2012-07-16 | SCI: Handle all negative priority values. Fixes graphics in the SQ6 demo | Filippos Karapetis |
2012-06-22 | SCI: Simplify the SCI32 coordinate adjustment code | Filippos Karapetis |
2012-06-09 | SCI: Initial implementation of AddLine, UpdateLine, DeleteLine | Filippos Karapetis |
2012-06-07 | SCI: Initial implementation of kScrollWindow, used in some SCI21 games | Filippos Karapetis |
2012-05-21 | SCI: Added two new debug commands, plane_list and plane_items | Filippos Karapetis |
2012-05-14 | SCI: Check for object visibility, if an object defines it | Filippos Karapetis |
2012-01-14 | SCI: When deleting a plane, also delete the items in it | Filippos Karapetis |
2011-11-17 | SCI: Break the huge kernelFrameOut function into several smaller ones | Filippos Karapetis |
2011-10-14 | SCI: More work on the vertical plane offset for SCI32. Still WIP. | Filippos Karapetis |
2011-10-12 | SCI: Added proper handling of duplicate items in kAddScreenItem | Filippos Karapetis |
2011-10-10 | SCI: SCI32 kernel functions kRepaintPlane and kInputText are unused | Filippos Karapetis |
2011-09-23 | SCI21: Added some skeleton code for offsetting pictures vertically (not worki... | Filippos Karapetis |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-02-14 | SCI: Fix loading SCI32 games | Matthew Hoops |
2011-01-09 | SCI: Cleanup | Filippos Karapetis |
2010-10-23 | SCI2/SCI2.1: Some changes to the screen drawing code. | Filippos Karapetis |
2010-09-19 | SCI2/2.1: Changes to the plane code | Filippos Karapetis |
2010-07-26 | SCI: adding scrollcapability to sci32 | Martin Kiewitz |
2010-07-25 | SCI: adding kAddPicAt dummy | Martin Kiewitz |
2010-07-25 | SCI: sci32 changes | Martin Kiewitz |
2010-07-24 | SCI: honor given order of screen items in sci32 | Martin Kiewitz |
2010-07-24 | SCI: cache Planes for sci32 | Martin Kiewitz |
2010-06-20 | Sort planes in kFrameOut by priority and keep plane/item priority separate as... | Matthew Hoops |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ... | Martin Kiewitz |
2010-02-05 | SCI: adding some minor documentation for the various graphic classes | 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 |