/specteam 40
would be nice (edited)m_pClient->m_aClients[m_pClient->m_LocalIDs[g_Config.m_ClDummy]].m_Jetpack
somewhy gives me false all the time
m_pClient->m_aClients[m_pClient->m_LocalIDs[g_Config.m_ClDummy]].m_Predicted.m_Jetpack
works but when i self-kill it gives true even if i dont have jetpack
bruh i sent this message to #wiki somehow pClient->m_Jetpack = pCharacterData->m_Flags & CHARACTERFLAG_JETPACK;
8235df7752c301f9ba08e64e2c3011d84d61ffaf is the first bad commit
commit 8235df7752c301f9ba08e64e2c3011d84d61ffaf
Author: Jupeyy <jupjopjap@gmail.com>
Date: Fri Sep 18 18:45:42 2020 +0200
[2021-08-08 11:27:41][sdl]: SDL version 2.0.15 (compiled = 2.0.14)
[2021-08-08 11:27:41][gfx]: Created OpenGL 2.1 context.
[2021-08-08 11:27:42][opengl]: Vendor string: ATI Technologies Inc.
[2021-08-08 11:27:42][opengl]: Version string: 2.1 ATI-3.9.15
[2021-08-08 11:27:42][gfx]: GPU vendor: ATI Technologies Inc.
[2021-08-08 11:27:42][gfx]: GPU renderer: AMD Radeon Pro 555 OpenGL Engine
[2021-08-08 11:27:42][gfx]: GPU version: 2.1 ATI-3.9.15
GL_AMD_debug_output
be true and glDebugMessageCallbackAMD
be NULL
???CCommandProcessorFragment_OpenGL2::Cmd_RenderTileLayer
before anything happens, there is a single GL_INVALID_ENUM
error before anything else happens, and if I put a dbg_break after each gl call it never breaksCMD_CREATE_BUFFER_OBJECT
seems to be the command with the issueGL_COPY_WRITE_BUFFER
is the enum that's unknownGL_COPY_WRITE_BUFFER
is the enum that's unknown