summaryrefslogtreecommitdiffstats
path: root/src/audio/AudioLogic.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in ProcessMissionAudioSlot.TheOfficialFloW2021-01-031-2/+2
|
* Fix nFramesForPretendPlaying.TheOfficialFloW2021-01-031-1/+1
|
* Fix wrong sound when bumping pedsSergeanur2021-01-011-2/+2
|
* Fix drive-by machine gun soundSergeanur2020-12-271-2/+39
|
* Fix weapon pickup soundSergeanur2020-12-261-0/+2
|
* cAudioManager::ProcessBoatEngineSergeanur2020-12-251-105/+117
|
* cPedParams fixesSergeanur2020-12-251-22/+13
|
* cAudioManager::ProcessOneShotScriptObjectSergeanur2020-12-251-78/+84
|
* Fix cAudioManager::ProcessPedOneShots crashSergeanur2020-12-251-1/+1
|
* Merge pull request #895 from ShFil119/miami_audioshfil2020-12-251-143/+209
|\ | | | | More audio
| * More audio enumsFilip Gawin2020-12-251-17/+17
| |
| * fixesFilip Gawin2020-12-251-71/+68
| |
| * More audioFilip Gawin2020-12-221-128/+197
| |
* | More type fixSergeanur2020-12-251-2/+2
| |
* | Small audio code fixSergeanur2020-12-251-19/+3
| |
* | Small type use fixesSergeanur2020-12-251-10/+10
| | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/control/Garages.cpp # src/vehicles/Cranes.cpp
* | Fix chainsaw sounds lolSergeanur2020-12-251-6/+2
|/
* merge attemptNikolay Korolev2020-12-191-8/+8
|\
| * int8 enums fixedwithmorten2020-12-071-1/+1
| |
| * uint8 enums fixedwithmorten2020-12-071-2/+2
| |
| * More audio fixSergeanur2020-11-221-27/+27
| |
| * Audio fixesSergeanur2020-11-221-210/+35
| |
| * easy way to safe few petasecondsRoman Masanin2020-11-081-0/+8
| |
| * return bad code, becouse no one knows what to do with itRoman Masanin2020-11-081-2/+2
| |
| * pointers to referencies tooRoman Masanin2020-11-081-195/+195
| |
| * Merge branch 'master' of https://github.com/GTAmodding/re3Roman Masanin2020-11-081-398/+398
| |\
| | * Fix cAudioManager::GetPhraseSergeanur2020-11-071-398/+398
| | |
| * | some "optimizations". same like I did in VCRoman Masanin2020-11-011-3/+5
| |/
* | uint8 enums fixedwithmorten2020-12-071-2/+2
| |
* | int8 enums fixedwithmorten2020-12-071-1/+1
| |
* | cAudioManager::ProcessPedOneShots + fixesSergeanur2020-12-011-306/+594
| |
* | fixed top gearNikolay Korolev2020-11-111-14/+13
| |
* | to make Serge and _R4K_ happyRoman Masanin2020-11-081-0/+18
| |
* | marked stupied code(dotProduct and AudioEvents)Roman Masanin2020-11-081-1/+16
| |
* | returned bad code, becouse no one knows what to do with itRoman Masanin2020-11-081-3/+3
| |
* | pointers into referencies!Roman Masanin2020-11-081-311/+311
| |
* | fix for merge fixRoman Masanin2020-11-081-2/+2
| |
* | merge upstreamRoman Masanin2020-11-081-116/+2585
|\ \
| * | Pickups fixSergeanur2020-11-081-1/+4
| | |
| * | Ped comments fixesSergeanur2020-11-071-1338/+1250
| | |
| * | Sfx audio logicFilip Gawin2020-11-061-112/+2666
| | |
* | | FORMATRoman Masanin2020-11-041-15/+15
| | |
* | | fix serviceSoundEffects an cleanupRoman Masanin2020-11-021-12/+2
| | |
* | | mark codeRoman Masanin2020-11-011-2/+2
| | |
* | | changes in switch, and mark codeRoman Masanin2020-11-011-2/+5
| | |
* | | Fix build and use enum in ProcessPlayerMoodRoman Masanin2020-10-261-10/+6
| | |
* | | merge upstreamRoman Masanin2020-10-251-96/+148
|\| |
| * | Finalize frontend sounds, player setup screenerorcun2020-10-251-5/+5
| | |
| * | cAudioManager::ProcessFrontEnd doneSergeanur2020-10-251-94/+146
| | |
| * | DMAudio fixesSergeanur2020-10-251-1/+1
| | |
* | | cleanup processVehicleOneShots, processVehicleX doneRoman Masanin2020-10-251-3/+3
| | |
* | | processVehicleOneShotsRoman Masanin2020-10-251-58/+179
| | |
* | | skidingRoman Masanin2020-10-251-17/+45
| | |
* | | fix merging errorsRoman Masanin2020-10-241-10/+10
| | |
* | | jumboRoman Masanin2020-10-241-34/+28
| | |
* | | firesRoman Masanin2020-10-241-6/+30
| | |
* | | model heliRoman Masanin2020-10-241-16/+65
| | |
* | | merge UpstreamRoman Masanin2020-10-241-5/+9
|\| |
| * | ScriptSoundsSergeanur2020-10-231-4/+4
| | |
| * | Merge branch 'master' into miamiSergeanur2020-10-181-9/+21
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/control/RoadBlocks.cpp # src/entities/Entity.h # src/entities/Physical.cpp # src/peds/Ped.cpp # src/render/Renderer.cpp # src/vehicles/Automobile.cpp # src/vehicles/CarGen.cpp # src/weapons/BulletInfo.cpp # src/weapons/Weapon.cpp
| | * Merge branch 'master' of github.com:GTAmodding/re3 into masterFilip Gawin2020-10-181-8/+20
| | |\
| | | * ProcessWaterCannon bug and refractoring (#773)Roman Masanin2020-10-171-8/+20
| | | | | | | | | | | | | | | | | | | | * fix audio bug and some refractoring * mark original bugs
| | * | Add missing breaks in AudioLogic.cppFilip Gawin2020-10-181-52/+23
| | |/
| | * Fix arg typesSergeanur2020-09-281-2/+2
| | |
| | * Renaming audio enum entries to something more like originalSergeanur2020-09-191-347/+347
| | |
| | * changed a sound enumaap2020-08-201-56/+56
| | |
* | | pedsRoman Masanin2020-10-181-17/+65
| | |
* | | fix bugsRoman Masanin2020-10-171-11/+23
| | |
* | | model cars and other audio stuffRoman Masanin2020-10-171-97/+177
| | |
* | | road noiseRoman Masanin2020-10-171-69/+99
| | |
* | | siren and hornRoman Masanin2020-10-161-91/+111
| | |
* | | sirenes and more marks for audio. also fix cAudioMrg sizeRoman Masanin2020-10-121-21/+5
| | |
* | | mark some audio stuff and fix frameCounterRoman Masanin2020-10-121-19/+4
|/ /
* | fix mistakesRoman Masanin2020-10-051-1/+1
| |
* | some audio and part of CExplosionRoman Masanin2020-10-051-20/+19
| |
* | Fix arg typesSergeanur2020-09-301-2/+2
| |
* | Merge pull request #717 from theR4K/miamierorcun2020-09-291-129/+640
|\ \ | | | | | | Helicopters not ringing, and other audio stuff
| * | reverse compareRoman Masanin2020-09-281-3/+3
| | |
| * | tiny style fixRoman Masanin2020-09-281-13/+11
| | |
| * | another clampRoman Masanin2020-09-271-6/+6
| | |
| * | correction of defects and another two audio functionsRoman Masanin2020-09-271-46/+63
| | |
| * | processEngineDamageRoman Masanin2020-09-271-16/+17
| | |
| * | return bridge, crane and fix structures in fluff.hRoman Masanin2020-09-261-2/+16
| | |
| * | small fixes and cleanupRoman Masanin2020-09-261-51/+45
| | |
| * | complete cleanup heli and flatTyreRoman Masanin2020-09-261-231/+154
| | |
| * | cleanup carHeliRoman Masanin2020-09-261-143/+92
| | |
| * | processVehicleOneShots for heli, and heli blade fixRoman Masanin2020-09-261-1/+22
| | |
| * | flat tyre and minimal refractoringRoman Masanin2020-09-251-50/+137
| | |
| * | safe before clean upRoman Masanin2020-09-251-171/+176
| | |
| * | fix deaddodoRoman Masanin2020-09-251-9/+8
| | |
| * | remove anther gotoRoman Masanin2020-09-251-99/+105
| | |
| * | removed some gotoRoman Masanin2020-09-251-305/+304
| | |
| * | processCarHeli half doneRoman Masanin2020-09-251-14/+393
| | |
| * | ProcessEscalators + some fixesRoman Masanin2020-09-221-7/+53
| | |
| * | rewisited:Roman Masanin2020-09-221-42/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | ProcessReverseGear ProcessWeather ProcessScriptObject ProcessExtraSounds ProcessEntity and so, more info in my repo
* | | Use enums in aVehicleSettingsSergeanur2020-09-271-122/+128
|/ /
* | fix enum edditing effects for oal target and small improvementsRoman Masanin2020-09-211-4/+5
| |
* | cleanup processVehicleEngine and some fixesRoman Masanin2020-09-211-207/+56
| |
* | some style and bug fixes, updated sfx enum, and implemented processVehicleEngineRoman Masanin2020-09-211-181/+407
| |
* | just more cleanup...Roman Masanin2020-09-181-55/+51
| |
* | cleanup processVehicleRoman Masanin2020-09-181-14/+6
| |
* | cleanup processPlayerVehicleEngineRoman Masanin2020-09-181-74/+46
| |
* | fix conditions for processPlayerVehicleEngineRoman Masanin2020-09-181-8/+7
| |
* | revisit processVehicleRoman Masanin2020-09-151-123/+140
| |
* | finish work on ProcessPlayerVehicleEngine and cleanupRoman Masanin2020-09-141-246/+348
| |
* | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miamiRoman Masanin2020-09-131-0/+31
|\ \
| * | player mood enumSergeanur2020-09-091-3/+3
| | |
| * | cMusicManager, cDMAudio, radio position save/load, a few commands implementedSergeanur2020-09-091-0/+31
| | |
* | | vehicle audio(first part) and temp fix for openALRoman Masanin2020-09-131-110/+271
|/ /
* | Stats(except displaying), PlayerInfo, marker fixeray orçunus2020-08-141-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into miamiSergeanur2020-07-221-7/+7
|\| | | | | | | | | | | | | | | | | | | | | # Conflicts: # README.md # src/core/Frontend.cpp # src/core/Frontend.h # src/peds/Ped.cpp # src/peds/Ped.h # src/render/Renderer.cpp # src/vehicles/Plane.cpp
| * Remove hacky way of injecting PS2 matfx on RW 3.3, remove static patcherSergeanur2020-07-221-1/+1
| |
| * Fix another floatSergeanur2020-07-181-1/+1
| |
| * Fix some audio floatsSergeanur2020-07-181-6/+6
| |
* | Merge branch 'master' into miamiSergeanur2020-07-161-43/+40
|\|
| * Audio fixesSergeanur2020-07-161-43/+40
| |
* | VC fighting, Peds, many fixes including ghost bikeseray orçunus2020-07-091-0/+2
| |
* | 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