-1
at the end of these 2 lines? https://github.com/ddnet/ddnet/blob/master/src/game/client/render_map.cpp#L591-L592
it just seems to make things look weird in my opinion because it cuts off 1 pixel from the edge of the tiledbg_sql 0
which hides all the sql logging unless there is an error.
hot_reload
-1
at the end of these 2 lines? https://github.com/ddnet/ddnet/blob/master/src/game/client/render_map.cpp#L591-L592
it just seems to make things look weird in my opinion because it cuts off 1 pixel from the edge of the tile tick
field. with it you know how many ticks of physics this tee needs to advance-1
at the end of these 2 lines? https://github.com/ddnet/ddnet/blob/master/src/game/client/render_map.cpp#L591-L592
it just seems to make things look weird in my opinion because it cuts off 1 pixel from the edge of the tile <li>
valgrind --tool=memcheck --gen-suppressions=all --suppressions=../memcheck.supp --leak-check=full --show-leak-kinds=all ./DDNet-Server
Closed #8943
- 1
you get small gaps between tiles when zooming in with OpenGL 1- 1
you get small gaps between tiles when zooming in with OpenGL 1 GL_LINEAR_MIPMAP_LINEAR
with GL_NEAREST_MIPMAP_NEAREST
and CL_LINEAR
with CL_NEAREST
and remove the - 1
to get rid of the gaps, but everything will be more pixelated then.backend_opengl.cpp
)ddnet/build on master [$!] via △ v3.30.2
❯ clang --version
clang version 19.1.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/19/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
ddnet/build on master [$!] via △ v3.30.2
❯ time ninja
[0/315] Generating release/libddnet_engine_shared.a
Updating crates.io index
Downloaded proc-macro2 v1.0.40
Downloaded cc v1.0.73
Downloaded quote v1.0.20
Downloaded unicode-ident v1.0.1
Downloaded cxxbridge-macro v1.0.71
Downloaded syn v1.0.98
Downloaded link-cplusplus v1.0.6
Downloaded cxxbridge-flags v1.0.71
Downloaded cxx v1.0.71
Downloaded 9 crates (664.7 KB) in 1.18s
Compiling cc v1.0.73
Compiling proc-macro2 v1.0.40
Compiling unicode-ident v1.0.1
Compiling quote v1.0.20
Compiling syn v1.0.98
Compiling cxxbridge-flags v1.0.71
Compiling ddnet-engine-shared v0.0.1 (/home/edgar/data/ddnet/src/engine/shared)
Compiling ddnet-test v0.0.1 (/home/edgar/data/ddnet/src/rust-bridge/test)
Compiling link-cplusplus v1.0.6
Compiling cxx v1.0.71
Compiling cxxbridge-macro v1.0.71
Compiling ddnet-base v0.0.1 (/home/edgar/data/ddnet/src/base)
Compiling ddnet-engine v0.0.1 (/home/edgar/data/ddnet/src/engine)
Finished `release` profile [optimized] target(s) in 4.54s
[315/315] Linking CXX executable DDNet
real 0m18.661s
user 5m1.126s
sys 0m31.497s
ddnet/build on master [$!] via △ v3.30.2
❯ time ninja
[0/315] Generating release/libddnet_engine_shared.a
Compiling cc v1.0.73
Compiling proc-macro2 v1.0.40
Compiling quote v1.0.20
Compiling unicode-ident v1.0.1
Compiling syn v1.0.98
Compiling cxxbridge-flags v1.0.71
Compiling ddnet-test v0.0.1 (/home/edgar/data/ddnet/src/rust-bridge/test)
Compiling ddnet-engine-shared v0.0.1 (/home/edgar/data/ddnet/src/engine/shared)
Compiling link-cplusplus v1.0.6
Compiling cxx v1.0.71
Compiling cxxbridge-macro v1.0.71
Compiling ddnet-base v0.0.1 (/home/edgar/data/ddnet/src/base)
Compiling ddnet-engine v0.0.1 (/home/edgar/data/ddnet/src/engine)
Finished `release` profile [optimized] target(s) in 2.35s
[315/315] Linking CXX executable DDNet
real 0m3.421s
user 0m7.581s
sys 0m7.394s
"clean" build too, but i have ccachereal 34m51.495s
user 33m44.645s
sys 1m10.158s
to compile ddnet :D