Commit Graph

4090 Commits

Author SHA1 Message Date
f50026828a Vanilla config for Windows and win-x86 only 2021-07-12 04:24:10 +02:00
ac3905123e fix 2021-07-12 03:10:02 +02:00
3f5fdc39a5 Reorganize config.h 2021-07-12 03:58:34 +03:00
b4364c3672 Reorganize config.h 2021-07-12 03:34:37 +03:00
6f52ad190e miami: switch out current ini_parser.hpp with pulzed/mINI 2021-07-12 01:23:46 +02:00
c0cbf8045f switch out current ini_parser.hpp with pulzed/mINI 2021-07-12 01:19:22 +02:00
02e84b4b97 Merge pull request #1150 from withmorten/miami-saves
miami: finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES
2021-07-12 01:07:32 +03:00
a8fd3f828a Merge pull request #1149 from withmorten/saves
finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES
2021-07-12 01:06:59 +03:00
291213ed40 Unite all sliders 2021-07-12 00:51:45 +03:00
2a6f9c2757 Add ped and car density slider to menu, remove dumb collision "optimization" 2021-07-12 00:12:25 +03:00
f686065769 get rid of // done comments in audiomanager.h 2021-07-11 03:59:37 +02:00
3194fdb2c1 fix the fix (and another fix) 2021-07-11 03:34:43 +02:00
58de524d70 tiny diff fix 2021-07-11 03:26:59 +02:00
d7ceb4870c tiny diff fixes 2021-07-11 03:26:21 +02:00
8a114514d9 fix hotring flap stat line 2021-07-11 00:30:26 +02:00
9f0a96ac89 Physical: division by zero fix 2021-07-10 23:27:00 +03:00
e9baf31ad8 Physical: division by zero fix 2021-07-10 23:24:27 +03:00
d82dbf91ef Merge/sync fixes after threaded audio 2021-07-10 23:14:13 +03:00
db4ae18e5d Remove waiting for stream closure in multi-thread audio 2021-07-10 23:14:08 +03:00
5458632c40 Multi-threaded audio fixes 2021-07-10 23:13:51 +03:00
ab73c2f539 Multi-threaded audio streams
Under MULTITHREADED_AUDIO define.
2021-07-10 23:13:42 +03:00
12efd1209b Fix Cheat menu debug script loader 2021-07-10 10:18:32 -07:00
33c45e4ae0 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.
2021-07-10 09:34:17 -07:00
011aafa043 finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES 2021-07-10 17:30:27 +02:00
6f103a3b82 finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES 2021-07-10 02:06:43 +02:00
ffe199290b fix jittery cars at 15fps 2021-07-09 18:51:27 +02:00
37b6d491e7 fix jittery cars at 15fps 2021-07-09 18:50:33 +02:00
0b269571d7 add librw defines to vanilla defines undefs 2021-07-09 18:05:26 +02:00
e2ae17d994 add librw defines to vanilla defines undefs 2021-07-09 18:02:36 +02:00
72f6780905 Use CPad functions to check key states in script loader 2021-07-08 03:37:14 +03:00
47f153fe76 Use CPad functions to check key states in script loader 2021-07-08 03:24:47 +03:00
79c010f082 fix macro redefinition warnings on win-glfw build 2021-07-08 01:44:55 +02:00
f9a2f1daf7 fix macro redefinition warnings on win-glfw build 2021-07-08 01:40:58 +02:00
e6544a6983 fix sampman_null build 2021-07-07 01:59:16 +02:00
dadc56ccf9 fix sampman_null build 2021-07-07 01:54:16 +02:00
c5e896c420 fix: add missing limits.h includes to enable bulding on musl. 2021-07-05 22:40:21 +02:00
386b113603 Merge pull request #1187 from mssx86/musl_fix
fix: add missing limits.h includes to enable bulding on musl.
2021-07-05 20:50:18 +03:00
70876d3cde fix screenshot name 2021-07-03 16:43:35 +02:00
77f31105de Fix overflow in audio code 2021-07-03 15:57:48 +03:00
3ed4cdf109 Fix overflow in audio code 2021-07-03 15:57:08 +03:00
060c1181bc fix previous PED_SKIN commit, add comments 2021-07-03 02:52:54 +02:00
1c0878f65b Sanitizer fixes 2 2021-07-03 02:57:32 +03:00
43631ba203 smol fix 2 2021-07-03 01:40:26 +02:00
f9f854c4a8 smol fix 2021-07-03 01:36:44 +02:00
63d9d9c148 disable PED_SKIN and PEDS_REPORT_CRIMES_ON_PHONE when COMPATIBLE_SAVES is disabled 2021-07-03 01:32:04 +02:00
51042e15aa Remove redundant part of 'Sanitizer fixes 2' 2021-07-03 01:53:43 +03:00
a8549e86a7 Sanitizer fixes 2 2021-07-03 01:42:24 +03:00
424a6d90bd 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.
2021-07-03 01:30:54 +03:00
70fa7fc239 Sanitizer fixes 2021-07-03 01:28:32 +03:00
4eea98c66b 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.
2021-07-02 23:56:54 +03:00