aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix quiet police scanner on OpenALSergeanur2021-06-242-1/+19
* Uhh, rightSergeanur2021-02-262-2/+2
* PoliceRadio -> PolRadio (original name)Sergeanur2021-02-262-0/+0
* Fix MP3 playererorcun2021-02-192-190/+170
* Try to fix streams stop after a whileerorcun2021-02-142-4/+9
* MP3 player fixeserorcun2021-02-031-3/+22
* OAL Loops, fixeserorcun2021-02-035-66/+136
* MusicManager fixeserorcun2021-02-037-148/+172
* Add radio off textSergeanur2021-01-311-2/+2
* small fix regarding codewarrior and AUDIO_MSSwithmorten2021-01-221-2/+3
* m_nWantedLevel -> GetWantedLevel()withmorten2021-01-221-2/+2
* codewarrior: finishing toucheswithmorten2021-01-211-1/+1
* make building with Codewarrior 7 possiblewithmorten2021-01-215-7/+7
* Includes overhaul, fix some compiler warningserorcun2021-01-175-25/+18
* audio: only use #pragma comment(lib, xxx.lib) on MSVCAnonymous Maarten2021-01-111-1/+1
* Use original namesSergeanur2021-01-081-1/+1
* Add MPG123_QUIET to mp3 filesSergeanur2021-01-071-1/+1
* Make opus available alongside other formatsSergeanur2021-01-073-24/+28
* Cleanup and fixes for new decodersSergeanur2021-01-061-118/+149
* Fixes for CVbFileFilip Gawin2021-01-061-4/+4
* Small fixes for new wav decoderFilip Gawin2021-01-061-3/+3
* Implementing our own WAV decoder to replace SndFileSergeanur2021-01-061-28/+329
* duhSergeanur2021-01-051-2/+0
* Add support of PS2 audio streams to OpenALSergeanur2021-01-053-11/+255
* More audio fixSergeanur2021-01-051-25/+25
* Audio fixesSergeanur2021-01-052-75/+75
* Handle stereo panning in OAL manually for streamsSergeanur2021-01-043-60/+184
* Sync miami thingsSergeanur2021-01-032-4/+7
* Overhaul and enable cache for openal buildFilip Gawin2021-01-011-13/+17
* Weapon flags changed from bit fields to bit mask (R* vision)Sergeanur2020-12-261-2/+2
* cVehicleParams ctorSergeanur2020-12-252-4/+13
* Use intensity in ProcessBoatEngineSergeanur2020-12-251-4/+4
* cAudioManager::ProcessBoatEngine fixesSergeanur2020-12-251-4/+4
* cPedParams fixesSergeanur2020-12-252-49/+33
* Fix cAudioManager::ProcessSpecialSergeanur2020-12-251-2/+1
* Small type use fixesSergeanur2020-12-254-13/+13
* Merge pull request #886 from erorcun/mastererorcun2020-12-241-13/+82
|\
| * style changeerorcun2020-12-191-12/+5
| * radio scroll fixerorcun2020-12-151-4/+4
| * Radio scroll to prev. station & radio off texterorcun2020-12-151-8/+84
* | fixes to last HUD commitserorcun2020-12-201-0/+2
* | Merge branch 'master' of https://github.com/GTAmodding/re3Fire-Head2020-12-196-7/+25
|\|
| * Merge pull request #871 from withmorten/sized-enumserorcun2020-12-094-7/+7
| |\
| | * int32 enum fixedwithmorten2020-12-071-1/+1
| | * uint32 enums fixedwithmorten2020-12-071-1/+1
| | * uint16 enums fixedwithmorten2020-12-071-2/+2
| | * int8 enums fixedwithmorten2020-12-071-1/+1
| | * uint8 enums fixedwithmorten2020-12-071-2/+2
| * | audio: define openal extensions in re3 owned namespaceAnonymous Maarten2020-12-072-0/+18
* | | restore original code, fixes, ps2 fontFire-Head2020-12-191-1/+1