b2bb0c1
M Barren, M Grandma, M Stronghold, M Black & Red, M Downhill Jam, M Just deep fly, M RON, M CYO, M Plan C, M luminati, M 4Beginners, M Basics, M Future_Race, M Just2Easy, M LearnToPlay, M Multeasymap, M Just Fly 1, M Just Hookfly 1, M Partenack - ddnet-mapsRenderTools()->MapScreenToWorld(CenterX, CenterY, pGroup->m_ParallaxX, pGroup->m_ParallaxY, pGroup->m_OffsetX, pGroup->m_OffsetY, Graphics()->ScreenAspect(), m_pClient->m_Camera.m_Zoom, Points);
replace m_pClient->m_Camera.m_Zoom
with an additional parameter and use 1.0f
as zoom for the textcontainer creations (edited)inp_joystick 1
right now?inp_joystick 1
right now? CCmdlineFix
RAII wrapper to encapsulate cmdline_fix
and cmdline_free
handling. This fixes memory leaks when client/server/tools exit early, as cmdline_free
was only called on the happy code path.
extern "C"
in base/system.{h,cpp}
?extern "C"
specifies how the functions get calledmem_zero
according to my comment in github on POD struct issue, so i removed it Space & Time
on Brutal server, go to tele 66 (above start). FPS drops on my potato machine with no GPU from 300 to 20.
!Screenshot_2022-06-06_18-43-07[2022-06-06 18:49:55][sdl]: SDL version 2.0.8 (compiled = 2.0.8)
[2022-06-06 18:49:55][gfx]: Created OpenGL 3.0 context.
[2022-06-06 18:49:56][opengl]: Vendor string: Intel Open Source Technology Center
[2022-06-06 18:49:56][opengl]: Version string: 3.0 Mesa 20.0.8
[2022-06-06 18:49:56][gfx]: GPU vendor: Intel Open Source Technology Center
[2022-06-06 18:49:56][gfx]: GPU renderer: Mesa DRI Intel(R) HD Graphics 3000 (SNB GT2)
[2022-06-06 18:49:56][gfx]: GPU version: 3.0 Mesa 20.0.8
92503fc
Add comments, order functions, fix parameter names in engine input - Robyt3
9a17617
Let IInput::MouseRelative return true if mouse was moved - Robyt3
ff43b32
Extract UpdateMouseState function - Robyt3
ec84e81
Replace Android-specific member variables with static variables - Robyt3
86e2d67
Fix memory leak of CInput clipboard text - Robyt3
f500ced
Port scripts/gen_keys.py to Python 3, add missing NOLINT comment - Robyt3
b8d3dee
Merge #5369 - bors[bot]