Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.org/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 2024-03-17 00:00:00Z and 2024-03-18 00:00:00Z
Avatar
the skin server responsible for providing fallback skins to the proxy at https://uniqueclan.net/proxy/skin/ now automatically "fixes" skins which have errors in the client
00:37
the fixes are sometimes barbaric but i found that usually the errors relate to improper geometry or PNG chunk type (effectively color space) and i manually account for both of those
Avatar
Avatar
Ewan
the skin server responsible for providing fallback skins to the proxy at https://uniqueclan.net/proxy/skin/ now automatically "fixes" skins which have errors in the client
if using the proxy like this nothing has to change atm if using the server directly the request must now look like https://tw.starbo.lt/read/fix/* instead of https://tw.starbo.lt/read/*
00:40
do u think it's better to have a potentially fucked up skin and error unprompted (e.g. when someone joins and they have an erroneous skin) or fix it like im doing
00:40
or should they be fixed on a per-skin basis... i think i have too many for that
Avatar
Fixes strong indicator not showing above:
  • players in different team or solo
  • all players when paused
Additionally strong indicator is now shown from perspective of locked on player as described in #7704 closes #7704

Checklist

  • [x] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added coverage to integration test
  • [ ] Con...
Avatar

Checklist

  • [ ] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addres...
Avatar
Closes #8117.

Checklist

  • [X] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/...
Avatar
bef399f Fix replacement of UI with Ui in strings - Robyt3 d853a17 Merge pull request #8119 from Robyt3/UI-String-Fix - archimede67
Avatar
7f49746 fix nameplates strong indicator - dobrykafe 19ea539 show nameplates strong indicator from perspective of spectated player - dobrykafe d7f3c4f Merge pull request #8118 from dobrykafe/pr-nameplates-strong - Robyt3
Avatar
Avatar
Ewan
or should they be fixed on a per-skin basis... i think i have too many for that
would be nice to clean up the list of skins. or just not server invalid skins at all
Avatar
Hi there, I'm using 18.0.3 on Linux (Ubuntu). I have noticed that the ddnet client crashes (always) when I press the up or down arrows and the autorule menu of a tile layer is open. This only happens when I switch from a tile layer to a non-tile layer such as game. The client may be trying to open the autorule menu in the newly selected layer, but it can't because it doesn't have an autorule menu. This was (fortunately) not my case, but it could be quite annoying if someone loses a m...
11:24
67329ac Support clicking line color picker label to toggle checkbox - Robyt3 47d77fa Merge pull request #8120 from Robyt3/UI-Color-Picker-Line-Improvement - archimede67
Avatar
Is there a way to filter demos by demo marker? earlier it used to be easy to see what demos you marked anything in. now in version 18.0.3 the workflow is kinda rough, cause you have to click on each demo to see if you marked anything in it. Or am i missing something?
Avatar
Avatar
Shyzo
Is there a way to filter demos by demo marker? earlier it used to be easy to see what demos you marked anything in. now in version 18.0.3 the workflow is kinda rough, cause you have to click on each demo to see if you marked anything in it. Or am i missing something?
The Markers column was removed because I didn't consider it to be very useful (#7311). We could either add it back, which means less space is available for the demo name especially on 5:4 resolutions. Or we could add a more detailed filter for demos similar to the filter in the server browser.
Avatar
Improve layout of demo browser buttons, search and checkbox. Use icons for most buttons. Decrease size of UI elements. Move demo details from below the file browser to a side panel on the right, wh...
Avatar
how do i setup a way for my client and server to communicate with each other in a seperate docker container? i've setup a docker network and changed the URL the client uses to communicate to the server to the name of the docker container, but it just wont work
Avatar
ws-client BOT 2024-03-17 13:28:43Z
<ChillerDragon> sos https://observer.ddstats.org/ down
13:30
<ChillerDragon> uhm ryo how can i search a server here? https://ddstats.org/
View DDNet / Teeworlds Statistics.
Avatar
Avatar
Robyt3
The Markers column was removed because I didn't consider it to be very useful (#7311). We could either add it back, which means less space is available for the demo name especially on 5:4 resolutions. Or we could add a more detailed filter for demos similar to the filter in the server browser.
I think the marker column was quite usefull for content creators, at least i used it all the time. I mean a Filter option for "has at least one Marker" would also be a valid option i guess. But i guess the column might be the easier method since we already had that feature before? But im not an IT guy so idk xD
Avatar
Adding the column back would be easier, yeah, I'm just not sure it's useful enough that you can sort by the number of markers. A filter option would be cleaner, although it would be more work because there is no filter for demos right now except the quick search.
13:58
On 5:4 there isn't much space for adding another column, or even filenames of normal length would be cut off
Avatar
can we raise like 100 euros so deen doesnt have a 5:4 monitor and remove support for it
troll 2
Avatar
Shyzo on Discord writes
Is there a way to filter demos by demo marker? earlier it used to be easy to see what demos you marked anything in. now in version 18.0.3 the workflow is kinda rough, cause you have to click on each demo to see if you marked anything in it. Or am i missing something? I think the marker column was quite usefull for content creators, at least i used it all the time. I mean a Filter option for "has at least one Marker" would also be a valid option i guess. But i g...
Avatar
ws-client BOT 2024-03-17 14:11:30Z
<ChillerDragon> @meloƞ yes network sounds good. What do you use to test the client and server connection and how does your dockerfile look like?
Avatar
this is how my docker-compose is structured atm - i am simply testing it by letting the client ping to it and saying Ok when a pong is returned
Avatar
ws-client BOT 2024-03-17 14:13:52Z
<ChillerDragon> Yes the demo marker column is indeed important for content creators. @Shyzo @Robyt3 +1 from my side
Avatar
Column or filter?
Avatar
ws-client BOT 2024-03-17 14:15:00Z
<ChillerDragon> @meloƞ not booting element now to look at your image sorry. i dont have time to debug docker now anyways maybe someone else has
Avatar
:P understandable
14:15
when cli image viewer?
Avatar
ws-client BOT 2024-03-17 14:15:36Z
<ChillerDragon> im not in the cli
14:15
<ChillerDragon> when stop using discord
14:15
<ChillerDragon> they banned me from their image cdn
Avatar
its hard keeping track on what you are on, idk stuff about IRC, Matrix, etc
Avatar
ws-client BOT 2024-03-17 14:17:23Z
<ChillerDragon> @Robyt3 i did not see the new thing yet but if you removed the info wether a demo has markers from the list thats a big downgrade. A filter was there too already if i remember correctly.
14:17
<ChillerDragon> I dont have a client available right now to check but i swear i used to scroll the entire list a few years back and then click sort to see all demos with markers
14:18
<ChillerDragon> @meloƞ yea you don't have to i am everywhere. But the interesting news is that discords images are not closed. So I can no longer see them. Unless I boot matrix where the matrix bridge copies them over.
14:19
<ChillerDragon> now closed*
Avatar
Avatar
ws-client
<ChillerDragon> @Robyt3 i did not see the new thing yet but if you removed the info wether a demo has markers from the list thats a big downgrade. A filter was there too already if i remember correctly.
The question is whether we just want the column to sort by the number of markers back or whether adding a filter tab to the demo browser would make sense, where you'd have a checkbox "Has markers". Though adding a separate filter tab might also be annoying because you can't see the info of the selected demo at the same time then.
14:21
Unless we try to the show the demo info and filter at the same time instead of in separate tabs
Avatar
ws-client BOT 2024-03-17 14:23:16Z
<ChillerDragon> I don't care if it filters or sorts the result is the same I can see the relevant demos
14:24
<ChillerDragon> I remember the loading the meta data by scrolling the list was annoying not sure if that has been addressed yet.
Avatar
ws-client BOT 2024-03-17 14:32:27Z
<ChillerDragon> @Robyt3 now that i think about it i do care. Filtering is worse than sorting. Because I used the amount of markers as weight for relevance.
Avatar
can you please implement a function where if you press kill button for 3 sec, you dont have to type /kill ? it would make my life easier
f3 2
Avatar
Fixes #8116. Also supports navigating in selection popups (image, automapper and sound) with UP and DOWN arrow keys.

Checklist

  • [x] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect exi...
Avatar
Avatar
Robyt3
On 5:4 there isn't much space for adding another column, or even filenames of normal length would be cut off
@Robyt3 Oh thats true. But who even uses 5:4 nowadays xD i think using 16:9 as a standard option would be the most useful (edited)
Avatar
Avatar
ws-client
<ChillerDragon> I dont have a client available right now to check but i swear i used to scroll the entire list a few years back and then click sort to see all demos with markers
+++ the option to refresh the whole demo folder and immediately see all demos that have markers in them and the option to sort for that was just awesome for quickly dealing with demos
Avatar
Avatar
ws-client
<ChillerDragon> @Robyt3 now that i think about it i do care. Filtering is worse than sorting. Because I used the amount of markers as weight for relevance.
I agree i think column would be better, but either option is better than none at all :D
Avatar
Avatar
heinrich5991
would be nice to clean up the list of skins. or just not server invalid skins at all
perhaps
Avatar
there’s like less than 100 messed up skins
Avatar
Switch settings !image Editor Number, Delay !image Ingame Delay, Number !image It seems that in the past they were both the same (Delay, Number), but the editor seems to have later been changed to Number, Delay. I...
Avatar
Avatar
meloƞ
this is how my docker-compose is structured atm - i am simply testing it by letting the client ping to it and saying Ok when a pong is returned
now i know your mysqueal password, you will get hacked soon
19:18
Not when its Not working so the Server is down kek
19:18
But i fixed it anyway
Avatar
I can't open https://ddnet.org in Chrome, which is kind of confusing
Avatar
Avatar
deen
I can't open https://ddnet.org in Chrome, which is kind of confusing
I can
Avatar
Probably a me-problem, nevermind then
Avatar
firefox gang
Avatar
I had an old ipv6 only entry in /etc/hosts. Turns out Chrome prefers ipv6 even if it doesn't work, while other browsers fall back to ipv4
Exported 70 message(s)