master
Order and group all `#include`s with Clang Format
Improve performance of `str_utf8_tolower_codepoint` function
Enforce UpperCamelCase for local variables
update ci actions, update rust edition to 2021 since our MSRV covers it
Move `src/game/bezier.cpp/h` to `src/base/bezier.cpp/h`
Add constexpr and concepts to math functions
Fix header in color.cpp
run fix_style.py
Add support for Rust code in DDNet
Move Windows-specific system functions to `base/windows.cpp/h`
Move `dbg` system functions to `base/dbg.cpp/h`
Minor improvement of `dbg` function documentation
Work around Windows resource compilation with Ninja and MSYS2
Run clang-format
Extract some functions into base/fs.cpp
Remove useless typedef in c++
Use cpp
Ignore `readability-redundant-declaration` when using external MD5
Fix more unsafe define
Ignore openssl deprecation warning for now (fixes #5597)
Set proper titles for all groups in documentation
Removed deadcode
Move `mem_*` system functions to `base/mem.cpp/h`
Minor cleanup of `mem_*` function documentation
Minor rust warns fixes
Move some str uft8 functions to str.cpp
Fix all typos
Move `time` and `timestamp` functions to `time.cpp/h`
Cleanup `time_get_impl` and `time_get_nanoseconds` functions
Improve `time` and `timestamp` function documentation
make hookline stop at other players outline
Rename Windows-specific `shell_*` functions to `windows_shell_*`