a02d45a
M Polarity, M Unbalanced 2, M Broken hammer, M DarkWorld, M Jao Shooter, M Nalar, M Bornrif - ddnet-mapsdefault
skin would ruin the gameplay.
...CFGFLAG_CLIENT
with CFGFLAG_SERVER
. I want to use LUA for my server but it is WIP yet so I can't say how feasible it is.engine/
at all, and there should be a strong reason to modify anything else. (edited)engine/
at all, and there should be a strong reason to modify anything else. (edited)str_format
. It is faster by a factor of 220 with Clang 15.0 O2 (https://quick-bench.com/q/U5VcabQ-I6a_PfHnW87StrawnEg) and by a factor of 12 with GCC 12.2 O2 (https://quick-bench.com/q/YI5oDo03Fa5gZU0hb2bvpANaZ1w).
This increases FPS in the editor by ~25% when many numbers are rendered for switch/tele/speedup/tune layers or with "Show...[matrix]
) on discord.if constexpr()
, nowadays, no? You might be able to get the same perfif constexpr()
, nowadays, no? You might be able to get the same perf strcmp(format, "%d") == 0
check? I can't get that to work.
error: 'format' is not a constant expression
error: a parameter cannot be declared 'constexpr'
strcmp
that's actually constexpr
boost::hana::string
)