Age | Commit message (Collapse) | 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 | |
Fixes Trac#10533 | |||
2018-05-17 | WINTERMUTE: Add flag for games using low-spec resources. | JenniBee | |
2014-10-04 | Merge pull request #514 from tobiatesan/fix_audio_loop | Einar Johan Trøan Sømåen | |
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points | |||
2014-10-04 | WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points | Tobia Tesan | |
Should fix #6648 (music not looping correctly in 5MA) | |||
2014-10-01 | WINTERMUTE: Make a bunch of attributes private in BaseSoundBuffer | Tobia Tesan | |
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 | |
Also, store the panning state, so that the next playback starts with the same pan. | |||
2013-08-04 | WINTERMUTE: Fix end of namespace comments. | Johannes Schickel | |
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: 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-04 | WINTERMUTE: Convert CRLF to LF | Willem Jan Palenstijn | |
2012-09-04 | Revert "WINTERMUTE: Fix compilation when vorbis isn't available" | Johannes Schickel | |
This reverts commit 4cfd906cec08fec8c27f33c1a54651271a4fb104. 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 | WINTERMUTE: Fix compilation when vorbis isn't available | Filippos Karapetis | |
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-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, ↵ | Einar Johan Trøan Sømåen | |
particles, sound and files. | |||
2012-07-27 | WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : ↵ | Einar Johan Trøan Sømåen | |
SuperClass(args) | |||
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 | |
2012-07-26 | WINTERMUTE: Remove #if 0 - commented out code. | Einar Johan Trøan Sømåen | |
2012-07-26 | WINTERMUTE: AStyle-formatting. | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: "if(" -> "if (" | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Remove dcgf.h from almost all includes. | Einar Johan Trøan Sømåen | |
2012-07-22 | WINTERMUTE: Add an audio-debug-channel and reduce the use of warning() | Einar Johan Trøan Sømåen | |
2012-07-21 | WINTERMUTE: Get rid of the C-prefix for class-definitions. | Einar Johan Trøan Sømåen | |
2012-07-21 | WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames | Einar Johan Trøan Sømåen | |
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. |