Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-10 | SCI: Ignore incorrectly detected volume version | sluicebox | |
Ignores a detected volume version of SCI3 when the map version is less than SCI2, as that indicates detectVolVersion's heuristics failed. SQ1VGA Russian has volume files with a few junk bytes in between resource entries, which causes detectVolVersion to return SCI3 instead of the expected result of Invalid and then use the correctly detected map version. The detection algorithm tries each version until it finds one that fits, and the SCI3 pattern happens to fit because it's necessarily the most permissive due to the wCompression bytes containing meaningless values. Fixes bug #10156 | |||
2020-01-10 | DIRECTOR: Do not crash if movie was not loaded | Eugene Sandulenko | |
2020-01-10 | DIRECTOR: Gracefully exit when end of movie list is reached | Eugene Sandulenko | |
2020-01-10 | DIRECTOR: More streamlined movie loading tracing | Eugene Sandulenko | |
2020-01-10 | DIRECTOR: Fix crash when built-in is being redefined | Eugene Sandulenko | |
2020-01-10 | DIRECTOR: Better track of loaded movies | Eugene Sandulenko | |
2020-01-10 | DIRECTOR: Properly iterate over all movies when test-all is requested | Eugene Sandulenko | |
2020-01-10 | DIRECTOR: Fix crashes on ungraceful exit | Eugene Sandulenko | |
2020-01-09 | SCI: Log bp_function (bpe) parameters in debugger | sluicebox | |
Trac #9833 | |||
2020-01-09 | SCI: Trigger bpr/bpw breakpoints within kernel calls | sluicebox | |
Trac #9835 | |||
2020-01-09 | KYRA: (LOK/Amiga) - fix save thumbnail colors | athrxx | |
(I probably broke that in 04e85a0f) | |||
2020-01-09 | DIRECTOR: Sanity checks on unsuccessful movie loading | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: Improve error messages | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: Properly reastart movies | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: Do not start main loop when compile only is requested | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: Narrowed down movie scanning only to the game directory | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: Added test target for executing all movies | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: Renamed lingotests detection file to avoid execution | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: LINGO: Added test for 'put the number of <x> of' | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: LINGO: Fix compilation for 'the number of words of' | Eugene Sandulenko | |
2020-01-09 | DIRECTOR: LINGO: Allow cb_v4theentitypush and cb_v4theentityassign to cast ↵ | Scott Percival | |
to INT | |||
2020-01-08 | SCI32: Update GK2 subtitle compatibility | sluicebox | |
2020-01-08 | DIRECTOR: Correctly set script type for Lscr bytecode | Eugene Sandulenko | |
2020-01-08 | KYRA: (LOK) - workaround for green potion animation | athrxx | |
The optional green potion that can be made at the alchemists' crystals can lead to invalid memory access. The animation frames aren't properly cleaned up like in the snake poisoning sequence. I just add the same handling as as workaround. | |||
2020-01-08 | DIRECTOR: Fix loading CastInfo strings | Eugene Sandulenko | |
2020-01-08 | DIRECTOR: LINGO: Regenerate lexer | Eugene Sandulenko | |
2020-01-08 | DIRECTOR: LINGO: Fix MovieScript event processing | Eugene Sandulenko | |
2020-01-08 | DIRECTOR: Set correct script cast type when parsing | Eugene Sandulenko | |
2020-01-08 | DIRECTOR: Parse script cast types | Eugene Sandulenko | |
2020-01-08 | DIRECTOR: Generate start/stopMovie events | Eugene Sandulenko | |
2020-01-08 | DIRECTOR: LINGO: Implement 'the pi' | Eugene Sandulenko | |
2020-01-08 | DIRECTOR: LINGO: Clarified built-ins for D3 | Eugene Sandulenko | |
2020-01-08 | KYRA: (LOK) - fix mouse cursor bug (see #11303) | athrxx | |
2020-01-08 | KYRA: (LOK) - shakeScreen() improvement | athrxx | |
(maintain smooth mouse cursor movement during shakes) | |||
2020-01-07 | XEEN: Fix crash in WOXCD Deep Mine Alpha | Paul Gilbert | |
2020-01-07 | SCI32: Add GK2 subtitle patch compatibility | sluicebox | |
Fixes #9677, #11282 | |||
2020-01-08 | DIRECTOR: Invert button on mouse down | Eugene Sandulenko | |
2020-01-07 | KYRA: (LOK) - implement FM-TOWNS specific screen shake | athrxx | |
(the FM-TOWNS version has a better shake animation) | |||
2020-01-07 | KYRA: (EOB/PC98) - fix music fadeout | athrxx | |
(irrelevant to the game, since this function isn't used, but I like to fix it nonetheless) | |||
2020-01-07 | DIRECTOR: LINGO: Fix warnings | Eugene Sandulenko | |
2020-01-07 | SCI32: Ignore invalid GK2 audio maps in all versions | sluicebox | |
Fixes #11014, #11270 | |||
2020-01-06 | SCI32: Fix GK2 Gerde missing message | sluicebox | |
2020-01-06 | KYRA: (LOK) - fix shakeScreen | athrxx | |
This has become too fast for modern systems and needs an extra delay. Otherwise the screen shake won't be actually noticed. There seem to be other issues with shakeScreen outside the Kyra code that have to be addressed separately (improper scaling of the shake offsets). | |||
2020-01-06 | DIRECTOR: Plug memory leak in Cast | Eugene Sandulenko | |
2020-01-06 | DIRECTOR: LINGO: Clarify the control flow | Eugene Sandulenko | |
2020-01-06 | DIRECTOR: Plug memory leak | Eugene Sandulenko | |
2020-01-06 | DIRECTOR: Fix switch statement | Eugene Sandulenko | |
2020-01-06 | DIRECTOR: Improved text flags processing | Eugene Sandulenko | |
2020-01-06 | DIRECTOR: Moved TransitionType to types.h | Eugene Sandulenko | |
2020-01-06 | DIRECTOR: LINGO: Clarified keywords present in D3.1 | Eugene Sandulenko | |