Filippos Karapetis
|
ec16ebbf96
|
Revert "SCUMM: Refactor the workaround for the broken sample in Indy4"
This reverts commit c59df76164.
|
2022-04-16 14:25:51 +03:00 |
|
Filippos Karapetis
|
c59df76164
|
SCUMM: Refactor the workaround for the broken sample in Indy4
This makes the workaround code more self-contained
|
2022-04-16 14:23:02 +03:00 |
|
Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Orgad Shaneh
|
cb7c6fb83e
|
DRAGONS: Remove unused private member
Reported by Clang.
|
2021-03-16 02:44:37 +02:00 |
|
SupSuper
|
70dc08f46e
|
JANITORIAL: Cleanup inconsistent includes
|
2021-02-22 10:54:07 +00:00 |
|
Eric Fry
|
f63025dc30
|
DRAGONS: Fixed coverity warning about negative indexing
|
2020-09-07 22:15:32 +10:00 |
|
Eric Fry
|
43fe44f4bb
|
DRAGONS: Fixed SFX play back volume.
|
2020-09-05 23:05:26 +10:00 |
|
Eric Fry
|
29487ad7e6
|
DRAGONS: Fixed incorrect sfx pitch. Trac#11638
|
2020-09-04 15:54:28 +10:00 |
|
Eric Fry
|
55ff2f91bc
|
DRAGONS: Play sfx from vab tone range.
|
2020-08-29 14:39:37 +10:00 |
|
Eric Fry
|
fe2046af4f
|
DRAGONS: Stop background dialog when flicker needs to talk via an action.
|
2020-08-29 12:36:39 +10:00 |
|
Eric Fry
|
ad363ae894
|
DRAGONS: Clip sound volumes to 0 - 255 range
|
2020-08-29 00:09:42 +10:00 |
|
Eric Fry
|
76ca773ff1
|
DRAGONS: Update engine volumes after returning from options menu #11585
|
2020-08-26 23:50:57 +10:00 |
|
Eric Fry
|
cfa8989821
|
DRAGONS: Don't try to load music if msq file is missing.
|
2020-08-23 22:59:09 +10:00 |
|
Eric Fry
|
32c13ada08
|
DRAGONS: Only play sfx if we have a tone for the given key. Fixes #11578
|
2020-08-22 22:21:41 +10:00 |
|
Eric Fry
|
ade35be6e6
|
DRAGONS: Don't log at debug level 0
|
2020-08-16 22:25:03 +10:00 |
|
Eric Fry
|
0354a6981f
|
DRAGONS: Only load SF2 if using fluidsynth driver.
|
2020-08-07 23:31:15 +10:00 |
|
Eric Fry
|
c2831cccf8
|
DRAGONS: Wire up soundfont code to dragons engine
|
2020-08-07 22:34:10 +10:00 |
|
Eric Fry
|
39c264d853
|
DRAGONS: Implementing midi music player
|
2020-05-21 18:06:13 +10:00 |
|
Eric Fry
|
dd90652187
|
DRAGONS: Fixed incorrect delete on PSX audio stream.
|
2020-05-14 23:59:34 +10:00 |
|
Eugene Sandulenko
|
61a1c515f7
|
DRAGONS: Fix more MSVC warnings
|
2020-05-10 13:38:21 +02:00 |
|
Eugene Sandulenko
|
2a23de7f4f
|
DRAGONS: Plug memory leak
|
2020-05-04 12:30:58 +02:00 |
|
Eric Fry
|
4a7f8c18c5
|
DRAGONS: replace NULL with nullptr
|
2020-03-14 14:39:06 +11:00 |
|
Eric Fry
|
530206ed33
|
DRAGONS: Fixed bug when showing actors
|
2020-03-12 09:56:35 +11:00 |
|
Eric Fry
|
05835e2204
|
DRAGONS: Wired up config for subtitles and audio volume
|
2020-02-29 17:33:07 +11:00 |
|
Eric Fry
|
5c5eb3ad8b
|
DRAGONS: More code cleanup. Stop audio on exit.
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
4790844720
|
DRAGONS: Started adding support for other game variants. EU and DE
|
2020-02-25 14:43:42 +01:00 |
|
Eugene Sandulenko
|
79c7dbc8f6
|
DRAGONS: Whitespace fixes
|
2020-02-25 14:43:42 +01:00 |
|
Eugene Sandulenko
|
3d72a0a816
|
DRAGONS: Rename VabSound.* to vabsound.*
|
2020-02-25 14:43:42 +01:00 |
|
Eugene Sandulenko
|
853b703953
|
DRAGONS: Fix whitespaces
|
2020-02-25 14:43:42 +01:00 |
|
Eugene Sandulenko
|
df7102298e
|
DRAGONS: More renames for the class variables
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
11eee8190f
|
DRAGONS: Remove usages of auto keyword
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
8301d0dbb1
|
DRAGONS: Compile fixes + formatting
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
952442d56a
|
DRAGONS: Code cleanup
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
ad2eebd348
|
DRAGONS: Fixed initial sfx load bug. Fixed sfx volume bug when stopping audio.
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
2abd8b6f10
|
DRAGONS: Fixed bug when looking at objects. Stop sfx if already playing before starting it again.
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
bcdad1a606
|
DRAGONS: work on playing multiple sfx at once
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
aac561c124
|
DRAGONS: Hooked up correct sfx tone
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
8d9dc0138e
|
DRAGONS: Fixed timing on final backstage scene
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
f9db411416
|
DRAGONS: work on sfx
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
ddcec20428
|
DRAGONS: Merged two sound classes
|
2020-02-25 14:43:42 +01:00 |
|
Edu Garcia
|
77ebe94f26
|
DRAGONS: sound plays (WIP, hack)
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
7b0c04eb3d
|
DRAGONS: work on text formatting and dialog menu
|
2020-02-25 14:43:42 +01:00 |
|
Eric Fry
|
e399d5b272
|
DRAGOMS: work on speech audio
|
2020-02-25 14:43:42 +01:00 |
|