vkdoom_m/src/common
Boondorl c36ea479a8 Move engine verification to front end
This can't be in the backend since it uses game-specific information.
2025-06-26 00:24:19 -03:00
..
2d Scriptified scoreboard drawing 2025-05-21 10:50:34 -03:00
audio - add CVAR_SYSTEM_ONLY flag to automatically blacklist filesystem-related cvars for defcvars. This should be used on any cvar that can be changed by the user that relates to filenames or pathnames 2025-01-24 23:19:31 -05:00
console fix bug with direct cvar assignment being mistakenly allowed 2025-04-17 18:57:11 -03:00
cutscenes Added missing return values in VM calls 2025-03-19 15:17:29 -03:00
engine Move engine verification to front end 2025-06-26 00:24:19 -03:00
filesystem Move additional includes out of the FileSys namespace. 2025-05-20 15:29:23 -04:00
fonts - Roll back filesystem changes. These were causing instabilities in the master branch that were interfering with development. 2025-01-04 11:27:21 -05:00
menu - add CVAR_SYSTEM_ONLY flag to automatically blacklist filesystem-related cvars for defcvars. This should be used on any cvar that can be changed by the user that relates to filenames or pathnames 2025-01-24 23:19:31 -05:00
models Added ViewModelFOV field for models 2025-06-13 14:04:08 -03:00
objects Bone Getters Part 2/3, plus fixed warnings for MSVC 2025-05-09 17:06:16 -03:00
platform Added missing import for Solaris 2025-06-24 21:22:55 -03:00
rendering ThickFogDistance and ThickFogMultiplier MAPINFO variables adds thicker fog (Vulkan and OpenGL only) beyond ThickFogDistance, as long as it is possible. But default it is -1.f (disabled). 2025-05-15 23:24:49 -03:00
scripting CallVM API, plus multi-return and vector support 2025-06-18 03:52:23 -03:00
startscreen Rebrand the launcher to make it more distinctly GZDoom 2025-06-21 11:52:47 -04:00
statusbar use FTranslationID in all places where strict type checking is needed. 2023-11-09 23:04:10 +01:00
textures Fixed issue where seams can be seen when using animated fire textures 2025-05-11 00:09:52 -03:00
thirdparty - don't spam the console log if there's math errors - mostly affects Linux/MacOS because there is no distinction from console apps or GUI apps so they put all the data in the console which can cause lag 2024-10-10 07:28:29 -04:00
utility Added _msize stub for Solaris 2025-06-24 21:22:55 -03:00
widgets Go back to the built-in dark theme for the launcher (for now) 2025-06-21 11:52:47 -04:00