summaryrefslogtreecommitdiff
path: root/src/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes from masterorigin/miamiSergeanur2021-09-026-57/+80
* Audio: small refactoringSergeanur2021-09-021-29/+30
* Fix heli soundSergeanur2021-09-021-3/+2
* Audio: add separate buffer for player comments like on PS2 to fix overflow, a...Sergeanur2021-09-017-8/+197
* Audio: ps2 code ifdef•••# Conflicts: # src/audio/AudioManager.h Sergeanur2021-08-302-7/+11
* Audio: fixing bugs, fixing types, making code more accurate to originalSergeanur2021-08-2910-3253/+3374
* Fix acceleration sound on exiting the vehicleSergeanur2021-08-261-0/+4
* Fix reflections with audio time scaleSergeanur2021-08-261-3/+13
* Refactor cPedCommentsSergeanur2021-08-253-48/+49
* Audio: refactoring, type fixes, renaming cAudioManager fieldsSergeanur2021-08-257-191/+188
* Audio: fix PS2 ifdefsSergeanur2021-08-242-1/+3
* Audio enhancements:•••* redo high fps fix * make releasing vehicle sounds attach to entities * fix bug with reusing audio entity that is still being used * use time scale to modify sound speed Sergeanur2021-08-244-48/+164
* Make ped comments update position and volume + fix cPedComments::ProcessSergeanur2021-08-232-51/+78
* Remove cMissionAudio, move cAMCrime array outside of cPoliceRadioQueue (R* vi...Sergeanur2021-08-215-196/+199
* Audio: bits of PS2 codeSergeanur2021-08-213-4/+33
* Rename unknown audio fieldSergeanur2021-08-202-4/+9
* Audio refactoring:•••* renamed tSound fields, added descriptions for each field * getting rid of term 'intensity' in favour of 'max distance' * renamed two cAudioManager fields * fix volume not being reduced for stopping sounds that are looped Sergeanur2021-08-205-647/+670
* Add AUDIO_REVERB defineSergeanur2021-08-197-87/+108
* Audio: ifdef more things that aren't on ps2Sergeanur2021-08-193-21/+33
* Fix acceleration sound playing when exiting the vehicle, code fixes in Proces...Sergeanur2021-08-181-78/+41
* Possible fix of ProcessVehicleOneShots crashSergeanur2021-08-181-1/+1
* Port audio changes from masterSergeanur2021-08-189-237/+269
* Merge branch 'master' into miami•••# Conflicts: # src/audio/AudioLogic.cpp Sergeanur2021-08-162-7/+20
|\
| * Fix ped comments playing at full volume behind the wallSergeanur2021-08-162-6/+16
| * Remove not needed entry from configSergeanur2021-08-161-2/+2
| * Make UpdateReflections a bit more binary exact + small code changes to sync w...Sergeanur2021-08-162-5/+10
| * Fix ifdef for audio reflection membersSergeanur2021-08-152-2/+2
| * Fix cAudioManager::ProcessVehicleEngine return type, document PS2 changes, re...Sergeanur2021-08-154-244/+266
| * Sync fixes from miamiSergeanur2021-08-122-15/+15
| * Refactor cAudioManager::ProcessActiveQueues, fix doppler effectSergeanur2021-08-121-79/+27
| * Rename unused audio memberSergeanur2021-08-122-8/+8
| * Fix sampman_nullSergeanur2021-08-121-0/+4
| * Put more things under ifdefSergeanur2021-08-127-137/+194
| * Add define to enable/disable external 3d audio simulationSergeanur2021-08-124-2/+123
| * Fix unset emitting volume for sawmillSergeanur2021-08-111-0/+3
| * Fix unset emitting volume for moan soundSergeanur2021-08-111-0/+3
* | Remove not needed entry from configSergeanur2021-08-161-2/+2
* | PS2 audio reflectionsSergeanur2021-08-162-0/+63
* | Fix cAudioManager::ProcessVehicleEngine return type, rename Sound IntensitySergeanur2021-08-164-376/+377
* | Fix sampman_nullSergeanur2021-08-122-2/+7
* | Sync audio changes from masterSergeanur2021-08-127-188/+344
* | mergeNikolay Korolev2021-08-086-14/+24
|\|
| * Fix radio scroll when player controls disablederorcun2021-07-311-1/+1
| * Reverse unused audio functions from mobileSergeanur2021-07-294-2/+34
| * Fix commentsSergeanur2021-07-282-5/+5
| * One more type fixSergeanur2021-07-271-1/+1
| * Type fixSergeanur2021-07-272-2/+2
| * cAudioManager::GetCollisionOneShotRatio cleanupSergeanur2021-07-271-9/+10
| * FixSergeanur2021-07-261-1/+1
| * Audio changes:•••- Reorder AudioCollision.cpp functions into original order - Add missing cAudioCollision::Reset() - Move cAudioCollision ctor into .h (like original) - Fix argument types for ped comment functions and more - Fix wrong names of ped comment functions - Fix incorrect ped comments - Remove getters - Reorder declarations of cAudioManager - Wrap PC only functions around ifdef - Add cAudioManager methods from PS2 and mobile Sergeanur2021-07-269-846/+870