Commit Graph

4449 Commits

Author SHA1 Message Date
Veyrdite
5d19085dfe Fix car fake/cruise top gear SFX at high FPS.
Re-implements 2d3f93e60e
2021-08-01 15:14:32 +10:00
Veyrdite
165867daca Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami_highfps 2021-08-01 15:03:11 +10:00
Veyrdite
861da4b367 Revert "Fix car fake/cruise top gear SFX at high FPS.", to make merging main miami branch easier. Will-reimplement
This reverts commit 2d3f93e60e.
2021-08-01 15:01:52 +10:00
erorcun
e80cbf8bb2 Fix radio scroll when player controls disabled 2021-07-31 22:57:54 +03:00
Magnus Larsen
d923cd2f24 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.

# Conflicts:
#	src/peds/Ped.cpp
2021-07-31 20:34:32 +03:00
Sergeanur
835fa4e74b Make cars and peds to not despawn when you look away
# Conflicts:
#	src/control/CarCtrl.cpp
#	src/core/config.h
#	src/peds/Population.cpp
2021-07-31 20:32:13 +03:00
aap
30061396e8 CVisibilityPlugins and CRenderer fixes; pulled MLO back in 2021-07-29 19:43:06 +02:00
Veyrdite
0736304795 IFDEF tidyup: remove FIX_BUGS inside IMPROVED_CAMERA 2021-07-29 23:07:54 +10:00
Magnus Larsen
606977688e Fix debug camera being framerate dependant (cherry-pick nopey) 2021-07-29 23:02:15 +10:00
Veyrdite
65b12c2104 Fix world-rain and lightning spam at high FPS 2021-07-29 22:41:13 +10:00
Sergeanur
7bacf3b6f4 Reverse unused audio functions 2021-07-29 01:52:49 +03:00
Sergeanur
cce97588fe Reverse unused audio functions from mobile
# Conflicts:
#	src/audio/AudioManager.h
2021-07-29 00:43:04 +03:00
Sergeanur
2aa37813d2 cAudioManager declaration reordering 2021-07-28 10:32:43 +03:00
Sergeanur
8960ffaf0b Get rid of audio getters 2021-07-28 09:39:57 +03:00
Sergeanur
61176acbad Ped comments ordering and type fix + vice function(s) fix 2021-07-28 09:17:38 +03:00
Sergeanur
49ee711c75 AudioLogic type fixes and reordering (after peds) 2021-07-28 00:55:22 +03:00
Sergeanur
16f892b667 AudioLogic type fixes and reordering (before peds) 2021-07-28 00:41:34 +03:00
Sergeanur
9dbaa7a77f PolRadio type fixes 2021-07-27 22:38:57 +03:00
Sergeanur
7aa8d7c073 AudioManager.cpp reordering 2021-07-27 22:29:40 +03:00
Sergeanur
782d38c6b7 Sort AudioCollision functions into original order 2021-07-27 22:02:25 +03:00
Sergeanur
c0488b3190 Fix stuck looking flag when answering phone and idle weapon animation 2021-07-26 20:40:55 +03:00
Sergeanur
1180f32d9c Fix bike kick sound 2021-07-26 11:33:56 +03:00
Sergeanur
371f1be9b3 Fix smooth spray when using chainsaw or when you stop shooting while using free camera and PC controls 2021-07-26 09:54:04 +03:00
Sergeanur
250727c9ca Fix muzzleflash rotation 2021-07-26 09:52:39 +03:00
Sergeanur
f7a2c265b3 Remove deceiving comment 2021-07-26 09:16:43 +03:00
Sergeanur
123f2fda9b Fix ridiculously accurate bullets when you shoot behind with enabled free camera 2021-07-26 08:22:57 +03:00
Sergeanur
1aac4d802f Fix Tommy looking at one spot due to crouching + shooting 2021-07-26 07:41:34 +03:00
Sergeanur
ed9c911a0e Fix traffic light corona facing wrong side 2021-07-26 04:40:23 +03:00
Sergeanur
a510a03b8a Small fix 2021-07-25 22:27:00 +03:00
Sergeanur
5032d24ad8 Fix 2021-07-25 19:59:02 +03:00
Sergeanur
601f63f4fb Sync fix from master 2021-07-25 19:50:00 +03:00
Veyrdite
2d3f93e60e Fix car fake/cruise top gear SFX at high FPS. 2021-07-24 22:38:33 +10:00
Veyrdite
6f8ba21552 Fix many boat performance issues at high FPS, but cornering/handling still not perfect. 2021-07-24 21:49:34 +10:00
Veyrdite
e0dfa8b971 Revert "Partially fix boat physics at high FPS" - changes were incorrect, factors of time were already included.
This reverts commit 613f0964bb.
2021-07-24 13:50:14 +10:00
Veyrdite
613f0964bb Partially fix boat physics at high FPS. 2021-07-24 10:45:57 +10:00
Veyrdite
cae0a3f402 More bike brake fixes for high FPS 2021-07-24 10:23:05 +10:00
Veyrdite
763337c255 Fix weak bike brakes at high FPS (possibly caused by ba832f93e8 ) 2021-07-24 10:13:52 +10:00
Sergeanur
bf757fc960 Fix CPlayerInfo distance types 2021-07-24 00:59:19 +03:00
Veyrdite
ba832f93e8 Fix all(?) vehicle handling problems at high FPS. Refactor FIX_BUGS in ProcessWheel() to be much simpler. 2021-07-23 22:45:34 +10:00
Veyrdite
879280bcf7 Add comment about cause of throttle pulsing when reversing. 2021-07-23 18:18:29 +10:00
Veyrdite
c87654ec77 Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami_highfps 2021-07-23 15:08:42 +10:00
Sergeanur
aec797671e Fix aiming with minigun and flamethrower with PC controls 2021-07-22 22:15:27 +03:00
Sergeanur
5e34b1efcf Possible fix of RemoveAndAdd crash 2021-07-22 20:37:49 +03:00
Sergeanur
953e4fc4ff Fix falling damage 2021-07-22 20:07:51 +03:00
Sergeanur
bbbe9b2632 Fix enum use 2021-07-22 07:06:54 +03:00
Sergeanur
a1444b992f Fix Predator shooting sound 2021-07-22 07:01:04 +03:00
Veyrdite
e8e999d2cb Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami_highfps 2021-07-21 16:31:39 +10:00
withmorten
76558e9313 fix garbage data written in garage save block 2021-07-19 23:44:01 +02:00
Sergeanur
c937bdbfea render -> renderer (original name) 2021-07-18 00:03:57 +03:00
withmorten
c8cb1ed013
Merge pull request #1219 from withmorten/miami-ini
miami: switch out current ini_parser.hpp with pulzed/mINI
2021-07-15 18:56:14 +02:00