Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A few tests for the Huffman decoder.
The encoding is the example from Wikipedia.
This could be improved by someone more knowledgeable by
generating one at runtime or using multiple encodings
which would each contain one edge case.
|
|
|
|
|
|
scene 1200
|
|
We're clearly using 12 bytes, not 11.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add back support for sword1/2 MPEG-2 cutscenes
|
|
RECORDER: Don't allow the event recorder and the keymapper to be enabled simultaneously
|
|
Formerly it claimed the command is --record-file.
|
|
enabled simultaneously
|
|
simultaneously
|
|
This reverts commit 93987d999c61221bda3da548c8c81f5d6d906a12.
|
|
|
|
DefaultEventManager registers a keymapper that is supposed to be
auto-freed. However, the event recorder then sets itself as a new
keymapper, but because the autofree flag is already set,
registerMapper() ends up deleting the event recorder itself. Setting
the autofree flag before actually freeing the mapper fixes the issue
and prevents ScummVM from crashing on startup
|