Age | Commit message (Expand) | Author |
2016-08-27 | SCI32: Allow invalid bitmap references to be passed to kBitmapDestroy | Colin Snover |
2016-08-26 | SCI32: Fix warning | Willem Jan Palenstijn |
2016-08-22 | SCI32: Add stubs for the kPlayVMDSetPreload and kPaletteSetGamma calls | Filippos Karapetis |
2016-08-19 | SCI32: Fix limited data range comparison warning | Colin Snover |
2016-08-19 | SCI32: Remove CoordAdjuster32, at least for the moment | Colin Snover |
2016-08-19 | SCI32: Add kSetNowSeen variant for older SCI32 games | Colin Snover |
2016-08-19 | SCI32: Implement kShakeScreen for SCI32 | Colin Snover |
2016-08-19 | SCI32: Remove GfxScreen from SCI32 | Colin Snover |
2016-08-19 | SCI32: Implement SCI32 cursor support | Colin Snover |
2016-08-01 | SCI32: Add bitmap segment and remove GC option from hunk segment | Colin Snover |
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-08-01 | SCI32: Enable optional explicit memory management of hunk entries | Colin Snover |
2016-07-11 | SCI32: Split GfxPalette and GfxPalette32 + HunkPalette | Colin Snover |
2016-07-11 | SCI32: Split kPalCycle into subop functions | Colin Snover |
2016-06-26 | SCI32: Fix broken Remap implementation | Colin Snover |
2016-06-21 | SCI32: Implement kBitmapDrawView | Colin Snover |
2016-06-21 | SCI32: Expose a draw buffer on BitmapResource objects | Colin Snover |
2016-06-21 | SCI32: Implement basic kMessageBox | Colin Snover |
2016-06-21 | SCI32: Implement kScrollWindow | Willem Jan Palenstijn |
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-05-27 | SCI32: Add explicit checks for null pointers | Colin Snover |
2016-04-14 | JANITORIAL: Reduce GUI header dependencies | Ori Avtalion |
2016-03-20 | SCI32: Clean up outdated/wrong comments | Colin Snover |
2016-03-20 | SCI32: Return correct value from kSetFontHeight | Colin Snover |
2016-03-20 | SCI32: Do not change accumulator in non-returning kernel calls | Colin Snover |
2016-03-20 | SCI32: Use signed values for displacement position | Colin Snover |
2016-03-15 | SCI32: Document kAddLine | Filippos Karapetis |
2016-03-15 | SCI32: Implement kBitmapSetDisplace | Filippos Karapetis |
2016-03-14 | SCI32: Implement kBitmapDrawColor | Colin Snover |
2016-03-13 | SCI32: Implement kCelInfo | Colin Snover |
2016-03-13 | SCI32: Implement kCelHigh and kCelWide SCI32 versions | Colin Snover |
2016-03-11 | SCI32: Initial implementation of kRemapColors | Filippos Karapetis |
2016-03-10 | SCI32: Implement kMovePlaneItems | Colin Snover |
2016-03-10 | SCI32: Minor cleanup of kernel calls | Colin Snover |
2016-03-10 | SCI32: Implement kCantBeHere | Colin Snover |
2016-03-08 | SCI32: Disable kRemapColors32, as SCI32 remapping is still incomplete | Filippos Karapetis |
2016-03-08 | SCI32: Clean up kIsOnMe and fix rounding bug | Colin Snover |
2016-03-07 | SCI32: Implement kBitmapDrawText | Colin Snover |
2016-03-07 | SCI32: Move in-memory bitmap read/write into its own class | Colin Snover |
2016-03-06 | SCI32: Implement kEditText | Colin Snover |
2016-03-03 | SCI32: Fix misidentification of createFontBitmap(CelInfo &) | Colin Snover |
2016-03-03 | SCI32: Add all kBitmap signatures | Colin Snover |
2016-03-02 | SCI32: Minor consistency improvement to FrameOut | Colin Snover |
2016-03-01 | SCI32: Revert GK1 hacks | Willem Jan Palenstijn |
2016-03-01 | SCI32: Warn when the unhandled parameter is set in kPalVarySetPercent | Filippos Karapetis |
2016-03-01 | SCI32: GK1 adds another optional parameter to kPalVarySetPercent | Filippos Karapetis |
2016-02-28 | SCI32: Non-titled text bitmap implementation | Colin Snover |
2016-02-21 | SCI32: Use debugC instead of debugCN for debug output | Martin Kiewitz |