Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Launched when ScummVM is run first time with updates feature.
|
|
|
|
|
|
|
|
JANITORIAL: Mark audio/decoders/vorbis as: used in Wintermute
|
|
|
|
|
|
|
|
Fixes bug #6983: "SWORD25: long saving time"
|
|
|
|
|
|
|
|
|
|
|
|
This commit updates the German translation to the latest codebase.
It also fixes bug #7095.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #7093.
|
|
|
|
Fixes bug #7092
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It will not work, of course since we were not distributing files
with our public key yet.
|
|
|
|
Keep track of where a mouse press started when deciding how mouse-over
and mouse-up should behave.
This handles the following situations:
1) If a mouse press starts outside a button (e.g. the UI background),
mouse-up inside the button has no effect. Previously, it triggered a
button click.
2) If a mouse press starts inside a button, the cursor moves outside of
its region, then back inside, the button will show as pressed.
Previously, it showed as highlighted instead of pressed.
|