| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2015-12-28 | Updated SoundTouch library to 1.9.2 | skidau | |
| 2015-09-28 | Fix building with PCH disabled. | Rohit Nirmal | |
| 2015-09-26 | Common: Remove other Common prefixed headers from Common.h | Lioncash | |
| 2015-09-11 | Added X-Fi check and convert surround FLOAT to SHORT when it is detected | LAGonauta | |
| Fixed braces, first try fixing mac compilation and removed useless NULL comparison. | |||
| 2015-06-27 | Merge pull request #2659 from Armada651/openal-conv | Jules Blok | |
| OpenALStream: Fix sample conversion. | |||
| 2015-06-25 | OpenALStream: Fix sample conversion. | Jules Blok | |
| Looks like it wasn't symmetric anymore. | |||
| 2015-06-12 | Options: merge SCoreStartupParameter into SConfig | degasus | |
| 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-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. | |||
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2015-01-23 | Merge pull request #1917 from adamdmoss/no-lfe | skidau | |
| Remove explicit subwoofer/LFE channel from Pulseaudio and OpenAL | |||
| 2015-01-19 | Audio: Drop the LFE/subwoofer channel from the decoded surround | Adam D. Moss | |
| DPL2Decode still doesn't decode 5.1 properly, leaving bass in all channels, but its 5.0 is pretty good, so leave it at that. | |||
| 2015-01-12 | Minor consistency changes | Stevoisiak | |
| Mostly small changes, like capitalization and spelling | |||
| 2015-01-07 | OpenAL: Fix volume of sample conversion | Adam Moss | |
| 2014-09-09 | Kill Core::g_CoreStartupParameter. | Rachel Bryk | |
| 2014-09-02 | Merge pull request #930 from skidau/openal-seq-ms | Lioncash | |
| Removed the auto setting of SEQUENCE_MS because the synchronised audio c... | |||
| 2014-09-01 | msvc: remove some remnants of SDL and DSound from projects and general cleanup. | Shawn Hoffman | |
| 2014-09-01 | Removed the auto setting of SEQUENCE_MS because the synchronised audio code ↵ | skid | |
| has made it unnecessary. | |||
| 2014-08-16 | Common: Get rid of StdConditionVariable, StdMutex, and StdThread. | Lioncash | |
| All of the compilers we support have support for these now. | |||
| 2014-08-02 | AudioCommon: Get rid of some unnecessary mem_fn calls | Lioncash | |
| 2014-07-14 | Correct the function casing for DPL2Decoder | Lioncash | |
| Brings it more in-line with the rest of the codebase. | |||
| 2014-07-13 | Fix warnings unearthed by #579 | Tillmann Karras | |
| 2014-04-14 | Common: Move the Event class to a separate file, and add tests for it. Fix ↵ | Pierre Bourdon | |
| includes everywhere to match this. | |||
| 2014-04-01 | Replace use of the deprecated mem_fun function with mem_fn. | lioncash | |
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 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-03-09 | clang-modernize -loop-convert | Tillmann Karras | |
| and some manual adjustments | |||
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-20 | Fix more header sorting issues in AudioCommon/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-13 | Disable framerate correction for OpenAL | degasus | |
| OpenAL itself stretch the time on slowdowns, so the Mixer isn't allowed also to change the rate. | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
