Commit Graph
19 Commits
Author SHA1 Message Date
Filippos Karapetis 889070f479 BURIED: Hide mouse pointer during cutscenes - FR #13172
This change enhances the experience. I've played through the whole
game with it, and no issues have been found
2021-12-29 18:08:50 +02:00
Filippos Karapetis a6bee10165 BURIED: Add support and game option for video skipping - FR #12891
Video skipping is done with the escape key and is enabled by default,
but can be disabled with the new "skip support" game option to keep
the original game behavior where video skipping isn't possible
2021-12-28 15:01:37 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 369eae5f35 BURIED: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Coen Rampen 11dbe3ca3d BURIED: Add volume control
This adds volume control to the game by setting the mixer sound type on the
various audio streams to values other than the default "plain".

This uses the following sound types:
Ambient (music, environment sounds): music
AI voice: speech
Effects, interface, footsteps, movie audio: SFX

This could be further improved by specifying sound types for individual sounds,
f.e. SFX for environment sounds, or music for the "effects" in the appartment
which are short musical cues. The movie audio is of course pre-mixed music,
speech and SFX.
2021-09-03 21:24:17 +02:00
Eugene Sandulenko fd3856d4dd BURIED: Set pointers to nullptr where applicable 2021-03-22 00:07:45 +01:00
Strangerke e798795cee BURIED: Make more consistent use of nullptr 2021-03-22 00:07:45 +01:00
Matthew Hoops 1fe81654a7 BURIED: Properly clip rects to their parent's rect 2021-03-22 00:07:43 +01:00
Matthew Hoops bdd386f883 BURIED: Implement switching video audio tracks 2021-03-22 00:07:43 +01:00
Matthew Hoops 80567b391f BURIED: Don't clear the video rect when closing a video 2021-03-22 00:07:42 +01:00
Matthew Hoops 6ac35b1c34 BURIED: Implement pauseEngineIntern() 2021-03-22 00:07:42 +01:00
Matthew Hoops 5a4a5bcf5e BURIED: Implement clipping animations 2021-03-22 00:07:42 +01:00
Matthew Hoops d830e849c1 BURIED: Some minor video fixes 2021-03-22 00:07:38 +01:00
Matthew Hoops f48978e88c BURIED: Make sure 8bpp images are using the right palette 2021-03-22 00:07:38 +01:00
Matthew Hoops de5d0b4350 BURIED: Make the video window resize to the video size 2021-03-22 00:07:37 +01:00
Matthew Hoops d4ee5b07f1 BURIED: Ensure videos are in the correct format 2021-03-22 00:07:37 +01:00
Matthew Hoops a2c4bd3204 BURIED: Hook up video windows into the engine 2021-03-22 00:07:37 +01:00
Matthew Hoops ae488a3e0b BURIED: Also add parent parameter to videos 2021-03-22 00:07:37 +01:00
Matthew Hoops b3419fadc3 BURIED: Add window class for videos 2021-03-22 00:07:37 +01:00