| Commit message (Expand) | Author | Age | Files | Lines |
* | Audio: add separate buffer for player comments like on PS2 to fix overflow, add ped comments debug to debug menu | Sergeanur | 2021-09-01 | 1 | -2/+61 |
* | Audio: fixing bugs, fixing types, making code more accurate to original | Sergeanur | 2021-08-29 | 1 | -2/+2 |
* | Add AUDIO_REVERB define | Sergeanur | 2021-08-19 | 1 | -3/+3 |
* | Port audio changes from master | Sergeanur | 2021-08-18 | 1 | -0/+2 |
* | merge | Nikolay Korolev | 2021-08-08 | 1 | -3/+2 |
|\ |
|
| * | Fix | Sergeanur | 2021-07-26 | 1 | -1/+1 |
| * | Audio changes: | Sergeanur | 2021-07-26 | 1 | -6/+6 |
| * | Make PS2 VB files work together with PC audio files | Sergeanur | 2021-07-15 | 1 | -17/+22 |
| * | Merge/sync fixes after threaded audio | erorcun | 2021-07-10 | 1 | -0/+2 |
| * | Remove waiting for stream closure in multi-thread audio | erorcun | 2021-07-10 | 1 | -0/+1 |
| * | Multi-threaded audio fixes | erorcun | 2021-07-10 | 1 | -81/+48 |
| * | Multi-threaded audio streams | erorcun | 2021-07-10 | 1 | -14/+21 |
| * | Sanitizer fixes | erorcun | 2021-07-03 | 1 | -6/+6 |
| * | Fix MP3 finding stack crash | erorcun | 2021-06-28 | 1 | -98/+47 |
| * | rename clamp macro to Clamp to fix compilation with g++11 | withmorten | 2021-06-28 | 1 | -2/+2 |
| * | Revert "Use PS2-y global names on SampMan" | erorcun | 2021-06-27 | 1 | -109/+109 |
| * | Use PS2-y global names on SampMan | erorcun | 2021-06-27 | 1 | -109/+109 |
| * | Don't restart OAL device when switching EAX | Sergeanur | 2021-06-24 | 1 | -141/+147 |
| * | Fix typo | Sergeanur | 2021-06-24 | 1 | -1/+1 |
| * | Set number of stereo sources | Sergeanur | 2021-06-24 | 1 | -1/+2 |
| * | Increase the number of audio channels to PS2 count and some small audio fixes | Sergeanur | 2021-06-24 | 1 | -29/+26 |
| * | Use bool8 in audio code | Sergeanur | 2021-06-24 | 1 | -104/+104 |
| * | Fix MP3 player | erorcun | 2021-02-19 | 1 | -93/+83 |
| * | MP3 player fixes | erorcun | 2021-02-03 | 1 | -3/+22 |
| * | OAL Loops, fixes | erorcun | 2021-02-03 | 1 | -32/+26 |
| * | MusicManager fixes | erorcun | 2021-02-03 | 1 | -5/+5 |
| * | Includes overhaul, fix some compiler warnings | erorcun | 2021-01-17 | 1 | -19/+14 |
| * | Make opus available alongside other formats | Sergeanur | 2021-01-07 | 1 | -6/+6 |
| * | Add support of PS2 audio streams to OpenAL | Sergeanur | 2021-01-05 | 1 | -8/+14 |
| * | Handle stereo panning in OAL manually for streams | Sergeanur | 2021-01-04 | 1 | -6/+15 |
| * | Overhaul and enable cache for openal build | Filip Gawin | 2021-01-01 | 1 | -13/+17 |
| * | OpenAL channels now use their own sound buffers | Sergeanur | 2020-10-27 | 1 | -105/+12 |
| * | Fixes to OpenAL | Sergeanur | 2020-10-26 | 1 | -6/+19 |
| * | Fixes and style changes from miami | erorcun | 2020-10-18 | 1 | -70/+681 |
| * | Fix Linux audio path | eray orçunus | 2020-10-05 | 1 | -2/+3 |
| * | Renaming audio enum entries to something more like original | Sergeanur | 2020-09-19 | 1 | -35/+35 |
| * | Fixes from miami | eray orçunus | 2020-09-10 | 1 | -1/+1 |
* | | Get rid of audio getters | Sergeanur | 2021-07-28 | 1 | -10/+10 |
* | | Make PS2 VB files work together with PC audio files | Sergeanur | 2021-07-15 | 1 | -15/+23 |
* | | Sanitizer fixes | erorcun | 2021-06-30 | 1 | -6/+6 |
* | | Fix MP3 finding stack crash | erorcun | 2021-06-28 | 1 | -94/+46 |
* | | rename clamp macro to Clamp to fix compilation with g++11 (and clamp2 for consistency sake) | withmorten | 2021-06-28 | 1 | -2/+2 |
* | | Multi-threaded audio fixes | erorcun | 2021-06-26 | 1 | -76/+42 |
* | | Multi-threaded audio streams | erorcun | 2021-06-26 | 1 | -15/+22 |
* | | Don't restart OAL device when switching EAX | Sergeanur | 2021-06-24 | 1 | -148/+154 |
* | | Make sampman stream functions default to stream 0 + type fixes | Sergeanur | 2021-06-24 | 1 | -2/+2 |
* | | Increase the number of audio channels to PS2 count and some small audio fixes | Sergeanur | 2021-06-24 | 1 | -30/+28 |
* | | Use bool8 in audio code | Sergeanur | 2021-06-24 | 1 | -108/+108 |
* | | Fix MP3 player | erorcun | 2021-02-19 | 1 | -92/+85 |
* | | MP3 player fixes | erorcun | 2021-02-03 | 1 | -1/+18 |
* | | OAL Loops, fixes | erorcun | 2021-02-02 | 1 | -31/+32 |
* | | Includes overhaul, fix some compiler warnings | erorcun | 2021-01-23 | 1 | -19/+16 |
* | | Port debug messagess for audio cache | Filip Gawin | 2021-01-16 | 1 | -5/+12 |
* | | RE3_NO_AUTOLINK to CMAKE_NO_AUTOLINK | Filip Gawin | 2021-01-14 | 1 | -1/+1 |
* | | More checks before autolinking | Filip Gawin | 2021-01-14 | 1 | -1/+1 |
* | | Make opus available alongside other formats | Sergeanur | 2021-01-07 | 1 | -6/+6 |
* | | Fix 16KHz track | Sergeanur | 2021-01-07 | 1 | -1/+1 |
* | | Add support of PS2 audio streams to OpenAL | Sergeanur | 2021-01-05 | 1 | -8/+14 |
* | | Increase number of stream buffers, plus ALStreamSources fix | Sergeanur | 2021-01-04 | 1 | -21/+21 |
* | | Handle stereo panning in OAL manually for streams | Sergeanur | 2021-01-04 | 1 | -18/+27 |
* | | Double the volume for mission audio in OAL + small fix | Sergeanur | 2021-01-04 | 1 | -5/+6 |
* | | OpenAL channels now use their own sound buffers | Sergeanur | 2020-10-28 | 1 | -92/+12 |
* | | SampleManager | eray orçunus | 2020-10-12 | 1 | -117/+721 |
* | | Fix Linux audio path | eray orçunus | 2020-10-05 | 1 | -2/+3 |
* | | fix enum edditing effects for oal target and small improvements | Roman Masanin | 2020-09-21 | 1 | -22/+22 |
* | | some style and bug fixes, updated sfx enum, and implemented processVehicleEngine | Roman Masanin | 2020-09-21 | 1 | -13/+13 |
* | | cMusicManager, cDMAudio, radio position save/load, a few commands implemented | Sergeanur | 2020-09-09 | 1 | -0/+46 |
* | | CGame done, Peds, fixes | eray orçunus | 2020-08-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into miami | Sergeanur | 2020-08-10 | 1 | -3/+3 |
|\| |
|
| * | clang throws an error if fixed comparisons are against NULL | blingu | 2020-08-05 | 1 | -3/+3 |
* | | Merge branch 'master' into miami | Sergeanur | 2020-08-02 | 1 | -7/+51 |
|\| |
|
| * | Merge pull request #587 from Sergeanur/opus | Sergeanur | 2020-07-29 | 1 | -7/+51 |
| |\ |
|
| | * | Merge branch 'master' into opus | Sergeanur | 2020-05-24 | 1 | -4/+4 |
| | |\ |
|
| | * | | Cleanup | Sergeanur | 2020-05-23 | 1 | -31/+17 |
| | * | | Merge remote-tracking branch 'origin/master' into opus | Sergeanur | 2020-05-22 | 1 | -2/+6 |
| | |\ \ |
|
| | * | | | opus support | Sergeanur | 2020-05-22 | 1 | -3/+61 |
* | | | | | Merge branch 'master' into miami | Sergeanur | 2020-07-17 | 1 | -1/+12 |
|\| | | | |
|
| * | | | | Add audio cache for faster initialization | Sergeanur | 2020-07-17 | 1 | -1/+12 |
| | |_|/
| |/| | |
|
* | | | | fix | Nikolay Korolev | 2020-05-31 | 1 | -1/+1 |
* | | | | fix | Nikolay Korolev | 2020-05-31 | 1 | -1/+1 |
* | | | | dumb | Nikolay Korolev | 2020-05-31 | 1 | -1/+1 |
* | | | | game logic | Nikolay Korolev | 2020-05-31 | 1 | -4/+8 |
* | | | | OpenAL support | Sergeanur | 2020-05-27 | 1 | -7/+3 |
|/ / / |
|
* | / | Optimize ALDeviceList | Sergeanur | 2020-05-24 | 1 | -4/+4 |
| |/
|/| |
|
* | | fixed dumb | Nikolay Korolev | 2020-05-20 | 1 | -2/+2 |
* | | fixed ped comment | Nikolay Korolev | 2020-05-20 | 1 | -0/+4 |
|/ |
|
* | it works differently | Nikolay Korolev | 2020-05-14 | 1 | -3/+3 |
* | some fixes | Nikolay Korolev | 2020-05-14 | 1 | -0/+4 |
* | Linux build support | eray orçunus | 2020-05-11 | 1 | -9/+13 |
* | oal update | Fire-Head | 2020-05-07 | 1 | -27/+32 |
* | oal wav/mp3 stream update | Fire-Head | 2020-05-07 | 1 | -22/+49 |
* | bb std::string | Fire-Head | 2020-05-04 | 1 | -5/+5 |
* | openal-soft added | Fire-Head | 2020-05-04 | 1 | -5/+5 |
* | oal upd | Fire-Head | 2020-05-04 | 1 | -0/+1372 |