Search found 139 matches

by HMH
Mon Sep 05, 2016 1:26 am
Forum: General Help
Topic: /mapinfo doesn't work when the current map name contains a single quote character.
Replies: 6
Views: 2028

Re: /mapinfo doesn't work when the current map name contains a single quote character.

During rework of the sqlcode I forgot to run ClearString before calling FuzzyString which is now fixed: https://github.com/ddnet/ddnet/commit/1 ... f3977bcd6a

Edit:
@Skyrel: Please resist from posting useless comments.
by HMH
Tue Aug 30, 2016 2:24 pm
Forum: General Help
Topic: No points after finishing map! :/
Replies: 4
Views: 2042

Re: No points after finishing map! :/

stompie is right this here is exactly the same problem.
by HMH
Wed Aug 24, 2016 10:46 pm
Forum: General Help
Topic: DDNet Client Slow Loading
Replies: 11
Views: 3947

Re: DDNet Client Slow Loading

You could also try to speedup loading by enabling threaded soundloading: cl_threadsoundloading 1
by HMH
Wed Aug 24, 2016 10:40 pm
Forum: Official Discussions
Topic: Patch 10.3
Replies: 2
Views: 1469

Re: Patch 10.3

What does Bam 0.5 support do? I had a problem with this while trying to compile the latest Teerace binary because of this reason, conflicting with 0.4 or something like that. Bam is the buildsystem teeworlds and thus also ddnet uses. Basically it handles calling all the commands required to produce...
by HMH
Tue Aug 16, 2016 10:54 pm
Forum: General Help
Topic: Rank not added
Replies: 19
Views: 11213

Re: Rank not added

The cause normally is an unstable network, nothing we can do about this. So the idea is to store ranks that did not make it to a databaseserver in a file temporarily and then restore the ranks when network is back. And actually I already have a tool that can do this (adding all those ranks manually ...
by HMH
Tue Aug 16, 2016 12:10 am
Forum: General Help
Topic: Rank not added
Replies: 19
Views: 11213

Re: Rank not added

I just restored 77 ranks from zaf servers. Sorry for this taking quite some time but believe me you are rather luckey, chile got more than 400 ranks i had to restore some time ago.
by HMH
Fri Jul 29, 2016 4:05 pm
Forum: General Help
Topic: Patch notes: what does DDNet use SQL for?
Replies: 3
Views: 1918

Re: Patch notes: what does DDNet use SQL for?

The plan is to have three master-database-servers in a replication-ring which will allow inserts. All other servers will replicate from them to provide faster access to things like /top5 but those will not allow inserts from the gameservers. So if one master is not reachable after a map was finished...
by HMH
Thu Jul 28, 2016 3:29 am
Forum: General Help
Topic: Patch notes: what does DDNet use SQL for?
Replies: 3
Views: 1918

Re: Patch notes: what does DDNet use SQL for?

what does DDNet use SQL for? DDNet uses sql (specifically MariaDB https://mariadb.org/) to save ranks, teamranks, savegames and thus to calculate points and all the stuff you can find here: https://ddnet.tw/ranks/ . It shows master SQL server. Is this a brand new code? It indeed is more or less new...
by HMH
Wed Jul 27, 2016 6:25 pm
Forum: General Help
Topic: hackers
Replies: 11
Views: 5714

Re: hackers

Well, actually admins can indeed use freezehammer, even on non-testservers: https://github.com/ddnet/ddnet/blob/b21 ... ands.h#L48