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 2021-03-04 00:00:00Z and 2021-03-05 00:00:00Z
Avatar
Postgresql
Avatar
I really have no idea how to describe t his, but the issue was that a tune_zone with player_collision 0 was just not working. I verified that setting the global tune to 0 did indeed work, but the tune_zone just didn't work. I attached gdb and moved people to teams so they could save. After that I kicked everyone and enabled cheats to investigate. After like 10 minutes of messing around, I put a breakpoint on CCharacter::Tick after I resumed execution it was just gone. (Some sort of UB? Th...
Avatar
`` Core was generated by ./DDRace64-Server_sql -f servers/8324.cfg'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000559f14d79b8b in CGameContext::OnClientEnter (this=, ClientID=39) at /home/teeworlds/src/master/src/game/server/player.h:34 34 int GetTeam() const { return m_Team; }; [Current thread is 1 (Thread 0x7f39798e6e00 (LWP 1949821))] (gdb) bt #0 0x0000559f14d79b8b in CGameContext::OnClientEnter (this=, ClientID=39) at /home/teeworl...
Avatar
``` Traceback (most recent call last): File "/home/deen/isos/ddnet/ddnet-source/scripts/dmg.py", line 106, in main() File "/home/deen/isos/ddnet/ddnet-source/scripts/dmg.py", line 103, in main dmg.create(volume_name=args.volume_name, directory=args.directory, dmg=args.output, symlinks=symlinks) File "/home/deen/isos/ddnet/ddnet-source/scripts/dmg.py", line 59, in create self._create_hfs(hfs, volume_name, output_size) File "/home/deen/isos/ddnet/ddnet-source/script...
Avatar
387b8ef Fix dmg.py - def- 9b847d0 Merge #3674 - bors[bot]
Avatar
Google will stop selling targeted ads based on individuals' browsing histories and won't invest in ad tech that uniquely identifies web users.
Avatar
From what I heard they are now doing it on an aggregate level. They can identify that you form part of group A "Techy who loves to game" and target based off that.
17:17
Any tips as to how I can resolve "IStorage: struct type redefinition"? I haven't changed anything besides trying to get the code to compile with MySQL.
17:18
Hoping someone has encountered this before/can narrow down the scope of the issue.
Avatar
I think I remember mysql itself using the name IStorage
Avatar
@Zodiac are you using latest master?
18:59
ah
18:59
wait
18:59
IStorage was a windows thing IIRC
19:01
@Ryozuki yes, you can put it there. it also has a license. I think Zwelf intentionally did not put it into the wiki because it doesn't really fit the format. it's on the website
Avatar
Avatar
heinrich5991
IStorage was a windows thing IIRC
Guilty as charged xD thinking of spawning off a linux VM quick to solve this
Avatar
we want to work on windows, this might be a bug in ddnet
19:06
can you post the full error?
Avatar
It fits perfectly on the wiki
Avatar
the reason it might not fit might be: you can't edit it on the wiki
Avatar
I think the wiki having as much of the info as possible is the best than random links everywhere
19:45
What u cant edit?
19:45
I meant manually porting the docs to the wili
19:45
Wiki
Avatar
duplicating the effort? I don't think that's worth it
19:45
will lead to one becoming outdated
19:45
I like "random links" better
Avatar
I think its better to use the wiki as the source theb
19:46
Why you like random links better
Avatar
ok so i went in f1 and wrote : bind f say /team 2, /lock but dont work. whats wrong ?
Avatar
that's not what I intend to do; I believe my repository will live longer than the wiki
Avatar
The wiki has backups
19:47
This defeats the point of the wiki then
19:47
We can pack it up and delete it
Avatar
I don't think Zwelf thinks that way
19:48
he explicitly split it that way
Avatar
Idk what he thinks he barely talks here
19:48
Its pointless split
19:48
The wiki should aim to have as much info as possible
19:49
I will port those docs my way, citing ur repo like any wiki
19:51
It doesnt matter if its duplicate
19:51
Ur repo is a 1st source
19:51
The wiki makes an article citing it
19:52
I will write it in a different way
Avatar
just don't make a editable copy, please 🙂
Avatar
What does that mean
Avatar
reproducing the contents is no problem for me as long as you don't make it editable, that would make it hard to find the up-to-date version
Avatar
Avatar
Astramast
ok so i went in f1 and wrote : bind f say /team 2, /lock but dont work. whats wrong ?
Trafalgar Law 2021-03-04 19:56:58Z
You need to use ; instead of , and with ""
19:57
like bind f "say /team 2; say /lock"
Avatar
@Ryozuki help
20:01
20:01
Avatar
I want to add info about the protocol from scratch using those docs as reference
Avatar
first screen is on Mac
20:01
and second screen from Windows
Avatar
Idk if that means reproeucing the content
Avatar
the x has a 0,1 tile difference
20:01
from both screen
20:02
even tho we used tele x y
Avatar
Ok, why u ping me
Avatar
coz u dev and there
20:02
maybe u know why
Avatar
Floating point stuff idk
Avatar
so in reality we're not really at different positions ?
20:03
its kinda important, to save a fail with a tower (edited)
20:03
and if we can move differently that might increase the tower possibility
Avatar
@Neben you're at the same position
20:05
the exact position would be 0.125, but it seems it's rounded differently to 0.12, 0.13
Avatar
yeah ok thanks its just the rounding on the printing
Avatar
is there a way to run ./DDNet withotu a video device
20:08
U need to code a headless client
20:08
Decouplinng the current client from graphics is some work
20:09
Maybe irs even faster to judt implement ur own netclient
Avatar
hm ok tkhx
Avatar
what do you want to do? @louis
Avatar
was trying to run ./ddnet on a vps
Avatar
so its the case too then there? 09 13, 34 38, 59 63, 84 88 like why is it that sometimes u move 0.03 sometimes 0.04 (edited)
20:10
in truth u move 3,5 or sth? and it will just round differently too?
Avatar
or sth like this yes
Avatar
1/32 of a tile
Avatar
so its the same lenght nonthelss as u can move
20:11
the same minimal distance
20:11
it will just show differently cuz of rounding?
Avatar
yes
Avatar
okay thanks
Avatar
@louis @noby made a text only client
Avatar
@louis but what should it do? ^^
Avatar
@plsplsplslol yeah but i have no idea how to use it, its a single chatonly.cpp file
20:15
@heinrich5991 i just wanted it to run an autoexec.cfg
Avatar
gcc
Avatar
i dont think that one runs autoexec tho
Avatar
no its a client
20:16
doing ./DDNet runs autoexec.cfg ofc
Avatar
why do you need to run autoexec.cfg
Avatar
so i can run some commands
Avatar
@louis connect directly followed by other commands won't work btw
20:29
well wont work anyways without vid device D: i will try to find some way to make a fake monitor or smth
Avatar
framebuffer or so might be a word you need
20:34
you still haven't said what you want to do btw
20:34
"execute autoexec.cfg" is probably not the end goal 😉
20:52
i want to connect to a server justatest
Avatar
u probs can run a client on a vps
20:53
software renderer and smth liek VNC to connect
Avatar
m well thx ill see to it
20:53
Virtual frame buffer driver for iMX devices. Contribute to Freescale/linux-module-virtfb development by creating an account on GitHub.
Avatar
yes nobys text only client can connect to a server
Avatar
ah ok i will find it
21:00
can it rename too
Avatar
ok, join server, rename
21:02
we're getting closer to the requirements 😉
Avatar
yes thats basically all i believe
21:05
maybe /save justatest but not needed
Avatar
i dont think it can rename
Avatar
@Deleted User ssh -X should work
21:30
(and mobaxterm for Windows)
Avatar
Avatar
Trafalgar Law
like bind f "say /team 2; say /lock"
k thank u <3
Exported 128 message(s)