






















' character






































































true in setFloat32 (edited)











EnvelopeEval functions directly instead of passing them and their arguments to CRenderTools::RenderTilemap and CRenderTools::RenderTileRectangle.
Only evaluate color envelopes for tiles layers once instead of separately for the opaque and transparent passes.
Only evaluate relevant number of envelope channels instead of always evaluating all channels.
Avoid unnecessary calculations by only evaluating position envelopes for quads which are not fully transparent.
Fully ign...








sizeof(int32_t) to iterate through the snapshot though :/










but they only have fixed size in the code, not in the encoded packet that is sent

















m_GameInfo.m_DontMaskEntities is true




save_replay and specifing an invalid filename will dump the entire replay but will still output:
-- Successfully saved the replay! along with the invalid filename
!image


cmake -DPREFER_BUNDLED_LIBS=ON -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/darwin-x86_64.toolchain -DCMAKE_OSX_SYSROOT=../../osxcross/target/SDK/MacOSX11.1.sdk/ ..
CMake Error at CMakeLists.txt:638 (message):
You must install SQLite3 to compile DDNet

cmake -DPREFER_BUNDLED_LIBS=ON -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/darwin-x86_64.toolchain -DCMAKE_OSX_SYSROOT=../../osxcross/target/SDK/MacOSX11.1.sdk/ ..
CMake Error at CMakeLists.txt:638 (message):
You must install SQLite3 to compile DDNet 




cmake -DPREFER_BUNDLED_LIBS=ON -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/darwin-x86_64.toolchain -DCMAKE_OSX_SYSROOT=../../osxcross/target/SDK/MacOSX11.1.sdk/ ..
CMake Error at CMakeLists.txt:638 (message):
You must install SQLite3 to compile DDNet CC=target-triple-idk-clang ./configure --prefix=<wherever darwin-x86_64.toolchain specifies> --host=x86_64-pc-linux-gnu
make install
though autotools is so bad and flaky this may well not work









cmake -DPREFER_BUNDLED_LIBS=ON -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/darwin-x86_64.toolchain -DCMAKE_OSX_SYSROOT=../../osxcross/target/SDK/MacOSX11.1.sdk/ ..
CMake Error at CMakeLists.txt:638 (message):
You must install SQLite3 to compile DDNet