| 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 | 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. | |||
| 2015-05-10 | AudioCommon: Migrate threadData to OpenALStream and AOSoundStream | Lioncash | |
| This is only ever used in these two sound streams. Seems silly to have it as a class member. Converted it to an atomic as well. | |||
| 2014-09-08 | AudioCommon: Remove unnecessary usages of mem_fn | Lioncash | |
| 2014-04-01 | Replace use of the deprecated mem_fun function with mem_fn. | lioncash | |
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
