Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-06 | SCI32: Clean up GfxCursor32 | Colin Snover | |
* Rewrap doxygen comments to 80 columns * Renamings for clarity * Deduplicate copy/paint code | |||
2017-09-24 | SCI32: Disable all SCI32 Mac code | Colin Snover | |
This code is currently untestable and is almost certainly at least partly based on guesswork & not actual reverse-engineering (as was the case for all other pre-2015 SCI32 code), so future developers interested in adding SCI32 Mac support should use it only as an intermediate reference rather than as known good code. | |||
2017-09-19 | SCI32: Don't warp the mouse twice when its position has been restricted | Colin Snover | |
2016-09-30 | SCI32: Fix some buildbot compiler warnings | Colin Snover | |
2016-08-22 | SCI32: Move the SCI32 Mac cursor handling code into GfxCursor32 | Filippos Karapetis | |
This was left in the SCI16 code in commit 80d9182554 | |||
2016-08-19 | SCI32: Clean up Cursor32 includes | Colin Snover | |
2016-08-19 | SCI32: Implement SCI32 cursor support | Colin Snover | |