Skip to content

Releases: ChillerDragon/ddnet

v18.4 ddnet 0.7 client

24 Jul 07:41
Compare
Choose a tag to compare

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

05 Jul 02:51
Compare
Choose a tag to compare

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

02 Jun 04:27
Compare
Choose a tag to compare

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)

28 Apr 05:48
Compare
Choose a tag to compare

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

25 Apr 07:08
Compare
Choose a tag to compare

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

03 Feb 07:53
Compare
Choose a tag to compare
  • Newer ddnet and newer 0.7 bugs

v17.4.2 headless 0.7 client

20 Jan 15:33
Compare
Choose a tag to compare

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

05 Sep 08:07
Compare
Choose a tag to compare

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

12 Nov 19:22
79df589
Compare
Choose a tag to compare

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