Commit Graph

1536 Commits

Author SHA1 Message Date
Ilya Shurumov
2a96d1eb22 - fix: do not advance cones when missed in gates 2020-11-09 01:29:13 +06:00
Ilya Shurumov
d602227aea - update config.ini, add cutscene_recorder.ini 2020-11-09 01:28:13 +06:00
Ilya
b83f5938bc
Merge pull request #10 from OpenDriver2/develop-SoapyMan
Refactoring refactoring refactoring
2020-11-08 02:02:24 +06:00
Ilya Shurumov
bba59f7584 - bump version 2020-11-08 01:53:14 +06:00
Ilya Shurumov
d285a45eae - replace SDL_GetTicks with HPC 2020-11-08 01:38:45 +06:00
Ilya Shurumov
764adb9942 - display position toggle in debug menu
- pretty some code
2020-11-08 00:49:16 +06:00
Ilya Shurumov
5ebb7d0bfe - convert hex to dec
- fix target shadow drawing
2020-11-08 00:48:42 +06:00
Ilya Shurumov
cacb9b5198 - check & refactor MDRAW.C 2020-11-08 00:48:13 +06:00
Ilya Shurumov
fedbbc26ab - refactor ProcessMDSLump and check MODELS.C 2020-11-07 23:37:23 +06:00
Ilya Shurumov
d8a2f00f9d - better (custom) civ AI lane fitting 2020-11-07 23:29:11 +06:00
Ilya Shurumov
907982e82f - fix traffic light reflection 2020-11-07 23:02:32 +06:00
Ilya Shurumov
a19b1fbf2f - fix sound-related bugs
- added StartPlayerCarSounds
2020-11-07 22:00:15 +06:00
Ilya Shurumov
2c260513fc - fix trains getting stuck 2020-11-07 20:51:56 +06:00
Ilya Shurumov
3edd8656fe - properly initialize debris 2020-11-07 17:45:04 +06:00
Ilya Shurumov
3d3543bb49 - restore lamp damage 2020-11-07 17:09:06 +06:00
Ilya Shurumov
e6c0ca9252 - lots of fixes in DEBRIS.C
- smoke tweaks
- car tyre track tweaks
2020-11-07 15:54:15 +06:00
Ilya Shurumov
f05fd67241 - bug fixes
- increase OT size
2020-11-07 04:51:00 +06:00
Ilya Shurumov
69a278519e - refactor DEBRIS.C 2020-11-07 04:34:41 +06:00
Ilya Shurumov
fea07f1e3b - DEBRIS.C refactoring progress, restore broken lamp streaks 2020-11-07 01:47:33 +06:00
Ilya Shurumov
20c81e937e - refactor DRIVINGGAMES.C
- small stuff
2020-11-06 20:56:50 +06:00
Ilya Shurumov
0d5ddda0e0 Merge branch 'develop-SoapyMan' of https://github.com/OpenDriver2/REDRIVER2 into develop-SoapyMan 2020-11-06 19:58:34 +06:00
Ilya Shurumov
08d44769cd - fix invalid sound bank 2020-11-06 19:58:24 +06:00
Ilya Shurumov
c841f12e78 - check and refactor FEMAIN.C
- adding few more vars for future changes
2020-11-06 18:56:28 +06:00
Ilya Shurumov
8ef18ac32b - do not play lead horns on far distances 2020-11-06 14:33:23 +06:00
Ilya Shurumov
5661dc4663 - fix getaway gamemode 2020-11-05 12:39:27 +06:00
Ilya Shurumov
7159666274 - force pedestrian felony carried over to car in Destroy the yard 2020-11-05 02:24:02 +06:00
Ilya Shurumov
4cf0a3b30d - slightly increase car request radius in MRProcessTarget 2020-11-05 02:19:43 +06:00
Ilya Shurumov
8e96a5b376 - cop AI tweaks
- replace previously inlined code
- reset pedestrian felony if cops not allowed
2020-11-05 02:18:08 +06:00
Ilya Shurumov
39356495fe - reset pedestiran felony in InitGameVariables 2020-11-05 00:44:30 +06:00
Ilya Shurumov
d3026e3a92 - update cop AI batter logic 2020-11-05 00:07:21 +06:00
Ilya Shurumov
de2493bda3 - working pedestrian felony "Car bomb getaway" 2020-11-05 00:07:07 +06:00
Ilya Shurumov
0ddf0320b8 - cutscene recorder to use INI file
- custom cutscene stream creation (WIP)
2020-11-04 22:19:12 +06:00
Ilya Shurumov
619de1968c - rework cop AI batter logic to clever aggressiveness 2020-11-04 14:30:10 +06:00
Ilya Shurumov
49fb7d7b8f - [EMU] [SPU-AL] fix NaN volume issue 2020-11-04 14:29:29 +06:00
Ilya Shurumov
46e21be976 - reset cop batter every time player exit car 2020-11-04 13:56:19 +06:00
Ilya
f2c04a7fa6
Merge pull request #9 from OpenDriver2/develop-SoapyMan
Sound engine refactoring and bug fixes
2020-11-04 00:53:13 +06:00
Ilya Shurumov
325d5cd000 - fix Tanner angle when pressing buttons 2020-11-03 23:35:58 +06:00
Ilya Shurumov
f309ff3f45 - check felony when player touches road block cars 2020-11-03 23:35:42 +06:00
Ilya Shurumov
0b7ea4d3bc - check & refactor LOADVIEW.C 2020-11-03 23:07:19 +06:00
Ilya Shurumov
e6dd536be6 - check LOADSAVE.C 2020-11-03 22:31:04 +06:00
Ilya Shurumov
34a3462742 - refactor GLAUNCH.C and FMVPLAY.C 2020-11-03 22:27:03 +06:00
Ilya Shurumov
79506c1a17 - refactor SYSTEM.C 2020-11-03 22:26:30 +06:00
Ilya Shurumov
17c6ad029d Merge branch 'develop-SoapyMan' of https://github.com/OpenDriver2/REDRIVER2 into develop-SoapyMan 2020-11-03 20:45:34 +06:00
Ilya Shurumov
2b3ad52d4c - once again fix CopSay 2020-11-03 20:45:11 +06:00
Ilya Shurumov
689da2ea8e Merge branch 'develop-SoapyMan' of https://github.com/OpenDriver2/REDRIVER2 into develop-SoapyMan 2020-11-03 16:01:39 +06:00
Ilya Shurumov
b9a2667d4e Merge branch 'master' of https://github.com/OpenDriver2/REDRIVER2 2020-11-03 15:02:13 +06:00
Ilya Shurumov
b9a6e28f75 - update README.md appveyor link 2020-11-03 15:01:53 +06:00
Ilya Shurumov
c8850c8966 - update README.md with new appveyor status 2020-11-03 15:00:49 +06:00
Ilya Shurumov
1704f8b03f - prevent wheel curb hit sound interrupting other sounds 2020-11-03 03:05:40 +06:00
Ilya Shurumov
fce428ecf5 - GetFreeChannel now has force param 2020-11-03 03:05:23 +06:00