vkdoom_m/src/common
alexey.lysiuk 18371fb27a
Some checks failed
Continuous Integration / Linux Clang 6 | Debug (push) Has been cancelled
Continuous Integration / Linux GCC 9 | Debug (push) Has been cancelled
Continuous Integration / Visual Studio 64-bit | Debug (push) Has been cancelled
Continuous Integration / macOS | Debug (push) Has been cancelled
Continuous Integration / Linux GCC 5 | MinSizeRel (push) Has been cancelled
Continuous Integration / Linux GCC 7 | RelWithDebInfo (push) Has been cancelled
Continuous Integration / macOS | Release (push) Has been cancelled
Continuous Integration / Linux Clang 9 | Release (push) Has been cancelled
Continuous Integration / Visual Studio 32-bit | Release (push) Has been cancelled
Continuous Integration / Visual Studio 64-bit | Release (push) Has been cancelled
- fixed calculation of allocated memory for garbage collection
https://forum.zdoom.org/viewtopic.php?t=68897
2020-06-09 16:48:51 +03:00
..
2d - backend changes from Raze, mainly to properly load keyboard presets. 2020-06-07 15:09:10 +02:00
audio - Fixed OpenAL regression with looping sounds with playing length 0. 2020-06-03 15:27:50 +02:00
console - since we already got lots of CVAR descriptions from the menu's content, let's use that as CVAR description if none is explicitly provided. 2020-06-08 23:37:22 +02:00
engine - moved m_joy to common. 2020-06-08 23:37:21 +02:00
filesystem - fixed: When reopening a lump, the full file name must be used. 2020-06-08 23:37:21 +02:00
fonts - Single image fonts do not use translations. 2020-05-25 21:16:36 +02:00
menu - fixed compile errors in POSIX platform code. 2020-04-22 20:42:13 +02:00
models - moved around some sky rendering code so that the game independent parts are grouped together. 2020-04-29 00:14:42 +02:00
objects - fixed calculation of allocated memory for garbage collection 2020-06-09 16:48:51 +03:00
platform Add option to disable SDL joystick support. 2020-06-04 17:38:49 +03:00
rendering - added Build's NPOT emulation to the backend. 2020-06-08 23:37:20 +02:00
scripting - fixed setup of JIT functions that require extra frame space 2020-06-07 11:34:58 +03:00
textures - fixed: The mutipatch texture builder did not set the source lump. 2020-06-08 23:37:21 +02:00
thirdparty - don't let CHANF_AUTO hijack other channels. 2020-05-26 22:19:30 +02:00
utility - fixed calculation of allocated memory for garbage collection 2020-06-09 16:48:51 +03:00