Skip to content

Maybe Bugs

Victor Roemer edited this page Aug 17, 2022 · 1 revision

Renderers:

  • Maximum of 1024 shaders?

No, but the hashTable is 1024 columns

  • AVI Recordings exist, and they have fixed recordingFPS

UI Module:

UI

  • qcommon/parser.cpp

Can only have 64 source files loaded total

#define MAX_SOURCEFILES 64
source_t *sourceFiles[MAX_SOURCEFILES];
  • qcommon/common.cpp

Remove/replace this

Z_Malloc
S_Malloc