gfx_refresh_rate 0; cl_refresh_rate 0; gfx_asyncrender_old 1; gfx_vsync 0; gfx_backend Vulkan; cl_showhud_ddrace 0; cl_showhud_dummy_actions 0; cl_showhud_healthammo 0; cl_showhud_jumps_indicator 0; cl_showhud_player_angle 0; cl_showhud_player_position 0; cl_showhud_score 0; cl_showhud_player_speed 0; cl_showfps 1; cl_overlay_entities 100; gfx_fullscreen 1; cl_background_entities ""
cl_showhud 1
git worktree
allowing me to not duplicate git folders but still have different folders with different branchesCMenus::DoButtonMenu
to CUI::DoButton_Menu
. Simplify usage by adding SMenuButtonProperties
parameter object for all optional arguments. Remove unused ColorHot
parameter.
Screenshots:
int
s to unsigned
before subtracting to ensure that integer wrapping is being used instead of causing undefined behavior. Same as in UndiffItem
.
```
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior src/master/src/base/math.h:16:40 in
src/master/src/engine/shared/snapshot.cpp:206:21: runtime error: signed integer overflow: 256 - -2147483648 cannot be represented in type 'int'
0 0x7650b7 in CSnapshotDelta::DiffItem(int const, int const, int*, int) src/master/src/eng...CGameWorld::CopyWorld
then destructing it segfaults. (edited)picom --backend glx --no-vsync
?