summaryrefslogtreecommitdiffstats
path: root/src/audio/AudioLogic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support of original mp3/wav/adfSergeanur2020-05-271-52/+377
|
* Very basic compatibility with original sfx.raw/sdtSergeanur2020-05-261-1139/+106
|
* Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-05-261-659/+593
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/control/Garages.cpp # src/core/SurfaceTable.cpp # src/core/SurfaceTable.h # src/core/World.cpp # src/core/main.cpp # src/modelinfo/PedModelInfo.cpp # src/peds/Ped.cpp # src/render/Timecycle.cpp # src/vehicles/Automobile.cpp # src/vehicles/Automobile.h # src/vehicles/Heli.cpp # src/vehicles/Vehicle.cpp # src/weapons/Weapon.cpp # src/weapons/WeaponInfo.h
| * eSurfaceTypeaap2020-05-261-28/+28
| |
| * Even more audio cleanupsSergeanur2020-05-251-107/+104
| |
| * Ped comments cleanupSergeanur2020-05-251-43/+53
| |
| * More audio cleanup and bugfixesSergeanur2020-05-251-55/+44
| |
| * Fix names of static variablesSergeanur2020-05-251-19/+19
| |
| * cAudioManager::ProcessPlayersVehicleEngine cleanup and fixesSergeanur2020-05-251-149/+108
| |
| * Clean cAudioManager::ProcessGarages up a bitSergeanur2020-05-241-89/+79
| |
| * Even more small audio cleanupSergeanur2020-05-231-3/+3
| |
| * More audio cleanupSergeanur2020-05-231-314/+318
| |
* | eSurfaceTypeaap2020-05-261-28/+28
| |
* | Compatibility with VC weapon.dat + new shotgunseray orçunus2020-05-231-4/+4
| |
* | Pickup and audio fixeray orçunus2020-05-201-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-05-201-67/+66
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/Radar.h # src/core/World.cpp # src/core/config.h # src/entities/Entity.cpp # src/modelinfo/ModelIndices.h # src/modelinfo/PedModelInfo.cpp # src/peds/Population.cpp # src/render/Clouds.cpp # src/render/Hud.cpp # src/vehicles/HandlingMgr.h
| * Remove MAX_VOLUME dupsSergeanur2020-05-181-67/+66
| |
* | Fix compilation errorsSergeanur2020-05-161-2521/+186
|/
* More small audio fixesSergeanur2020-05-161-7/+6
|
* Move sound processors to AudioLogic.cpp, plus small fixesSergeanur2020-05-161-0/+8838