










sdl/src/audio/openslES/SDL_openslES.c:163:25: error: mixing declarations and code is incompatible with standards before C99 [-Werror,-Wdeclaration-after-statement]
const SLInterfaceID ids[1] = { SL_IID_VOLUME };
lmao, i kinda feel like Sdl is alwys broken for me









sdl/src/render/opengles/SDL_render_gles.c:26:10: fatal error: 'SDL_opengles.h' file not found
#include "SDL_opengles.h"
I dunno, smth is really broken in SDL repo xd



















add_path $DATADIR
add_path $DATADIR
add_path $CURRENTDIR
as storage.cfg
or for example have custom menuimages in your config directory it duplicates everything.
It should merge directories and only show the file with higher priority (e.g. config dir has higher prio)












[2022-06-25 16:43:24][opengl]: Version string: OpenGL ES 3.2 Mesa 22.1.1
/home/arda/ddnet/src/engine/client/backend_sdl.h:234:60: runtime error: load of value 190, which is not a valid value for type 'bool'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/arda/ddnet/src/engine/client/backend_sdl.h:234:60 in
@Jupstar βͺ i get this when i use gles backend





[2022-06-25 16:43:24][opengl]: Version string: OpenGL ES 3.2 Mesa 22.1.1
/home/arda/ddnet/src/engine/client/backend_sdl.h:234:60: runtime error: load of value 190, which is not a valid value for type 'bool'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/arda/ddnet/src/engine/client/backend_sdl.h:234:60 in
@Jupstar βͺ i get this when i use gles backend 









CMenus::DoButton_Icon like DoIcon on upstream to reduce duplicate code in the menus. Later I moved/renamed this method to CRenderTools::RenderIcon, to also use it in the editor.
Changes to demo list:

expect or what? No particular reason i tend to just crack down stuff my self instead of working with other tools. It just easier for me to understandexpect and see no reason to add another dependency if bashs native fifo check works so well


expect or what? No particular reason i tend to just crack down stuff my self instead of working with other tools. It just easier for me to understand 
a530ce8 Rename DoButton_Icon to DoIcon and remove unused return value - Robyt3
97e36fa Add optional color parameter to DoIcon - Robyt3
f727199 Render demo file icon in name column, remove DoIcon centering - Robyt3
5184cf5 Add greyed out demo icon for invalid or not loaded demos - Robyt3
87cb948 Clamp number of demo timeline markers to valid range - Robyt3
25ad47b Use DoIcon for ingame player GUI icons - Robyt3
fb91881 Move CMenus::DoIcon to CRenderTools::RenderIcon - Robyt3
42532f3 Use CRenderTools::RenderIcon in editor file dialog - Robyt3
fbfd938 Merge #5503 - bors[bot]




















|| and i realised i modified the wrong line
[2022-06-25 23:12:38][libpng]: warning for file "downloadedskins/Shadow.21178.tmp": iCCP: known incorrect sRGB profile this when i use Shadow skin







