index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
wintermute
/
base
/
sound
Age
Commit message (
Expand
)
Author
2018-05-19
WINTERMUTE: Properly fix handling of Ogg Vorbis resources
Adrian Frühwirth
2018-05-19
WINTERMUTE: Fix loading Vorbis files
Cameron Cawley
2018-05-17
WINTERMUTE: Add flag for games using low-spec resources.
JenniBee
2016-11-12
Merge pull request #732 from tobiatesan/fix_6594
Eugene Sandulenko
2016-04-01
WINTERMUTE: Log warning if addSound is called with empty filename
Tobia Tesan
2016-03-30
WINTERMUTE: Correctly find .ogg version of .wav files
Tobia Tesan
2014-10-04
Merge pull request #514 from tobiatesan/fix_audio_loop
Einar Johan Trøan Sømåen
2014-10-04
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
Tobia Tesan
2014-10-01
WINTERMUTE: Make a bunch of attributes private in BaseSoundBuffer
Tobia Tesan
2014-06-20
WINTERMUTE: Do syncSoundSettings on initialization of sound manager, so that ...
Einar Johan Trøan Sømåen
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-14
WINTERMUTE: Limit the range of the panning-variable to stay within [-1,1].
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Common::Strings explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Sint32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Uint32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-28
WINTERMUTE: Transfer booleans explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-04-19
WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Use int32 instead of int in classes.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Avoid including BaseGame in BaseSoundManager.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Constify _width and _height in BaseRenderer.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Remove unused member _volumeOriginal
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-24
WINTERMUTE: Fix a leak in sound-file loading.
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Store MasterVolume in % instead of 0-255 to ConfMan.
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Remove unneccessary include.
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Lie to the scripts about the exact master volume-% to avoid round...
Einar Johan Trøan Sømåen
2013-01-22
WINTERMUTE: Properly create WAV-substreams, (fix bug #3592165)
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Remove a few more unused includes.
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Remove unneccessary includes of base_file.h
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Only include base_renderer.h where needed
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-09-04
Revert "WINTERMUTE: Fix compilation when vorbis isn't available"
Johannes Schickel
2012-09-04
WINTERMUTE: Fix compilation when vorbis isn't available
Filippos Karapetis
2012-08-31
WINTERMUTE: Cleanup the header-guards.
Einar Johan Trøan Sømåen
2012-08-19
WINTERMUTE: Be case-insensitive when testing for sound-format.
Einar Johan Trøan Sømåen
2012-08-15
WINTERMUTE: Clear out some commented-out code.
Einar Johan Trøan Sømåen
2012-08-14
WINTERMUTE: Save the loop-state of sounds properly.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Remove g_wintermute.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Replace BaseRegistry with ConfMan
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Use ConfMan instead of registry.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Make the BaseEngine-singleton use Common::Singleton as super-class
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Replace const char* with const Common::String & in fonts, gfx, pa...
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperC...
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Get rid of almost all LLVM GCC 4.2 warnings.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Start sounds again after loading a save.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Clear out a few warning()s
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: More variable/function renaming VarName->varName
Einar Johan Trøan Sømåen
[next]