Releases: ChillerDragon/ddnet
v18.4 ddnet 0.7 client
branch: pr_07_client_b121
The current progress of the pending pr ddnet#5949
It is a ddnet 18.4 client that can connect to 0.6 and 0.7 servers.
- Add support for 0.7 hands
- Add support for transparent 0.7 skins (solo parts)
- Update to new ddnet version
- Fixed some small bugs
v18.3.1 ddnet 0.7 client
The current progress of the pending pr ddnet#5949
It is a ddnet 18.3.1 client that can connect to 0.6 and 0.7 servers.
- Update to new ddnet version
- Fixed winter maps graphic bug (#8)
v18.2 ddnet 0.7 client
The current progress of the pending pr ddnet#5949
It is a ddnet 18.2 client that can connect to 0.6 and 0.7 servers.
- Update to new ddnet version
v18.1 ddnet 0.7 client (v4)
The current progress of the pending pr ddnet#5949
It is a ddnet 18.1 client that can connect to 0.6 and 0.7 servers.
- Fix sound when hooking other tees
- Fix skin marking alpha being reset
v18.1 ddnet 0.7 client
The current progress of the pending pr ddnet#5949
It is a ddnet 18.1 client that can connect to 0.6 and 0.7 servers.
- First feature complete version with no known bugs
v18.0.2 ddnet 0.7 client
- Newer ddnet and newer 0.7 bugs
v17.4.2 headless 0.7 client
LINUX ONLY! NO GRAPHICS! 🐧
The current progress of the pending pr ddnet#5949
Its is a ddnet 17.4.2 client that can connect to 0.6 and 0.7 servers.
compiled with headless client flag
cmake .. -DPREFER_BUNDLED_LIBS=ON -DHEADLESS_CLIENT=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
So this is basically a 0.7 ddnet client without graphics.
Sample install commands for linux
wget https://github.com/ChillerDragon/ddnet/releases/download/v17.4.2-headless-0.7/DDNet7-headless-linux.zip
unzip DDNet7-headless-linux.zip
sudo mv DDNet7-headless /usr/local/bin
rm DDNet7-headless-linux.zip
v17.2.1 ddnet 0.7 client
The current progress of the pending pr ddnet#5949
Its is a ddnet 17.2.1 client that can connect to 0.6 and 0.7 servers.
v16.5 headless client
Current ddnet master (16.5) compiled with headless client flag
cmake .. -DPREFER_BUNDLED_LIBS=ON -DHEADLESS_CLIENT=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
So this is basically a unmodified ddnet client without graphics.
Sample install commands for linux
wget https://github.com/ChillerDragon/ddnet/releases/download/v16.5-headless/DDNet-headless.zip
unzip DDNet-headless.zip
sudo mv DDNet-headless /usr/local/bin
rm DDNet-headless.zip