vkdoom_m/src/common
alexey.lysiuk ae2fa11963 - added safeguards against very early access to console variables in Cocoa backend
for an unknown reason, application activation functions can be called way too early during app launch
`S_SetSoundPaused()` function tries to read values of `i_pauseinbackground` and `i_soundinbackground` console variables before their initialization leading to a null pointer dereference

https://forum.zdoom.org/viewtopic.php?t=78092
2023-08-22 14:58:06 +03:00
..
2d - some angle cleanup 2023-08-12 10:10:27 +02:00
audio - uncouple the file system from the engine's Printf function. 2023-08-17 21:36:22 +02:00
console - replaced zstrformat with stb_sprintf. 2023-08-09 11:51:46 +02:00
cutscenes - backend update from Raze. 2023-07-22 09:55:49 +02:00
engine - removed NOVTABLE #define. 2023-08-12 09:31:33 +02:00
filesystem - uncouple the file system from the engine's Printf function. 2023-08-17 21:36:22 +02:00
fonts - Backend update from Raze. 2023-05-27 09:31:17 +02:00
menu Individual Joystick Enable/Disable Toggles 2023-08-02 00:37:24 -04:00
models - fixed several warnings emitted by Clang. 2023-03-26 08:48:54 +02:00
objects Clear Services Map during VM Shutdown 2023-06-28 20:19:43 +02:00
platform - added safeguards against very early access to console variables in Cocoa backend 2023-08-22 14:58:06 +03:00
rendering CMakeLists upgrade to 3.16 and cleanup 2023-08-14 19:30:50 +02:00
scripting - moved EStateUseFlags to a more fitting header and deleted unused RAD2BAM inlines 2023-08-12 09:38:41 +02:00
startscreen - stop all sound before showing ENDOOM. 2022-11-16 17:08:11 +01:00
statusbar - Backend update from Raze. 2023-02-11 12:05:45 +01:00
textures Fix QOI image loading 2023-08-17 08:56:50 -04:00
thirdparty CMakeLists upgrade to 3.16 and cleanup 2023-08-14 19:30:50 +02:00
utility - uncouple the file system from the engine's Printf function. 2023-08-17 21:36:22 +02:00