Age | Commit message (Expand) | Author |
2016-08-11 | SCI32: Fix GfxFrameout::_isHiRes flag to be accurate for all games | Colin Snover |
2016-08-01 | SCI: Fix warnings | Eugene Sandulenko |
2016-08-01 | SCI32: Add 6-argument signature of kAddPicAt | Colin Snover |
2016-08-01 | SCI32: Implement plane transitions (kSetShowStyle and kSetScroll) | Colin Snover |
2016-07-10 | SCI32: Implement kPlayVMD | Colin Snover |
2016-07-02 | SCI32: Expose graphics throttling code | Colin Snover |
2016-07-02 | SCI32: Document _remapOccurred flag | Colin Snover |
2016-07-02 | SCI32: Improve accuracy of frameout throttler | Colin Snover |
2016-07-02 | SCI32: Add const to getCurrentBuffer | Colin Snover |
2016-06-30 | SCI32: Document & clean up extra rect argument for frameOut | Colin Snover |
2016-06-26 | SCI32: Fix benchmarking for QFG4 | Colin Snover |
2016-06-21 | SCI32: Remove unused dependencies from GfxFrameout | Colin Snover |
2016-06-21 | SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine) | Colin Snover |
2016-06-14 | SCI32: Fix video performance benchmarking in most SCI32 games | Colin Snover |
2016-03-17 | SCI32: Temporarily remove dead SCI2.1early transitions code | Colin Snover |
2016-03-16 | SCI32: Work around bad Styler script in KQ7 2.0b | Colin Snover |
2016-03-16 | SCI32: Remove dead code related to priority map handling | Filippos Karapetis |
2016-03-15 | SCI32: More work on remapping | Filippos Karapetis |
2016-03-10 | SCI32: Implement kMovePlaneItems | Colin Snover |
2016-03-10 | SCI32: Implement kSetNowSeen | Colin Snover |
2016-03-08 | SCI32: Clean up kIsOnMe and fix rounding bug | Colin Snover |
2016-03-07 | SCI32: Add debugger command to view screen items in the visible plane list | Colin Snover |
2016-03-06 | SCI32: Implement kEditText | Colin Snover |
2016-03-02 | SCI32: Minor consistency improvement to FrameOut | Colin Snover |
2016-02-21 | SCI32: Implement syncing planes+screen items from VM for restore | Martin Kiewitz |
2016-02-20 | SCI32: Splitting up GfxFrameout::kernelIsOnMe() into 2 methods | Martin Kiewitz |
2016-02-20 | SCI32: Some work on kIsOnMe | Martin Kiewitz |
2016-02-19 | SCI: Use American English, like we do in other parts of ScummVM | Filippos Karapetis |
2016-02-18 | SCI: Implement accurate renderer architecture for SCI32 | Colin Snover |
2016-01-20 | SCI: Fix SCI32 hires detection making PQ4 unusably slow | Colin Snover |
2016-01-14 | SCI: Minor clean-ups to comments and null pointer values | Colin Snover |
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 |