summaryrefslogtreecommitdiffstats
path: root/src/audio/PoliceRadio.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m_nWantedLevel -> GetWantedLevel()withmorten2021-01-221-2/+2
|
* make building with Codewarrior 7 possiblewithmorten2021-01-211-1/+1
|
* Includes overhaul, fix some compiler warningserorcun2021-01-171-0/+1
|
* Small type use fixesSergeanur2020-12-251-1/+1
|
* Fix argument typeSergeanur2020-10-221-1/+1
|
* Police Radio fixesSergeanur2020-10-221-9/+9
|
* Renaming audio enum entries to something more like originalSergeanur2020-09-191-1/+1
|
* Remove MAX_VOLUME dupsSergeanur2020-05-181-2/+1
|
* some work on zonesaap2020-05-061-2/+2
|
* More use of GetModelIndexSergeanur2020-05-051-2/+2
|
* Changing prefixes for some audio fieldsSergeanur2020-04-281-7/+7
|
* Fix crash in cAudioManager::ServicePoliceRadioFilip Gawin2020-04-181-4/+8
|
* Remove patchesSergeanur2020-04-171-17/+1
|
* rem refsFire-Head2020-04-171-8/+8
|
* Cleanup audio codeFilip Gawin2020-04-121-8/+11
|
* normalized line endings to LFaap2020-04-091-789/+789
|
* Cleanup audiocode and fix for ComputeDopplerEffectedFrequencyFilip Gawin2020-04-071-4/+4
|
* Remove all constexprFilip Gawin2020-03-221-3/+3
|
* Fixes for reviewFilip Gawin2020-03-221-0/+3
|
* Implement ProcessGarages + small cleanupFilip Gawin2020-03-221-4/+4
|
* Audio, use of enums and true/falseSergeanur2020-02-021-4/+4
|
* audio stuffSergeanur2020-01-251-0/+786
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)