Commit graph

20 commits

Author SHA1 Message Date
Paweł Kołodziejski
06902574b4
GRIM: Janitorial 2022-06-08 01:12:00 +02:00
Paweł Kołodziejski
20cb0ae228
ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh
fd4d6e3bc0 GRIM: Use override
Using clang-tidy modernize-use-override
2021-11-14 14:34:14 +02:00
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Joni Vähämäki
23055d20d4 EMI: Do not stop the sound in SoundTrack's destructor since the handle may have been invalidated by derived classes. 2014-08-06 19:43:12 +03:00
Joni Vähämäki
a8d48e2545 EMI: Pass a file path string instead of a file stream to SoundTrack::openSound. 2014-08-06 19:16:53 +03:00
Joni Vähämäki
5e91f17ee0 EMI: Implement synching of music tracks. 2014-08-06 19:16:49 +03:00
Joni Vähämäki
13360aac62 EMI: Parse loop and start cues from .jmm files. 2014-08-06 19:16:49 +03:00
egetesla
1f8b0263c3 GRIM: Merge iMuse and EMI sound warnings into a new "Sound" channel 2014-04-12 17:16:08 +02:00
Pawel Kolodziejski
8759900b6a ALL: synced with ScummVM 2014-04-05 18:18:42 +02:00
Christian Krause
8622612fd3 EMI: Fix MP3Track::isPlaying()
- previous implementation always returned true
- check whether the mixer is actually playing the track
2013-12-11 23:23:31 +01:00
Christian Krause
e8149beccc EMI: Implement ImStateHasLooped
The implementation is necessary to switch between various music tracks
in Knuttin Town.
2013-12-11 22:50:56 +01:00
Ingo van Lil
2a744f2a14 EMI: Fix save/restore when compiled without MP3 support
Saving and restoring the emisound state fails when residualvm
is compiled without libmad MP3 support. This patch makes
openSound() return successfully if the stream is valid but MP3
support is not available.
2013-11-24 17:12:42 +01:00
Einar Johan Trøan Sømåen
fe3883cecd GRIM: Reformat code to be closer to convention. 2013-07-09 21:12:55 +02:00
Joel Teichroeb
4eb508cb61 GRIM: Use const references for strings 2013-07-07 20:56:24 -07:00
Einar Johan Trøan Sømåen
274273901e GRIM: Initialize members in MP3Track. 2013-04-21 14:16:42 +02:00
Paweł Kołodziejski
175620b62a ALL: change license headers from LGPL to GPL, and few updates 2012-12-19 23:15:43 +01:00
Dries Harnie
8c1ce2eabc EMI: Bail out on missing MP3 track 2012-09-01 17:32:55 +02:00
Einar Johan T. Sømåen
2fb0bafc14 EMI: Move emisound into the emi-subfolder 2012-01-29 16:29:14 +01:00
Renamed from engines/grim/emisound/mp3track.cpp (Browse further)