c8f6811
Also print external module/symbol names in parse_drmingw.sh
- Robyt3
554f244
Remove redundant graphics backend functions returning RGBA format - Robyt3
1cb9f07
Merge pull request #8370 from Robyt3/Scripts-DrMingw-Show-All-Modules - def-
058382f
Merge pull request #8367 from Robyt3/Graphics-Backend-Image-Format-Cleanup - def--s
argument, see if I get anything helpful./un{weapon}
and /removeweapon {weapon-id}
. from my previous PR comment:
un{weapon}
thingies and do it like this:
first use of /shotgun
gives the weapon
second use of /shotgun
removes the weapon
Commands Like deep
shotgun
etc. should just toggle between on and of...cl_background_color
or cl_background_entities_color
, respectively, as the clear color. The respective map background color is rendered using a quad in CMapLayers
instead, so this should not affect appearance of maps. This does not have any noticeable effect on FPS. Previously, the unused part of the window (when it is resized smaller than 5:4 aspect ratio), was colored using the map background color,...No rule to make target '/usr/lib64/libcrypto.so', needed by 'DDNet-Server'. Stop.
but i already have it ;-;Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nvidia-driver : PreDepends: nvidia-installer-cleanup but it is not installable
PreDepends: nvidia-legacy-check (>= 495) but it is not going to be installed
Depends: nvidia-driver-libs (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: nvidia-driver-bin (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: xserver-xorg-video-nvidia (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: nvidia-vdpau-driver (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: nvidia-alternative (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: nvidia-kernel-dkms (= 525.147.05-7~deb12u1) but it is not going to be installed or
nvidia-kernel-525.147.05 or
nvidia-open-kernel-525.147.05 but it is not installable or
nvidia-open-kernel-525.147.05 but it is not installable
Depends: nvidia-support but it is not installable
Recommends: nvidia-settings (>= 525) but it is not installable
Recommends: libnvidia-cfg1 (= 525.147.05-7~deb12u1) but it is not going to be installed
Recommends: nvidia-persistenced but it is not installable
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nvidia-driver : PreDepends: nvidia-installer-cleanup but it is not installable
PreDepends: nvidia-legacy-check (>= 495) but it is not going to be installed
Depends: nvidia-driver-libs (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: nvidia-driver-bin (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: xserver-xorg-video-nvidia (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: nvidia-vdpau-driver (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: nvidia-alternative (= 525.147.05-7~deb12u1) but it is not going to be installed
Depends: nvidia-kernel-dkms (= 525.147.05-7~deb12u1) but it is not going to be installed or
nvidia-kernel-525.147.05 or
nvidia-open-kernel-525.147.05 but it is not installable or
nvidia-open-kernel-525.147.05 but it is not installable
Depends: nvidia-support but it is not installable
Recommends: nvidia-settings (>= 525) but it is not installable
Recommends: libnvidia-cfg1 (= 525.147.05-7~deb12u1) but it is not going to be installed
Recommends: nvidia-persistenced but it is not installable
twsnap
is now on crates.io
crates.io: https://crates.io/crates/twsnap
repo: https://gitlab.com/ddnet-rs/twsnap
Its a collaboration between @Zwelf and me, to have interoperability between his physics and my renderer :)
The main thing is the Snap
(snapshot) struct, which is heavily typed and focused on usability. It is compatible with the ddnet snapshot and it also already includes a (ddnet) demo reader and writer.
Compatibility with ddnet snapshot is possible thanks to @heinrich5991's libtw2, which is now also available on crates.io!
twsnap
is ofc still unstable, and it is still missing net messages@rust-devs
twsnap
is now on crates.io
crates.io: https://crates.io/crates/twsnap
repo: https://gitlab.com/ddnet-rs/twsnap
Its a collaboration between @Zwelf and me, to have interoperability between his physics and my renderer :)
The main thing is the Snap
(snapshot) struct, which is heavily typed and focused on usability. It is compatible with the ddnet snapshot and it also already includes a (ddnet) demo reader and writer.
Compatibility with ddnet snapshot is possible thanks to @heinrich5991's libtw2, which is now also available on crates.io!
twsnap
is ofc still unstable, and it is still missing net messages