DDraceNetwork, a free cooperative platformer game
Go to file
2015-08-12 13:23:58 +02:00
data Ooops, restore good Kobra 4 map and cfg 2015-08-12 13:23:58 +02:00
datasrc Oops, add SPEC_FREEVIEW to datasrc 2015-07-26 19:21:53 +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 added Notifications for osx 2015-08-11 03:14:27 +02:00
src Fix debug compilation on Windows with MinGW.(by Savander) 2015-08-12 00:35:25 +02:00
.gitignore added language scripts 2015-06-30 18:57:25 +02:00
autoexec.cfg Reset tunes by default 2015-08-11 20:37:25 +02:00
bam.lua added Notifications for osx 2015-08-11 03:14:27 +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 Further license and cleanup 2015-07-22 22:49:20 +02:00
README.md Update CircleCI badge 2015-07-31 21:31:18 +02:00
storage.cfg added mod system. Closes #34 2010-10-06 23:07:35 +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).

You can get binary releases on the DDNet website.

Building

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

If you have the libraries installed, but still want to use the bundled ones instead, you can specify so by running bam config curl.use_pkgconfig=false opus.use_pkgconfig=false opusfile.use_pkgconfig=false ogg.use_pkgconfig=false.

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