Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Adrian Frühwirth
98067b0fe6
WINTERMUTE: Properly fix handling of Ogg Vorbis resources
2018-05-19 21:03:15 +02:00
Cameron Cawley
d022572f16
WINTERMUTE: Fix loading Vorbis files
...
Fixes Trac#10533
2018-05-19 16:31:57 +00:00
JenniBee
5090b6cbbb
WINTERMUTE: Add flag for games using low-spec resources.
2018-05-17 18:08:18 +00:00
Einar Johan Trøan Sømåen
2f4f7d480e
Merge pull request #514 from tobiatesan/fix_audio_loop
...
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
2014-10-04 20:34:16 +02:00
Tobia Tesan
64695b5624
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
...
Should fix #6648 (music not looping correctly in 5MA)
2014-10-04 20:32:11 +02:00
Tobia Tesan
a3ea75e080
WINTERMUTE: Make a bunch of attributes private in BaseSoundBuffer
2014-10-01 08:34:11 +02:00
Johannes Schickel
fc5ef58fff
WINTERMUTE: Make GPL headers consistent in themselves.
2014-02-18 02:39:40 +01:00
Einar Johan Trøan Sømåen
0c0ed9fdd8
WINTERMUTE: Limit the range of the panning-variable to stay within [-1,1].
...
Also, store the panning state, so that the next playback starts with the same pan.
2014-01-14 00:24:28 +01:00
Johannes Schickel
1ce54c217a
WINTERMUTE: Fix end of namespace comments.
2013-08-04 00:51:09 +02:00
Einar Johan Trøan Sømåen
980dc4a456
WINTERMUTE: Replace all NULLs with nullptr.
2013-01-26 18:07:07 +01:00
Einar Johan Trøan Sømåen
199425562e
WINTERMUTE: Fix a leak in sound-file loading.
2013-01-24 17:49:24 +01:00
Einar Johan Trøan Sømåen
7143eaed89
WINTERMUTE: Properly create WAV-substreams, (fix bug #3592165 )
2013-01-22 15:10:01 +01:00
Einar Johan Trøan Sømåen
f33884b020
WINTERMUTE: Remove a few more unused includes.
2012-09-11 03:40:56 +02:00
Einar Johan Trøan Sømåen
8c864170a4
WINTERMUTE: Remove unneccessary includes of base_file.h
2012-09-11 03:11:02 +02:00
Willem Jan Palenstijn
b4090ead4d
WINTERMUTE: Convert CRLF to LF
2012-09-04 22:17:23 +02:00
Johannes Schickel
df80820184
Revert "WINTERMUTE: Fix compilation when vorbis isn't available"
...
This reverts commit 4cfd906cec
.
We now have vorbis as a hard requirement for Wintermute. Also somaen said this
commit causes issues, so we agreed on reverting this hack.
2012-09-04 20:38:22 +02:00
Filippos Karapetis
4cfd906cec
WINTERMUTE: Fix compilation when vorbis isn't available
2012-09-04 20:27:19 +03:00
Einar Johan Trøan Sømåen
246109839b
WINTERMUTE: Be case-insensitive when testing for sound-format.
2012-08-19 23:49:29 +02:00
Einar Johan Trøan Sømåen
10ca0f136d
WINTERMUTE: Clear out some commented-out code.
2012-08-15 02:35:11 +02:00
Einar Johan Trøan Sømåen
209488c6cf
WINTERMUTE: Save the loop-state of sounds properly.
2012-08-14 17:26:46 +02:00
Einar Johan Trøan Sømåen
fed19cb66a
WINTERMUTE: WinterMute -> Wintermute
2012-08-13 03:42:30 +02:00
Einar Johan Trøan Sømåen
9b5cf8f1ba
WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.
2012-07-29 02:34:44 +02:00
Einar Johan Trøan Sømåen
6dc1e09da9
WINTERMUTE: Replace const char* with const Common::String & in fonts, gfx, particles, sound and files.
2012-07-29 00:27:50 +02:00
Einar Johan Trøan Sømåen
8ed71a99f6
WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperClass(args)
2012-07-27 19:37:14 +02:00
Einar Johan Trøan Sømåen
df5943ae59
WINTERMUTE: Start sounds again after loading a save.
2012-07-27 15:59:58 +02:00
Einar Johan Trøan Sømåen
b3b86c440c
WINTERMUTE: Clear out a few warning()s
2012-07-27 15:55:06 +02:00
Einar Johan Trøan Sømåen
3a49f2bad4
WINTERMUTE: More variable/function renaming VarName->varName
2012-07-26 22:20:55 +02:00
Einar Johan Trøan Sømåen
e9a847fb35
WINTERMUTE: Remove #if 0 - commented out code.
2012-07-26 18:20:58 +02:00
Einar Johan Trøan Sømåen
38507fa989
WINTERMUTE: AStyle-formatting.
2012-07-26 04:12:58 +02:00
Einar Johan Trøan Sømåen
1ad859a468
WINTERMUTE: "if(" -> "if ("
2012-07-25 21:21:55 +02:00
Einar Johan Trøan Sømåen
aedb0aea50
WINTERMUTE: Remove dcgf.h from almost all includes.
2012-07-23 03:22:49 +02:00
Einar Johan Trøan Sømåen
4c3421288d
WINTERMUTE: Add an audio-debug-channel and reduce the use of warning()
2012-07-22 22:29:07 +02:00
Einar Johan Trøan Sømåen
b5a07fef8e
WINTERMUTE: Get rid of the C-prefix for class-definitions.
2012-07-21 21:01:47 +02:00
Einar Johan Trøan Sømåen
5683f07633
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
...
This is mostly a lead-up to namespacing the Ad/Base folders, and then
possibly removing the prefixes from the files, it also has the added
benefit of getting rid of the odd case-typos that makes for issues
on platforms that don't ignore case.
2012-07-21 19:15:33 +02:00