vkdoom_m/src/common
RaveYard 3e10e3f551
Fix M_SaveBitmap stream buffer size
- credits to dpJudas for the solution
2024-12-10 01:28:56 -05:00
..
2d Revert "- error out if destroying a canvas object" 2024-11-08 14:26:51 -05:00
audio move game-specific CVAR out of low level system code. 2024-11-23 20:39:22 +01:00
console made FCommandLine::operator[] return a const char * and fixed two places where this triggered a compile error. 2024-10-19 13:22:30 +02:00
cutscenes skip frames when playing back IVF to prevent desyncs 2024-04-17 20:35:49 -04:00
engine moved another declaration out of a global header. 2024-11-23 20:39:23 +01:00
filesystem removed -hashfiles after finding out it had been broken for an extended time period. 2024-11-23 21:10:11 +01:00
fonts StringTable cleanup and improvements 2024-04-21 10:34:44 +02:00
menu Allow XInput joysticks to work while the game is unfocused 2024-08-09 18:04:51 -03:00
models Properly fix double interpolation for IQM models 2024-09-13 17:05:22 -03:00
objects contain the statnum hack for visual thinkers on the game side. 2024-11-23 20:39:23 +01:00
platform Added stubs for NetClose on other platforms 2024-11-15 23:54:04 -03:00
rendering made FCommandLine::operator[] return a const char * and fixed two places where this triggered a compile error. 2024-10-19 13:22:30 +02:00
scripting M_SaveDefaults is also not part of the common engine backend. 2024-11-23 20:39:23 +01:00
startscreen avoid floats in integer math. 2024-10-09 09:15:29 -04:00
statusbar use FTranslationID in all places where strict type checking is needed. 2023-11-09 23:04:10 +01:00
textures Fix M_SaveBitmap stream buffer size 2024-12-10 01:28:56 -05: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 Resolve compiler warning about destructor syntax 2024-10-12 12:00:32 -03:00
widgets Updated packet handling 2024-11-15 23:54:04 -03:00