DDraceNetwork, a free cooperative platformer game
Go to file
2015-07-22 22:41:31 +02:00
data desert_mountains_new_forground.png => desert_mountains_new_foreground.png 2015-07-15 01:37:54 +02:00
datasrc Add editor icon for audio source 2014-10-21 12:07:09 +02:00
docs Update docs 2014-03-01 14:29:05 +01:00
other Fix mysql arch x86 2015-07-10 17:42:16 +02:00
scripts Add libwinpthread-1.dll for Win64 2015-07-01 14:59:44 +02:00
src Add foes (permanently ignored players) 2015-07-22 22:16:49 +02:00
.gitignore added language scripts 2015-06-30 18:57:25 +02:00
AndroidAppSettings.cfg Update AndroidAppSettings 2015-03-14 11:34:42 +01:00
autoexec.cfg Add some comments to autoexec.cfg 2015-06-21 21:36:05 +02:00
bam.lua Fix mysql arch x86 2015-07-10 17:42:16 +02:00
BUILDING_ANDROID Add android building instructions 2014-07-15 01:19:01 +02:00
circle.yml Add circle.yml 2015-07-06 02:37:48 +02:00
configure.lua Clang driver support. 2013-02-24 17:47:53 +01:00
license.txt Update Teeworlds license (fixes #50) 2014-09-29 15:30:43 +02:00
license_DDRace.txt Renamed a file and added it to make_release.py 2011-02-05 01:49:54 +02:00
README.md Clean up files a bit and extend readme 2015-07-22 22:41:31 +02:00
storage.cfg i hate this file 2011-02-15 02:29:03 +02:00

DDraceNetwork Build Status

Our own flavor of DDRace, a Teeworlds mod. See the website for more information.

Development discussions happen on #ddnet on Quakenet (Webchat).

Building

You can get binary releases on the DDNet website.

To compile DDNet yourself, you can follow the instructions for compiling Teeworlds.

DDNet requires additional libraries, that are bundled for the most common platforms (Windows, Mac, Linux, all x86 and x86_64). Instead you can install these libraries on your system, remove the config.lua and bam should use the system-wide libraries by default: libcurl, libogg, libopus, libopusfile

The MySQL server can be built with bam server_sql_release. It requires libmariadbclient-dev and libmysqlcppconn-dev, which are also bundled for the common platforms.