summaryrefslogtreecommitdiffstats
path: root/src/audio/AudioLogic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into miamiSergeanur2020-06-301-21/+15
|\ | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/audio/AudioManager.h
| * Audio fixesSergeanur2020-06-301-21/+15
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-06-291-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/audio/soundlist.h # src/control/Script.cpp # src/control/ScriptCommands.h # src/core/Cam.cpp # src/core/Camera.cpp # src/core/Camera.h # src/core/Frontend.cpp # src/core/Frontend.h # src/core/Game.cpp # src/core/MenuScreens.cpp # src/core/Pad.cpp # src/core/Pad.h # src/core/config.h # src/entities/Entity.cpp # src/render/Credits.cpp # src/render/Fluff.cpp # src/render/Hud.cpp # src/render/MBlur.cpp # src/render/Timecycle.cpp # src/skel/glfw/glfw.cpp # src/skel/win/win.cpp # src/text/Text.cpp
| * Update AudioLogic.cppFire_Head2020-06-291-3/+3
| |
| * IsMissionAudioSamplePlaying (from VC)Sergeanur2020-06-081-1/+1
| |
* | Ped, Weapon and fixeseray orçunus2020-06-171-12/+12
| |
* | fixesSergeanur2020-06-081-2/+2
| |
* | miamification of some audio structsSergeanur2020-06-081-2/+21
| |
* | Mission audio slotsSergeanur2020-06-081-108/+196
| |
* | Merge branch 'master' into miamiSergeanur2020-06-061-36/+110
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/audio/AudioSamples.h # src/audio/soundlist.h # src/core/Frontend.cpp # src/core/Frontend.h # src/core/MenuScreens.cpp # src/peds/Ped.cpp # src/peds/PlayerPed.cpp # src/render/Hud.cpp # src/vehicles/Vehicle.h
| * ps2 audio banksSergeanur2020-06-061-161/+238
| |
| * ProcessTrainAnnouncementsSergeanur2020-06-051-3/+3
| |
| * fixes, mostly from miamieray orçunus2020-06-041-20/+19
| |
| * Restore original logicSergeanur2020-05-271-2/+2
| |
* | Peds, eSound and PedState enum, fixeseray orçunus2020-06-031-26/+27
| |
* | 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