Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync audio changes from master | Sergeanur | 2021-08-12 | 1 | -2/+9 |
| | |||||
* | merge | Nikolay Korolev | 2021-08-08 | 1 | -0/+5 |
|\ | |||||
| * | Reverse unused audio functions from mobile | Sergeanur | 2021-07-28 | 1 | -1/+3 |
| | | |||||
| * | Fix comments | Sergeanur | 2021-07-28 | 1 | -4/+4 |
| | | |||||
| * | Type fix | Sergeanur | 2021-07-27 | 1 | -1/+1 |
| | | |||||
| * | Audio changes: | Sergeanur | 2021-07-26 | 1 | -250/+257 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | Fix redone + add hud fix | Sergeanur | 2021-06-24 | 1 | -4/+0 |
| | | |||||
| * | Fix cut off sfx on high framerates | Sergeanur | 2021-06-24 | 1 | -0/+4 |
| | | |||||
| * | Add macros to set sample loop offsets | Sergeanur | 2021-06-24 | 1 | -0/+19 |
| | | |||||
| * | Increase the number of audio channels to PS2 count and some small audio fixes | Sergeanur | 2021-06-24 | 1 | -4/+4 |
| | | |||||
| * | Fix return type | Sergeanur | 2021-06-24 | 1 | -1/+1 |
| | | |||||
| * | Use bool8 in audio code | Sergeanur | 2021-06-24 | 1 | -52/+52 |
| | | |||||
| * | Uhh, right | Sergeanur | 2021-02-26 | 1 | -1/+1 |
| | | |||||
| * | Sync miami things | Sergeanur | 2021-01-03 | 1 | -1/+1 |
| | | |||||
| * | Weapon flags changed from bit fields to bit mask (R* vision) | Sergeanur | 2020-12-26 | 1 | -2/+2 |
| | | |||||
| * | cVehicleParams ctor | Sergeanur | 2020-12-25 | 1 | -0/+10 |
| | | |||||
| * | cPedParams fixes | Sergeanur | 2020-12-25 | 1 | -0/+7 |
| | | |||||
| * | Small type use fixes | Sergeanur | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | Audio fixes | Sergeanur | 2020-11-22 | 1 | -4/+4 |
| | | |||||
| * | pointers to referencies too | Roman Masanin | 2020-11-08 | 1 | -23/+23 |
| | | |||||
| * | Fix cAudioManager::GetPhrase | Sergeanur | 2020-11-07 | 1 | -1/+1 |
| | | |||||
| * | Fix argument type | Sergeanur | 2020-10-22 | 1 | -1/+1 |
| | | |||||
| * | Police Radio fixes | Sergeanur | 2020-10-22 | 1 | -1/+1 |
| | | |||||
| * | Fix arg types | Sergeanur | 2020-09-28 | 1 | -2/+2 |
| | | |||||
| * | Fixes to MusicManager | Sergeanur | 2020-09-19 | 1 | -1/+1 |
| | | |||||
* | | Reverse unused audio functions | Sergeanur | 2021-07-29 | 1 | -1/+6 |
| | | |||||
* | | Reverse unused audio functions from mobile | Sergeanur | 2021-07-28 | 1 | -1/+3 |
| | | | | | | | | | | # Conflicts: # src/audio/AudioManager.h | ||||
* | | cAudioManager declaration reordering | Sergeanur | 2021-07-28 | 1 | -185/+188 |
| | | |||||
* | | Get rid of audio getters | Sergeanur | 2021-07-28 | 1 | -4/+0 |
| | | |||||
* | | Ped comments ordering and type fix + vice function(s) fix | Sergeanur | 2021-07-28 | 1 | -97/+98 |
| | | |||||
* | | AudioLogic type fixes and reordering (after peds) | Sergeanur | 2021-07-27 | 1 | -4/+4 |
| | | |||||
* | | AudioLogic type fixes and reordering (before peds) | Sergeanur | 2021-07-27 | 1 | -12/+12 |
| | | |||||
* | | PolRadio type fixes | Sergeanur | 2021-07-27 | 1 | -2/+2 |
| | | |||||
* | | AudioManager.cpp reordering | Sergeanur | 2021-07-27 | 1 | -21/+23 |
| | | |||||
* | | Sort AudioCollision functions into original order | Sergeanur | 2021-07-27 | 1 | -3/+3 |
| | | |||||
* | | get rid of // done comments in audiomanager.h | withmorten | 2021-07-11 | 1 | -174/+174 |
| | | |||||
* | | forgot | Sergeanur | 2021-06-24 | 1 | -0/+2 |
| | | |||||
* | | Add macros to set sample loop offsets | Sergeanur | 2021-06-24 | 1 | -0/+17 |
| | | |||||
* | | Increase the number of audio channels to PS2 count and some small audio fixes | Sergeanur | 2021-06-24 | 1 | -4/+4 |
| | | |||||
* | | Use bool8 in audio code | Sergeanur | 2021-06-24 | 1 | -58/+58 |
| | | |||||
* | | Uhh, right | Sergeanur | 2021-02-26 | 1 | -1/+1 |
| | | | | | | | | | | # Conflicts: # src/audio/AudioManager.h | ||||
* | | make building with Codewarrior 7 possible | withmorten | 2021-01-24 | 1 | -1/+1 |
| | | |||||
* | | cPedParams ctor | Sergeanur | 2020-12-26 | 1 | -1/+8 |
| | | |||||
* | | cVehicleParams ctor | Sergeanur | 2020-12-25 | 1 | -2/+13 |
| | | |||||
* | | cAudioManager::ProcessOneShotScriptObject | Sergeanur | 2020-12-25 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #895 from ShFil119/miami_audio | shfil | 2020-12-25 | 1 | -81/+82 |
|\ \ | | | | | | | More audio | ||||
| * | | More audio | Filip Gawin | 2020-12-22 | 1 | -81/+82 |
| | | | |||||
* | | | Small type use fixes | Sergeanur | 2020-12-25 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/control/Garages.cpp # src/vehicles/Cranes.cpp | ||||
* | | uint8 enums fixed | withmorten | 2020-12-07 | 1 | -1/+1 |
| | | |||||
* | | cAudioManager::ProcessPedOneShots + fixes | Sergeanur | 2020-12-01 | 1 | -3/+3 |
| | | |||||
* | | pointers into referencies! | Roman Masanin | 2020-11-08 | 1 | -27/+27 |
| | | |||||
* | | fix for merge fix | Roman Masanin | 2020-11-08 | 1 | -2/+2 |
| | | |||||
* | | fix merge | Roman Masanin | 2020-11-08 | 1 | -2/+2 |
| | | |||||
* | | merge upstream | Roman Masanin | 2020-11-08 | 1 | -11/+107 |
|\ \ | |||||
| * | | Ped comments fixes | Sergeanur | 2020-11-07 | 1 | -98/+100 |
| | | | |||||
| * | | Sfx audio logic | Filip Gawin | 2020-11-06 | 1 | -7/+101 |
| | | | |||||
* | | | Fix build and use enum in ProcessPlayerMood | Roman Masanin | 2020-10-26 | 1 | -11/+11 |
| | | | |||||
* | | | fix merge | Roman Masanin | 2020-10-25 | 1 | -1/+1 |
| | | | |||||
* | | | merge upstream | Roman Masanin | 2020-10-25 | 1 | -3/+3 |
|\| | | |||||
| * | | cAudioManager::ProcessFrontEnd done | Sergeanur | 2020-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | DMAudio fixes | Sergeanur | 2020-10-25 | 1 | -1/+1 |
| | | | |||||
* | | | processVehicleOneShots | Roman Masanin | 2020-10-25 | 1 | -1/+1 |
| | | | |||||
* | | | skiding | Roman Masanin | 2020-10-25 | 1 | -3/+4 |
| | | | |||||
* | | | mark reflections done | Roman Masanin | 2020-10-24 | 1 | -3/+3 |
| | | | |||||
* | | | fix merging errors | Roman Masanin | 2020-10-24 | 1 | -2/+2 |
| | | | |||||
* | | | jumbo | Roman Masanin | 2020-10-24 | 1 | -7/+7 |
| | | | |||||
* | | | fires | Roman Masanin | 2020-10-24 | 1 | -1/+1 |
| | | | |||||
* | | | model heli | Roman Masanin | 2020-10-24 | 1 | -2/+2 |
| | | | |||||
* | | | merge Upstream | Roman Masanin | 2020-10-24 | 1 | -15/+11 |
|\| | | |||||
| * | | Fix argument type | Sergeanur | 2020-10-22 | 1 | -1/+1 |
| | | | |||||
| * | | Police Radio + fixes | Sergeanur | 2020-10-22 | 1 | -2/+3 |
| | | | |||||
| * | | SampleManager | eray orçunus | 2020-10-12 | 1 | -13/+8 |
| | | | |||||
* | | | peds | Roman Masanin | 2020-10-18 | 1 | -3/+5 |
| | | | |||||
* | | | model cars and other audio stuff | Roman Masanin | 2020-10-17 | 1 | -4/+4 |
| | | | |||||
* | | | road noise | Roman Masanin | 2020-10-17 | 1 | -3/+3 |
| | | | |||||
* | | | siren and horn | Roman Masanin | 2020-10-16 | 1 | -4/+4 |
| | | | |||||
* | | | sirenes and more marks for audio. also fix cAudioMrg size | Roman Masanin | 2020-10-12 | 1 | -11/+12 |
| | | | |||||
* | | | mark some audio stuff and fix frameCounter | Roman Masanin | 2020-10-12 | 1 | -31/+30 |
|/ / | |||||
* | | some audio and part of CExplosion | Roman Masanin | 2020-10-05 | 1 | -43/+43 |
| | | |||||
* | | revert some changes and little fix | Roman Masanin | 2020-10-02 | 1 | -1/+1 |
| | | |||||
* | | letter 'c' is done | Roman Masanin | 2020-10-02 | 1 | -11/+10 |
| | | |||||
* | | merged from upstream | Roman Masanin | 2020-10-02 | 1 | -36/+32 |
|\ \ | |||||
| * | | Mark audio code which is the same in re3 as done | Filip Gawin | 2020-09-30 | 1 | -38/+34 |
| | | | |||||
* | | | rewieved some audio functions | Roman Masanin | 2020-10-02 | 1 | -6/+6 |
| | | | |||||
* | | | half done processActiveQueues | Roman Masanin | 2020-10-01 | 1 | -0/+1 |
|/ / | |||||
* | | Fix arg types | Sergeanur | 2020-09-30 | 1 | -2/+2 |
| | | |||||
* | | correction of defects and another two audio functions | Roman Masanin | 2020-09-27 | 1 | -3/+3 |
| | | |||||
* | | processEngineDamage | Roman Masanin | 2020-09-27 | 1 | -1/+1 |
| | | |||||
* | | mark completed functions in audioManager.h | Roman Masanin | 2020-09-26 | 1 | -25/+25 |
| | | |||||
* | | complete cleanup heli and flatTyre | Roman Masanin | 2020-09-26 | 1 | -1/+0 |
| | | |||||
* | | flat tyre and minimal refractoring | Roman Masanin | 2020-09-25 | 1 | -0/+1 |
| | | |||||
* | | processCarHeli half done | Roman Masanin | 2020-09-25 | 1 | -0/+1 |
| | | |||||
* | | rewisited: | Roman Masanin | 2020-09-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | ProcessReverseGear ProcessWeather ProcessScriptObject ProcessExtraSounds ProcessEntity and so, more info in my repo | ||||
* | | fix enum edditing effects for oal target and small improvements | Roman Masanin | 2020-09-21 | 1 | -1/+1 |
| | | |||||
* | | cleanup processVehicleEngine and some fixes | Roman Masanin | 2020-09-21 | 1 | -3/+1 |
| | | |||||
* | | some style and bug fixes, updated sfx enum, and implemented processVehicleEngine | Roman Masanin | 2020-09-21 | 1 | -0/+2 |
| | | |||||
* | | just more cleanup... | Roman Masanin | 2020-09-18 | 1 | -0/+1 |
| | | |||||
* | | cleanup processVehicle | Roman Masanin | 2020-09-18 | 1 | -1/+1 |
| | | |||||
* | | revisit processVehicle | Roman Masanin | 2020-09-15 | 1 | -1/+1 |
| | | |||||
* | | finish work on ProcessPlayerVehicleEngine and cleanup | Roman Masanin | 2020-09-14 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami | Roman Masanin | 2020-09-13 | 1 | -3/+9 |
|\ \ | |||||
| * | | Add missing file | Sergeanur | 2020-09-10 | 1 | -1/+1 |
| | | | |||||
| * | | player mood enum | Sergeanur | 2020-09-09 | 1 | -2/+2 |
| | | | |||||
| * | | cMusicManager, cDMAudio, radio position save/load, a few commands implemented | Sergeanur | 2020-09-09 | 1 | -1/+7 |
| | | | |||||
* | | | vehicle audio(first part) and temp fix for openAL | Roman Masanin | 2020-09-13 | 1 | -0/+2 |
|/ / | |||||
* | | Merge branch 'master' into miami | Sergeanur | 2020-07-16 | 1 | -1/+1 |
|\| | |||||
| * | Audio fixes | Sergeanur | 2020-07-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into miami | Sergeanur | 2020-06-30 | 1 | -1/+1 |
|\| | | | | | | | | | | | # Conflicts: # src/audio/AudioLogic.cpp # src/audio/AudioManager.h | ||||
| * | Audio fixes | Sergeanur | 2020-06-30 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into miami | Sergeanur | 2020-06-29 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | menu fixes | Fire-Head | 2020-06-29 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into ps2menu | Fire_Head | 2020-06-29 | 1 | -10/+20 |
| |\ | |||||
| | * | IsMissionAudioSamplePlaying (from VC) | Sergeanur | 2020-06-08 | 1 | -2/+2 |
| | | | |||||
| * | | mips overdose | Fire-Head | 2020-06-27 | 1 | -2/+2 |
| | | | |||||
* | | | miamification of some audio structs | Sergeanur | 2020-06-08 | 1 | -2/+16 |
| | | | |||||
* | | | Mission audio slots | Sergeanur | 2020-06-08 | 1 | -17/+25 |
| | | | |||||
* | | | Merge branch 'master' into miami | Sergeanur | 2020-06-06 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 banks | Sergeanur | 2020-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | fixes, mostly from miami | eray orçunus | 2020-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | Peds, eSound and PedState enum, fixes | eray orçunus | 2020-06-03 | 1 | -1/+1 |
| | | | |||||
* | | | Very basic compatibility with original sfx.raw/sdt | Sergeanur | 2020-05-26 | 1 | -11/+5 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into miami | Sergeanur | 2020-05-26 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | | More audio cleanup | Sergeanur | 2020-05-23 | 1 | -1/+1 |
| | | | |||||
* | | | Fix compilation errors | Sergeanur | 2020-05-16 | 1 | -77/+1 |
|/ / | |||||
* | | Move sound processors to AudioLogic.cpp, plus small fixes | Sergeanur | 2020-05-16 | 1 | -5/+17 |
| | | |||||
* | | Remove unused audio enum | Sergeanur | 2020-05-16 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #509 from Fire-Head/master | erorcun | 2020-05-11 | 1 | -1/+3 |
|\ | | | | | OpenAL update | ||||
| * | oal upd | Fire-Head | 2020-05-04 | 1 | -1/+3 |
| | | |||||
* | | Fixed typos and made all assert functions optional | bigbossbro08 | 2020-05-10 | 1 | -11/+6 |
| | | |||||
* | | defined out asserts. | bigbossbro08 | 2020-05-10 | 1 | -0/+4 |
| | | |||||
* | | Fix GetDistanceSquared | Sergeanur | 2020-05-07 | 1 | -1/+3 |
| | | |||||
* | | Fixed arguments for sound collisions | Sergeanur | 2020-05-07 | 1 | -3/+3 |
| | | |||||
* | | A bit more audio cleanup | Sergeanur | 2020-05-02 | 1 | -1/+2 |
| | | |||||
* | | SetPosition, part 1 | Sergeanur | 2020-05-02 | 1 | -1/+1 |
| | | |||||
* | | Changing prefixes for some audio fields | Sergeanur | 2020-04-28 | 1 | -149/+18 |
|/ | |||||
* | Audio structs moved to their AudioManager.h | Sergeanur | 2020-04-27 | 1 | -3/+22 |
| | |||||
* | ps2 particles, sampman oal started | Fire-Head | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | Remove padding fields | Sergeanur | 2020-04-18 | 1 | -37/+0 |
| | |||||
* | Merge pull request #440 from Fire-Head/master | Nikolay Korolev | 2020-04-15 | 1 | -1/+1 |
|\ | | | | | CWeapon done, fixes | ||||
| * | CWeapon done, ps2 cheats fix | Fire-Head | 2020-04-15 | 1 | -1/+1 |
| | | |||||
* | | Added missing audio ctors | Sergeanur | 2020-04-14 | 1 | -8/+17 |
| | | |||||
* | | Finish audio code | Filip Gawin | 2020-04-13 | 1 | -176/+176 |
| | | |||||
* | | Cleanup audio code | Filip Gawin | 2020-04-12 | 1 | -6/+6 |
|/ | |||||
* | normalized line endings to LF | aap | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Cleanup audiocode and fix for ComputeDopplerEffectedFrequency | Filip Gawin | 2020-04-07 | 1 | -23/+23 |
| | |||||
* | ProcessVehicleEngine and ProcessActiveQueues | Filip Gawin | 2020-03-28 | 1 | -2/+2 |
| | | | | Also some smaller fixes, thx erorcun for help. | ||||
* | fix include | Filip Gawin | 2020-03-22 | 1 | -1/+1 |
| | |||||
* | Fixes for review | Filip Gawin | 2020-03-22 | 1 | -31/+15 |
| | |||||
* | Cleanup audio code + fixes for review | Filip Gawin | 2020-03-22 | 1 | -9/+21 |
| | |||||
* | Implement ProcessGarages + small cleanup | Filip Gawin | 2020-03-22 | 1 | -3/+3 |
| | |||||
* | Implement SetupJumboEngineSound | Filip Gawin | 2020-03-22 | 1 | -11/+11 |
| | |||||
* | Implement ProcessFires | Filip Gawin | 2020-03-22 | 1 | -2/+2 |
| | |||||
* | Implement ProcessCesna | Filip Gawin | 2020-03-22 | 1 | -1/+1 |
| | |||||
* | cMusicManager | Sergeanur | 2020-02-07 | 1 | -0/+1 |
| | |||||
* | Audio, use of enums and true/false | Sergeanur | 2020-02-02 | 1 | -3/+3 |
| | |||||
* | audio stuff | Sergeanur | 2020-01-25 | 1 | -99/+11 |
| | | | | | | | | | | | Collision audio and police radio stuff moved to a separate cpp's like in the original code cPoliceRadioQueue added, code refactored correspondingly cAudioManager::ServiceCollisions reversed PlayOneShotScriptObject reversed cAudioScriptObject moved to AudioScriptObject.cpp Fixed use of numbers on non-integer types (bools, pointers) enum is now used for ped audio calculation Added fixes for vehicle description in the police radio (missing vehicles and wrong colors) | ||||
* | Two audio structs renamed to their original names | Sergeanur | 2020-01-13 | 1 | -8/+8 |
| | |||||
* | Audio fixes for erorcun review | Filip Gawin | 2019-12-01 | 1 | -5/+5 |
| | |||||
* | Implement ProcessVehicleSirenOrAlarm | Filip Gawin | 2019-12-01 | 1 | -1/+1 |
| | |||||
* | RE cAudioManager::UpdateReflections | Filip Gawin | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Implement PreloadMissionAudio + small fixes | Filip Gawin | 2019-10-27 | 1 | -2/+2 |
| | |||||
* | Audio fixes | Sergeanur | 2019-10-27 | 1 | -3/+3 |
| | |||||
* | Audio9 (fixes) | Filip Gawin | 2019-10-27 | 1 | -1/+1 |
| | |||||
* | Audio stuff moved around, removed MusicManager dependencies, eMusicMode used for ChangeMusicMode | Sergeanur | 2019-10-26 | 1 | -2/+129 |
| | |||||
* | Audio fixes from Serg | Filip Gawin | 2019-10-26 | 1 | -9/+15 |
| | |||||
* | Cleanup audio | Filip Gawin | 2019-10-26 | 1 | -11/+8 |
| | |||||
* | Cleanup police radio | Filip Gawin | 2019-10-26 | 1 | -10/+7 |
| | |||||
* | More audio windows | Filip Gawin | 2019-10-26 | 1 | -8/+7 |
| | |||||
* | More audio (to hook and test) | Filip Gawin | 2019-10-26 | 1 | -12/+11 |
| | |||||
* | More work | Filip Gawin | 2019-10-26 | 1 | -20/+22 |
| | |||||
* | audio7 | Filip Gawin | 2019-10-26 | 1 | -45/+73 |
| | |||||
* | Audio fixes | Filip Gawin | 2019-08-27 | 1 | -6/+6 |
| | |||||
* | Cleanup | Filip Gawin | 2019-08-27 | 1 | -113/+93 |
| | |||||
* | More more more audio | Filip Gawin | 2019-08-27 | 1 | -92/+116 |
| | |||||
* | Cleanup | Filip Gawin | 2019-08-27 | 1 | -42/+53 |
| | |||||
* | More audio ped | Filip Gawin | 2019-08-27 | 1 | -36/+30 |
| | |||||
* | CParticleObject done, cDMAudio done | Fire-Head | 2019-08-15 | 1 | -12/+36 |
| | |||||
* | sampman done | Fire-Head | 2019-08-02 | 1 | -5/+29 |
| | |||||
* | added CPool<cAudioScriptObject, cAudioScriptObject> | Nikolay Korolev | 2019-07-20 | 1 | -0/+5 |
| | |||||
* | fixes for #142 | Filip Gawin | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | More audio script | Filip Gawin | 2019-07-19 | 1 | -10/+14 |
| | |||||
* | more audio process | Filip Gawin | 2019-07-19 | 1 | -60/+72 |
| | |||||
* | ProcessActiveQueues | Filip Gawin | 2019-07-19 | 1 | -98/+100 |
| | |||||
* | ComputeDopplerEffectedFrequency | Filip Gawin | 2019-07-19 | 1 | -32/+98 |
| | |||||
* | Fix reverse warn and air brakes | Filip Gawin | 2019-07-07 | 1 | -6/+11 |
| | |||||
* | cAudioManager::Initialise | Filip Gawin | 2019-07-07 | 1 | -3/+10 |
| | |||||
* | More AudioManager | Filip Gawin | 2019-07-04 | 1 | -4/+72 |
| | |||||
* | RandomDisplacement | Filip Gawin | 2019-07-04 | 1 | -0/+2 |
| | |||||
* | RequireDigitalHandle | Filip Gawin | 2019-07-04 | 1 | -0/+1 |
| | |||||
* | ReleaseDigitalHandle | Filip Gawin | 2019-07-04 | 1 | -4/+10 |
| | |||||
* | PlayerJustGotInCar | Filip Gawin | 2019-07-04 | 1 | -1/+2 |
| | |||||
* | CreateEntity | Filip Gawin | 2019-07-04 | 1 | -1/+2 |
| | |||||
* | SetEntityStatus | Filip Gawin | 2019-07-04 | 1 | -0/+1 |
| | |||||
* | PreTerminateGameSpecificShutdown | Filip Gawin | 2019-07-04 | 1 | -0/+1 |
| | |||||
* | DestroyEntity | Filip Gawin | 2019-07-04 | 1 | -0/+1 |
| | |||||
* | PostTerminateGameSpecificShutdown | Filip Gawin | 2019-07-04 | 1 | -0/+1 |
| | |||||
* | SetDynamicAcousticModelingStatus | Filip Gawin | 2019-07-04 | 1 | -1/+2 |
| | |||||
* | IsAudioInitialised | Filip Gawin | 2019-07-04 | 1 | -0/+1 |
| | |||||
* | GenerateIntegerRandomNumberTable | Filip Gawin | 2019-07-04 | 1 | -0/+2 |
| | |||||
* | Implement GetSpecialCharacterTalkSfx | Filip Gawin | 2019-06-30 | 1 | -1/+10 |
| | |||||
* | Implement the rest of GetXTalkSfx | Filip Gawin | 2019-06-29 | 1 | -0/+51 |
| | |||||
* | Implement some GetXTalkSfx methods | Filip Gawin | 2019-06-29 | 1 | -8/+26 |
| | |||||
* | fixes for AudioManager::GetPhrase | Filip Gawin | 2019-06-29 | 1 | -6/+12 |
| | |||||
* | AudioManager::GetPhrase | Filip Gawin | 2019-06-29 | 1 | -2/+214 |
| | |||||
* | Better organization for Frontend.cpp | _AG | 2019-06-25 | 1 | -0/+1 |
| | |||||
* | CPed, CVehicle, mostly entering/exiting car | eray orçunus | 2019-06-24 | 1 | -0/+8 |
Signed-off-by: eray orçunus <erayorcunus@gmail.com> |