Search found 36 matches

by rafaelff
Sun Feb 04, 2018 12:50 pm
Forum: Tutorials
Topic: How to compile server and set it up with MySQL (Mariadb) on Linux
Replies: 30
Views: 32302

Re: How to compile server and set it up with MySQL (Mariadb) on Linux

cmake -DCMAKE_BUILD_TYPE=Release -DMYSQL=ON $CODEDIR && make It is also possible to build only the server with: cmake -DCLIENT=OFF -DMYSQL=ON $CODEDIR && make where $CODEDIR is the root directory of the DDNet source code. In this case, you don't need to install client dependencies (...
by rafaelff
Sat Feb 03, 2018 6:53 pm
Forum: Tutorials
Topic: How to compile server and set it up with MySQL (Mariadb) on Linux
Replies: 30
Views: 32302

Re: How to compile server and set it up with MySQL (Mariadb) on Linux

Ryozuki, consider updating instructions to build with cmake instead of bam.
by rafaelff
Fri Jan 05, 2018 4:28 pm
Forum: Official Discussions
Topic: wiki.ddnet.org - Discussion Thread
Replies: 86
Views: 64399

Re: DDRace Gamemode Wiki

heinrich5991 wrote: Fri Jan 05, 2018 3:12 pm The wiki is permanently down and all data is lost IIRC.
Oh, I wasn't aware... Well, if the intention is not to bring it up again, how about shutting down that virtualhost, redirecting to main page or any other smooth solution?
by rafaelff
Fri Jan 05, 2018 2:52 pm
Forum: Official Discussions
Topic: wiki.ddnet.org - Discussion Thread
Replies: 86
Views: 64399

Re: DDRace Gamemode Wiki

Chromium blocks access to wiki.ddnet.tw reporting NET::ERR_CERT_COMMON_NAME_INVALID - The common name in the certificate doesn't match the URL accessed. Indeed, the certificate generated has name "ddnet.tw" instead of "*.ddnet.tw", and wiki.ddnet.tw doesn't match ddnet.tw. No &qu...
by rafaelff
Fri Sep 01, 2017 2:19 pm
Forum: General Help
Topic: libcurl certificate error on client startup [SOLVED]
Replies: 2
Views: 1628

Re: libcurl certificate error on client startup

It works, thanks! No need for a new version as I can patch it myself.
by rafaelff
Fri Sep 01, 2017 1:05 pm
Forum: General Help
Topic: libcurl certificate error on client startup [SOLVED]
Replies: 2
Views: 1628

libcurl certificate error on client startup [SOLVED]

[2017-09-01 07:59:59][fetcher]: task failed. libcurl error: error setting certificate verify locations: CAfile: /u/data/ca-ddnet.pem CApath: none [2017-09-01 07:59:59][ddnet-ranks]: download failed This console output is printed on client startup of version 10.8.3 (I didn't notice if this also happ...
by rafaelff
Tue Mar 07, 2017 9:51 pm
Forum: Official Discussions
Topic: wiki.ddnet.org - Discussion Thread
Replies: 86
Views: 64399

Re: DDRace Gamemode Wiki

Ok, I'm really not understand what's happening here. Yes, these are the messages that were being aborted. Now, I just now tried to translate the last out-of-date message from DDRaceNetwork page without success. Also, for a few days I've been trying to translate the first message of DDNet page. The e...
by rafaelff
Thu Mar 02, 2017 5:56 pm
Forum: Official Discussions
Topic: wiki.ddnet.org - Discussion Thread
Replies: 86
Views: 64399

Re: DDRace Gamemode Wiki

Ryozuki, I'm unable to save translations with error message "Your edit was aborted by an ArticleSave hook". Is this happening because of no permission for my credentials?
by rafaelff
Sun Feb 19, 2017 1:29 pm
Forum: General Art
Topic: TeeUniverse Editor
Replies: 38
Views: 23446

Re: TeeUniverse Editor

necropotame, I notice this project's github descript mentions it is a game. Are you planning it as a mod/fork of Teeworlds, or solely as an enhanced map editor?
by rafaelff
Sun Oct 16, 2016 11:21 pm
Forum: General Help
Topic: DDNet not grabbing touchpad/mouse pointer (Linux)
Replies: 4
Views: 1802

Re: DDNet not grabbing touchpad/mouse pointer (Linux)

It seems this is happening only when starting gnome-session in Wayland, which is now the default in GNOME 3.22; DDNet works just fine when in Xorg option.