Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Includes overhaul, fix some compiler warnings | erorcun | 2021-01-23 | 1 | -1/+1 |
| | |||||
* | rewieved some audio functions | Roman Masanin | 2020-10-02 | 1 | -1/+1 |
| | |||||
* | Fixed typos and made all assert functions optional | bigbossbro08 | 2020-05-10 | 1 | -2/+2 |
| | |||||
* | normalized line endings to LF | aap | 2020-04-09 | 1 | -45/+45 |
| | |||||
* | CCopPed done and #include cleanup | eray orçunus | 2020-03-28 | 1 | -0/+2 |
| | |||||
* | audio stuff | Sergeanur | 2020-01-25 | 1 | -0/+44 |
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) |