Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-14 | WAGE: Update games status | Eugene Sandulenko | |
2016-12-13 | FULLPIPE: Revert memory leak fixing as that introduced tons of regressions | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Fix colors in intro video | Paul Gilbert | |
2016-12-12 | FULLPIPE: Fix warning | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Avoid double free on memory cleanup | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Fix warning | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Plug more memory leaks | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Fix memory leak in bitmap code | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Plug more memory leaks | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Plug another leak | Eugene Sandulenko | |
2016-12-12 | SCI32: Adjust transition timings | Colin Snover | |
Transition timings were originally chosen largely by feel in SQ6, as there was little other evidence to determine the correct speed. As additional games started being playable in ScummVM, it became apparent that these speeds were not quite right. Additional adjustments may be needed in the future, but these new timings seem to be somewhat closer to expectations than before. | |||
2016-12-12 | SCI32: Add workaround for hearts game in Hoyle5 | Colin Snover | |
2016-12-12 | SCI: Ensure bytecode/BWT for "file" op is also printed | Colin Snover | |
Learning the bytecode for file op is necessary when creating workaround signatures, as the signature-finding mechanism does not currently ignore line/file instructions. | |||
2016-12-12 | FULLPIPE: Plug more memory leaks | Eugene Sandulenko | |
2016-12-12 | FULLPIPE: Plug several memory leaks | Eugene Sandulenko | |
2016-12-11 | SCI32: Add workarounds for Hoyle5 Crazy Eights | Colin Snover | |
2016-12-11 | SCI32: Implement List sort | Colin Snover | |
Used by Hoyle5. Also includes a tiny amount of cleanup in kAddAfter for consistency with kAddBefore. | |||
2016-12-11 | FULLPIPE: Center map on opening. Fixes bug #9668 | Eugene Sandulenko | |
2016-12-11 | SCI: Add KQ5 0.000.062 VGA signature | Colin Snover | |
Closes Trac#9624. | |||
2016-12-11 | SCI: Add SQ3 1.0P signature | Colin Snover | |
Closes Trac#9626. Closes gh-858. | |||
2016-12-11 | SCI32: Add workaround for Hoyle5 startup call to kPlatform | Colin Snover | |
Fixes Trac#9665. | |||
2016-12-11 | FULLPIPE: Implement Russian demo differences | Eugene Sandulenko | |
2016-12-11 | FULLPIPE: Implement demo-specific help screen | Eugene Sandulenko | |
2016-12-11 | FULLPIPE: Simplify demo check in the engine | Eugene Sandulenko | |
2016-12-11 | FULLPIPE: Properly restart Russian demo | Eugene Sandulenko | |
2016-12-11 | FULLPIPE: Fix crash at the end of Russian demo | Eugene Sandulenko | |
2016-12-11 | ADL: Unify inventory opcodes | Walter van Niftrik | |
2016-12-11 | ADL: Load hires5 dropped item coords | Walter van Niftrik | |
2016-12-11 | SCI32: Add a workaround for kDoSoundPlay for KQ7 demo | Omer Mor | |
2016-12-11 | FULLPIPE: Initial support for Russian Demo. The demo starts | Eugene Sandulenko | |
2016-12-11 | FULLPIPE: Workaround for cursor in scene26. | Eugene Sandulenko | |
Fixes bug #9667 | |||
2016-12-11 | ADL: Fix warning | Walter van Niftrik | |
2016-12-11 | ADL: Load hires5 data | Walter van Niftrik | |
2016-12-11 | ADL: Add skeleton base class for hires5 | Walter van Niftrik | |
2016-12-11 | MOHAWK: Fix transparency for the rotation cursors in Myst | Bastien Bouclet | |
2016-12-11 | Fixed collision detection, now it actually corresponds with the original | Robert Göffringmann | |
asm code. Certain width attributes of the two objects being checked were flipped. I guess this may render a couple of hacky workarounds not necessary anymore. | |||
2016-12-10 | SCI: Fix buffer overflows in GfxPicture circle drawing | Colin Snover | |
Fixes Trac#9660. | |||
2016-12-10 | TITANIC: Fix CPetConversations timerExpired | Paul Gilbert | |
2016-12-10 | TITANIC: Renaming fields in CCellPointButton | Paul Gilbert | |
2016-12-11 | FULLPIPE: Fix compilation | Eugene Sandulenko | |
2016-12-11 | QUEEN: Improved Russian fonts | Eugene Sandulenko | |
2016-12-11 | FULLPIPE: Beginnings of support of Russian demo | Eugene Sandulenko | |
2016-12-10 | TITANIC: Renaming of parrot met flag methods | Paul Gilbert | |
2016-12-10 | MOHAWK: Poll the events while drawing Myst transitions | Bastien Bouclet | |
Fixes #9594, the mouse cursor was hanging while transitions were drawn. | |||
2016-12-10 | FULLPIPE: Implemented support for German demo | Eugene Sandulenko | |
2016-12-10 | FULLPIPE: Clarify null callback usage across the scenes | Eugene Sandulenko | |
2016-12-10 | FULLPIPE: Fix clock handle in scene08 | Eugene Sandulenko | |
2016-12-10 | CRUISE: Fix font space width | Daniel Plakhotich | |
2016-12-10 | FULLPIPE: Implement wide scene autoscrolling | Eugene Sandulenko | |
2016-12-09 | CRUISE: font: Don't overwrite transparent pixels | Daniel Plakhotich | |