Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2020-02-21 00:00:00Z and 2020-02-22 00:00:00Z
Avatar
Trafalgar Law 2020-02-21 06:51:22Z
Hey, can someone tell me why the scores will not written in the database? If someone finish, the server says: https://i.imgur.com/Q99LrYK.png The only thing what I did I added 2 colums to record_points Is that a problem?
Avatar
[quakenet] deen BOT 2020-02-21 06:51:47Z
do these columns have defaults?
06:52
if not, then you have to modify the server source code to add values for them
Avatar
Trafalgar Law 2020-02-21 06:52:28Z
The default is 0
Avatar
[quakenet] deen BOT 2020-02-21 06:52:46Z
try the same sql query from a sql console
06:52
what columns did you add btw?
Avatar
Trafalgar Law 2020-02-21 06:54:06Z
My servers have all the same points so I just wan't to add a different between Gores & DDRace points. https://i.imgur.com/8KwaLGW.png
Avatar
[quakenet] deen BOT 2020-02-21 06:54:53Z
In these lines I don't see where the default is defined
06:56
show create table record_points; should show MyColumnName INT DEFAULT 0 or something like that
06:57
Btw, I'm wondering why you show up on IRC with a totally different name than on Discord.
Avatar
Trafalgar Law 2020-02-21 06:57:53Z
Can you see screens on IRC?
Avatar
[quakenet] deen BOT 2020-02-21 06:58:09Z
Yeah, I just get a link and click on it
06:58
yeah, that looks reasonable
06:58
try the queries themselves in sql console
06:59
INSERT INTO %s_point (Name, Points) VALUES ('%s', '%d') ON duplicate key UPDATE Name=VALUES(Name), Points=Points+VALUES(Points)
Avatar
Trafalgar Law 2020-02-21 06:59:33Z
Okay it was really the problem with default
06:59
Mb, thanks 🙂
Avatar
[quakenet] deen BOT 2020-02-21 06:59:58Z
You're welcome
Avatar
Origin auto demo recording of ddnet will generate lots of demo files especially when playing in mods which have shorter rounds, such as infclass. I added a new option to open a new demo file only when connect to server (include map changing), this is disabled by default, and can use cl_auto_demo_on_connect 1 to open. It works only when cl_auto_demo_record open.
Avatar
``` [2020-02-19 13:46:18][register]: fetching server counts [2020-02-19 13:46:18][register]: chose 'master4.teeworlds.com' as master, sending heartbeats [2020-02-19 13:46:19][register]: no firewall/nat problems detected [2020-02-19 13:46:19][register]: server registered [2020-02-19 13:55:14][server]: player is ready. ClientID=0 addr= [2020-02-19 13:55:15][server]: 'nameless' -> 'nameless' [2020-02-19 13:55:17][server]: player has entered the game. ClientID=0 addr= [2020-02-19 13:55:17...
Avatar
ChillerDragon 2020-02-21 13:38:24Z
How bad is it to see STUCK!!! in the logs? Is it just the good old magical edge or something serious?
13:38
DDraceNetwork, a cooperative racing mod of Teeworlds - ddnet/ddnet
13:44
rude language btw: src/game/server/gamecontext.cpp:1750: //TODO: make function for this fucking steps
Avatar
Hello, there's a 30 second delay before casting a vote when joining a server with anyone on it but when the other person leaves the delay still holds so it is faster to reconnect onto the server to call a vote
Avatar
timout protection still not working?
Exported 27 message(s)