| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Type fix | Sergeanur | 2021-07-27 | 2 | -2/+2 | |
| * | | | | cAudioManager::GetCollisionOneShotRatio cleanup | Sergeanur | 2021-07-27 | 1 | -9/+10 | |
| * | | | | Merge pull request #1257 from Nopey/fixbugs_pedgaplist•••Fix bug triggering gnNumTempPedList assertion | erorcun | 2021-07-27 | 1 | -0/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | Remove static_assert from previous commit | Magnus Larsen | 2021-07-27 | 1 | -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 Larsen | 2021-07-26 | 1 | -0/+13 | |
| * | | | | | fix | withmorten | 2021-07-26 | 1 | -1/+1 | |
| * | | | | | Remove deceiving comment | Sergeanur | 2021-07-26 | 1 | -1/+1 | |
| * | | | | | Fix smooth spray when shooting with colt or usi while using PC controls | Sergeanur | 2021-07-26 | 2 | -0/+14 | |
| * | | | | | Fix ridiculously accurate bullets when you shoot behind with enabled free camera | Sergeanur | 2021-07-26 | 1 | -0/+10 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Fix | Sergeanur | 2021-07-26 | 1 | -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 | Sergeanur | 2021-07-26 | 9 | -846/+870 | |
| * | | | | Fix aiming with flamethrower with PC controls | Sergeanur | 2021-07-22 | 1 | -0/+8 | |
| | |/ / |/| | | ||||||
| * | | | Fixes from miami | Sergeanur | 2021-07-22 | 1 | -6/+6 | |
| * | | | fix garbage data written in garage save block | withmorten | 2021-07-19 | 2 | -1/+4 | |
| * | | | render -> renderer (original name) | Sergeanur | 2021-07-18 | 62 | -0/+0 | |
| * | | | Merge pull request #1217 from Nopey/master•••Fix debug script loader crashing missions | withmorten | 2021-07-15 | 3 | -13/+20 | |
| |\ \ \ | ||||||
| | * | | | Fix Cheat menu debug script loader | Magnus Larsen | 2021-07-10 | 1 | -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 Larsen | 2021-07-10 | 3 | -13/+16 | |
| * | | | | Make PS2 VB files work together with PC audio files | Sergeanur | 2021-07-15 | 4 | -45/+238 | |
| * | | | | Remove stupid cast | Sergeanur | 2021-07-15 | 1 | -1/+1 | |
| * | | | | Merge pull request #1236 from Nopey/fix_nearPeds•••Fix NearPed count going negative | erorcun | 2021-07-13 | 1 | -0/+1 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Fix NearPed count going negative | Magnus Larsen | 2021-07-12 | 1 | -0/+1 | |
| | | |/ | |/| | ||||||
| * | | | Vanilla config for Windows and win-x86 only | withmorten | 2021-07-12 | 1 | -0/+4 | |
| * | | | fix | withmorten | 2021-07-12 | 1 | -1/+1 | |
| * | | | Reorganize config.h | Sergeanur | 2021-07-12 | 1 | -131/+50 | |
| * | | | switch out current ini_parser.hpp with pulzed/mINI | withmorten | 2021-07-12 | 3 | -382/+821 | |
| * | | | Merge pull request #1149 from withmorten/saves•••finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES | erorcun | 2021-07-12 | 25 | -159/+1161 | |
| |\ \ \ | ||||||
| | * | | | finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES | withmorten | 2021-07-10 | 25 | -159/+1161 | |
| | | |/ | |/| | ||||||
| * | | | Unite all sliders | erorcun | 2021-07-12 | 1 | -2/+2 | |
| * | | | Add ped and car density slider to menu, remove dumb collision "optimization" | erorcun | 2021-07-12 | 11 | -50/+157 | |
| * | | | fix the fix (and another fix) | withmorten | 2021-07-11 | 2 | -2/+2 | |
| * | | | tiny diff fixes | withmorten | 2021-07-11 | 3 | -3/+3 | |
| | |/ |/| | ||||||
| * | | Physical: division by zero fix | erorcun | 2021-07-10 | 1 | -0/+4 | |
| * | | Merge/sync fixes after threaded audio | erorcun | 2021-07-10 | 2 | -2/+7 | |
| * | | Remove waiting for stream closure in multi-thread audio | erorcun | 2021-07-10 | 3 | -20/+23 | |
| * | | Multi-threaded audio fixes | erorcun | 2021-07-10 | 4 | -119/+113 | |
| * | | Multi-threaded audio streams•••Under MULTITHREADED_AUDIO define. | erorcun | 2021-07-10 | 4 | -95/+559 | |
| |/ | ||||||
| * | fix jittery cars at 15fps | withmorten | 2021-07-09 | 1 | -3/+4 | |
| * | add librw defines to vanilla defines undefs | withmorten | 2021-07-09 | 1 | -0/+5 | |
| * | Use CPad functions to check key states in script loader | Sergeanur | 2021-07-08 | 2 | -24/+6 | |
| * | fix macro redefinition warnings on win-glfw build | withmorten | 2021-07-08 | 2 | -1/+3 | |
| * | fix sampman_null build | withmorten | 2021-07-07 | 1 | -5/+5 | |
| * | Merge pull request #1187 from mssx86/musl_fix•••fix: add missing limits.h includes to enable bulding on musl. | erorcun | 2021-07-05 | 2 | -0/+2 | |
| |\ | ||||||
| | * | fix: add missing limits.h includes to enable bulding on musl. | mssx86 | 2021-07-01 | 2 | -0/+2 | |
| * | | Fix overflow in audio code | Sergeanur | 2021-07-03 | 1 | -1/+1 | |
| * | | fix previous PED_SKIN commit, add comments | withmorten | 2021-07-03 | 1 | -3/+3 | |
| * | | disable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is dis... | withmorten | 2021-07-03 | 1 | -0/+6 | |
| * | | Remove redundant part of 'Sanitizer fixes 2' | erorcun | 2021-07-03 | 1 | -10/+2 | |
| * | | Sanitizer fixes 2 | erorcun | 2021-07-03 | 4 | -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. | erorcun | 2021-07-03 | 3 | -4/+30 | |
