Merge branch 'master' into sqlmasters
1
.gitignore
vendored
|
@ -6,6 +6,7 @@ datasrc/*.pyc
|
|||
objs
|
||||
src/game/generated
|
||||
SDL.dll
|
||||
SDL2.dll
|
||||
freetype.dll
|
||||
|
||||
crapnet*
|
||||
|
|
|
@ -19,3 +19,5 @@ DDNet requires additional libraries, that are bundled for the most common platfo
|
|||
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`, `libmysqlcppconn-dev` and `libboost-dev`, which are also bundled for the common platforms.
|
||||
|
||||
Note that the bundled MySQL libraries might not work properly on your system. If you run into connection problems with the MySQL server, for example that it connects as root while you chose another user, make sure to install your system libraries for the MySQL client and C++ connector. Make sure that `mysql.use_mysqlconfig` is set to `true` in your config.lua.
|
||||
|
|
|
@ -91,7 +91,7 @@ sv_announcement_interval 120
|
|||
sv_announcement_random 1
|
||||
|
||||
# Message of the day to display when joining the server (use "\n" to create new line)
|
||||
sv_motd "Testserver with DDraceNetwork Features!\nDon't forget to check server rules by using /rules\n\nWrite /kill to restart your race"
|
||||
sv_motd "Testserver with DDraceNetwork Features!\nDon't forget to check server rules by using /rules"
|
||||
|
||||
# Use default DDRace rules
|
||||
sv_ddrace_rules 1
|
||||
|
|
4
bam.lua
|
@ -148,7 +148,7 @@ server_sql_depends = {}
|
|||
if family == "windows" then
|
||||
if platform == "win32" then
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/freetype/lib32/freetype.dll"))
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/sdl/lib32/SDL.dll"))
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/sdl/lib32/SDL2.dll"))
|
||||
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/curl/windows/lib32/libcurl.dll"))
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/curl/windows/lib32/libeay32.dll"))
|
||||
|
@ -163,7 +163,7 @@ if family == "windows" then
|
|||
table.insert(client_depends, CopyToDirectory(".", "other/opus/windows/lib32/libopusfile-0.dll"))
|
||||
else
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/freetype/lib64/freetype.dll"))
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/sdl/lib64/SDL.dll"))
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/sdl/lib64/SDL2.dll"))
|
||||
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/curl/windows/lib64/libcurl.dll"))
|
||||
table.insert(client_depends, CopyToDirectory(".", "other/curl/windows/lib64/libeay32.dll"))
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
dependencies:
|
||||
pre:
|
||||
- |
|
||||
sudo apt-get update; sudo apt-get build-dep teeworlds
|
||||
sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
||||
sudo apt-get update
|
||||
sudo apt-get build-dep teeworlds
|
||||
sudo apt-get install libsdl2-dev
|
||||
|
||||
if [ ! -x ~/bam/bam ]; then
|
||||
git clone https://github.com/matricks/bam ~/bam/
|
||||
|
|
BIN
data/arrow.png
Before Width: | Height: | Size: 787 B After Width: | Height: | Size: 696 B |
BIN
data/blob.png
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 864 B After Width: | Height: | Size: 672 B |
BIN
data/console.png
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 816 B After Width: | Height: | Size: 707 B |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 636 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 798 B After Width: | Height: | Size: 723 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 985 B After Width: | Height: | Size: 910 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 709 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 851 B After Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 719 B After Width: | Height: | Size: 639 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 896 B After Width: | Height: | Size: 827 B |
Before Width: | Height: | Size: 818 B After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 914 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 784 B After Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1,007 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 962 B After Width: | Height: | Size: 890 B |
Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 863 B After Width: | Height: | Size: 803 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 632 B After Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 832 B After Width: | Height: | Size: 765 B |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 918 B |
Before Width: | Height: | Size: 814 B After Width: | Height: | Size: 664 B |
Before Width: | Height: | Size: 857 B After Width: | Height: | Size: 724 B |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 720 B |
Before Width: | Height: | Size: 822 B After Width: | Height: | Size: 649 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1,011 B After Width: | Height: | Size: 921 B |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |