summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Type fixSergeanur2021-07-272-2/+2
* | | | cAudioManager::GetCollisionOneShotRatio cleanupSergeanur2021-07-271-9/+10
* | | | Merge pull request #1257 from Nopey/fixbugs_pedgaplist•••Fix bug triggering gnNumTempPedList assertionerorcun2021-07-271-0/+12
|\ \ \ \
| * | | | Remove static_assert from previous commitMagnus Larsen2021-07-271-1/+0
| * | | | Allow sector ped count to exceed gap-list size•••This solves the gnNumTempPedList assertion. To prove this works, change gapTempPedList's length to 12, and visit the Triad's basketball court. Magnus Larsen2021-07-261-0/+13
* | | | | fixwithmorten2021-07-261-1/+1
* | | | | Remove deceiving commentSergeanur2021-07-261-1/+1
* | | | | Fix smooth spray when shooting with colt or usi while using PC controlsSergeanur2021-07-262-0/+14
* | | | | Fix ridiculously accurate bullets when you shoot behind with enabled free cameraSergeanur2021-07-261-0/+10
| |_|/ / |/| | |
* | | | FixSergeanur2021-07-261-1/+1
* | | | Audio changes:•••- 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 Sergeanur2021-07-269-846/+870
* | | | Fix aiming with flamethrower with PC controlsSergeanur2021-07-221-0/+8
| |/ / |/| |
* | | Fixes from miamiSergeanur2021-07-221-6/+6
* | | fix garbage data written in garage save blockwithmorten2021-07-192-1/+4
* | | render -> renderer (original name)Sergeanur2021-07-1862-0/+0
* | | Merge pull request #1217 from Nopey/master•••Fix debug script loader crashing missionswithmorten2021-07-153-13/+20
|\ \ \
| * | | Fix Cheat menu debug script loaderMagnus Larsen2021-07-101-0/+4
| * | | Fix debug script loader crashing missions•••* open_script is now exposed in Script.h, perhaps it should be namespaced as a static method on CTheScripts? I'm unsure what is preferred. * I've moved the joypad code out of open_script to prevent buttons held down at mission load time from changing the scriptToLoad. Magnus Larsen2021-07-103-13/+16
* | | | Make PS2 VB files work together with PC audio filesSergeanur2021-07-154-45/+238
* | | | Remove stupid castSergeanur2021-07-151-1/+1
* | | | Merge pull request #1236 from Nopey/fix_nearPeds•••Fix NearPed count going negativeerorcun2021-07-131-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix NearPed count going negativeMagnus Larsen2021-07-121-0/+1
| | |/ | |/|
* | | Vanilla config for Windows and win-x86 onlywithmorten2021-07-121-0/+4
* | | fixwithmorten2021-07-121-1/+1
* | | Reorganize config.hSergeanur2021-07-121-131/+50
* | | switch out current ini_parser.hpp with pulzed/mINIwithmorten2021-07-123-382/+821
* | | Merge pull request #1149 from withmorten/saves•••finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESerorcun2021-07-1225-159/+1161
|\ \ \
| * | | finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVESwithmorten2021-07-1025-159/+1161
| | |/ | |/|
* | | Unite all sliderserorcun2021-07-121-2/+2
* | | Add ped and car density slider to menu, remove dumb collision "optimization"erorcun2021-07-1211-50/+157
* | | fix the fix (and another fix)withmorten2021-07-112-2/+2
* | | tiny diff fixeswithmorten2021-07-113-3/+3
| |/ |/|
* | Physical: division by zero fixerorcun2021-07-101-0/+4
* | Merge/sync fixes after threaded audioerorcun2021-07-102-2/+7
* | Remove waiting for stream closure in multi-thread audioerorcun2021-07-103-20/+23
* | Multi-threaded audio fixeserorcun2021-07-104-119/+113
* | Multi-threaded audio streams•••Under MULTITHREADED_AUDIO define. erorcun2021-07-104-95/+559
|/
* fix jittery cars at 15fpswithmorten2021-07-091-3/+4
* add librw defines to vanilla defines undefswithmorten2021-07-091-0/+5
* Use CPad functions to check key states in script loaderSergeanur2021-07-082-24/+6
* fix macro redefinition warnings on win-glfw buildwithmorten2021-07-082-1/+3
* fix sampman_null buildwithmorten2021-07-071-5/+5
* Merge pull request #1187 from mssx86/musl_fix•••fix: add missing limits.h includes to enable bulding on musl.erorcun2021-07-052-0/+2
|\
| * fix: add missing limits.h includes to enable bulding on musl.mssx862021-07-012-0/+2
* | Fix overflow in audio codeSergeanur2021-07-031-1/+1
* | fix previous PED_SKIN commit, add commentswithmorten2021-07-031-3/+3
* | disable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is dis...withmorten2021-07-031-0/+6
* | Remove redundant part of 'Sanitizer fixes 2'erorcun2021-07-031-10/+2
* | Sanitizer fixes 2erorcun2021-07-034-14/+27
* | Peds: Efforts to find the reason of crashes on GCC 7.5.0•••* Prevent deleted peds to be in nearPeds list (was always needed, might be unrelated to crashes) * Add asserts to nearPeds and PedIK ctor (crash reasons) * Shouldn't fix reported crashes since they were caused by null peds. erorcun2021-07-033-4/+30