| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-24 | AudioCommon: Add missing override specifiers | Lioncash | |
| Also removes unnecessary virtual keywords. | |||
| 2015-05-24 | SoundStream: Internally construct the mixer | Lioncash | |
| Instead of creating the mixer externally and then passing it in, it can just be made within the class. | |||
| 2014-03-18 | Remove usesMixer function from the sound streams. | lioncash | |
| This isn't used anywhere in the codebase. Not even the base SoundStream has it as part of its interface. | |||
| 2014-03-18 | Mark the audio streams as final. | lioncash | |
| These aren't intended to be continually extended. | |||
| 2014-03-09 | clang-modernize -add-override | Tillmann Karras | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-10 | Replace all include guard ifdefs with "#pragma once" | lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
