vkdoom_m/src/common
alexey.lysiuk e63f3e394c - fixed format specifier compilation warnings
src/common/engine/serializer_internal.h:241: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat]
src/common/engine/serializer_internal.h:250: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat]
src/common/rendering/vulkan/system/vk_device.cpp:364:29: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
src/common/rendering/vulkan/system/vk_framebuffer.cpp:701:57: warning: format specifies type 'unsigned long long' but the argument has type 'VkDeviceSize' (aka 'unsigned long') [-Wformat]
2021-07-01 13:19:18 +03:00
..
2d - added an OnDestroy method to Shape2D so that its users can explicitly free the data it holds. 2021-06-28 22:21:27 +02:00
audio - backend update from Raze. 2021-05-17 20:44:19 +02:00
console - handle empty command names when getting key binds 2021-04-19 18:09:20 +03:00
engine - fixed format specifier compilation warnings 2021-07-01 13:19:18 +03:00
filesystem - Backend update fron Raze, mainly new script exports and extensions. 2021-05-03 14:13:03 +02:00
fonts - moved Doom specific font init code out of the backend. 2021-05-31 22:13:40 +02:00
menu - fixed saving game to wrong save slot 2021-04-26 09:46:20 +03:00
models - fixed parsing of 2D vectors in OBJ model loader 2021-06-13 10:42:34 +03:00
objects - backend update from Raze. 2021-05-17 20:44:19 +02:00
platform Add Windows 11 detection 2021-06-28 20:18:52 +02:00
rendering - fixed format specifier compilation warnings 2021-07-01 13:19:18 +03:00
scripting - fixed bad type in FxFontCast. 2021-06-14 08:00:08 +02:00
statusbar - backend update from Raze. 2021-05-17 20:44:19 +02:00
textures - font system overhaul. 2021-05-24 21:28:21 +02:00
thirdparty - backend update from Raze. 2021-05-17 20:44:19 +02:00
utility - added TVector2<> constructor from float* 2021-06-13 10:42:34 +03:00