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 2023-09-16 00:00:00Z and 2023-09-17 00:00:00Z
Avatar
With current packaging scripts there is no much options other than that. Sorry, this is barely tested. I'll update the status later if I can.

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 ph...
Avatar
github just reccomended me a ddnet bot thing LOLLL
Avatar
Avatar
Voxel
github just reccomended me a ddnet bot thing LOLLL
But which one xd
Avatar
Remove Is from the getter names for the same reason that removing Get from the name is preferred. The word Is was inconsistently used as a prefix in CScrollRegion but as an infix in CListBox.

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 poi...
Avatar
Why is compressing image files such a pain in the ass? Some images double in size after compression, and I can't find any good source as to why.
Avatar
what images are you compressing? which format?
Avatar
.png and .jpg files (edited)
Avatar
Avatar
murpi
Why is compressing image files such a pain in the ass? Some images double in size after compression, and I can't find any good source as to why.
what u mean is, the raw image doubles in size after it's compressed to png?
09:55
or r u trying to optimize them
Avatar
Avatar
murpi
.png and .jpg files (edited)
which tool do you use? are they photos? screenshots?
Avatar
I'm trying to compress photos into an archive file format
Avatar
Closes #7161.

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
Avatar
heinrich5991
which tool do you use? are they photos? screenshots?
Photos taken by a 250D, with python
Avatar
Avatar
murpi
I'm trying to compress photos into an archive file format
well images are already compressed
10:02
in a format that makes sense for images
Avatar
Avatar
murpi
Photos taken by a 250D, with python
recompressing photos will likely degrade quality or increase size
Avatar
I don't mind the loss in quality. I just want to have them in a archive file, for more streamlined sharing and privacy :/
Avatar
what do you mean by "archive file"?
10:11
zip? jpg?
Avatar
use .tar
Avatar
zip, rar, 7zip.. you name it
Avatar
none of these should cause a significant increase
10:12
interesting
10:12
at most a couple of kilobytes
10:12
the 7z program also causes the problem? maybe you can select "compression: store" and compress to a zip file in there?
Avatar
I've tried zipfile.ZIP_STORED already, same issue there
Avatar
that seems wrong. can you reproduce it with a single image?
10:15
not a folder, but just a single image
Avatar
@murpi have u checked the archieve doesnt contain the images twice or smth
Avatar
f42e39a Consistently name CScrollRegion and CListBox getters - Robyt3 6117fa6 Merge pull request #7187 from Robyt3/UI-ScrollRegion-ListBox-Naming - heinrich5991
Avatar
Avatar
heinrich5991
that seems wrong. can you reproduce it with a single image?
Yes, same issue
Avatar
Avatar
Jupstar ✪
@murpi have u checked the archieve doesnt contain the images twice or smth
Just one image in the archive
Avatar
but the images in the archieve are untouched?
10:20
e.g. the same images as before?
Avatar
can you send me a sample image? something is off
10:21
or a sample archive
Avatar
What does untouched mean?
Avatar
i mean if u uncompress the archive, its the original image again?=
Avatar
Avatar
Jupstar ✪
i mean if u uncompress the archive, its the original image again?=
decompress
10:22
and no
Avatar
i tried some images with lzma2 on max now. it's smaller than the individual files by a small amount
Avatar
Avatar
murpi
and no
so u wrote a python script that creates the archive and this script somehow touches the images?
10:28
anyway, the archive should not rewrite the contents of the files. except u really need minimum possible size, and want to optimize the images. the uncompressed files of an archive should be the original files
Avatar
643a23a Add unninja, solo and deep testing commands - Robyt3 b22956e Merge pull request #7188 from Robyt3/Server-Missing-Testing-Commands - heinrich5991
Avatar
b423ee5 Color text if you have voted f3 or f4 - furo321 286104c Merge pull request #7181 from furo321/color-vote - heinrich5991
Avatar
remember when the client wasnt searching for servers, when u started client without internet connection but then connected ? u always had to restart client
11:29
thysm for this little change
Avatar
I do not remember ^^
Avatar
kinda sounds like a bug in the OS xd
Avatar
shit xd its common thing here, cuz i use my mobile phone. often i havent connected when tw started
11:32
it works since few ddnet versions. dunno where was the change
Avatar
The return value is unused and always 0, as the function fails with an assertion instead of returning an error value.

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 existin...
Avatar
Move the "Filter", "Info" and "Friends" tabs to the top, above the tab content. Use icons instead of text for the tabs. Use animator to animate the tabs on mouse-over. Closes #6613. Make spacings, corners and font sizes used in the filter, details and friends tabs more consistent. Remove some unnecessary dark UI rect backgrounds. Improve alignment of the number of friends with the heart icon for entries in the server list. Improve layout of countries and types filters. Make the fi...
Avatar
I think this channel's description is outdated
11:55
it mentions a matrix channel that might no longer exist(?)
Avatar
time to call for a discord mod
Avatar
Jupstar ✪ BOT 2023-09-16 12:09:40Z
You're invited to talk on Matrix. If you don't already have a client this link will help you pick one, and join the conversation. If you already have one, this link will help you join the conversation
Avatar
673b7fa Remove unnecessary return value of net_init - Robyt3 0448deb Merge pull request #7189 from Robyt3/Base-Network-Init-Error - heinrich5991
Avatar
does player's info page works on ddnet website?
Avatar
Avatar
MilkeeyCat
does player's info page works on ddnet website?
yes
Avatar
Before it didnt :p
Avatar
in rust we trust
Avatar
in extra spaces, we trust
Avatar
hi, I wanna add my own sql connector using mariadb, so I've included the right headers but it still can't use the functions (apparently undef refs), do I need to add something to the cmakelist to make it work? (I used mysql/mysql.h and mysql/mysqld_error.h) btw, i know that there already is a sql connector around, just wanna do my own db
Avatar
Avatar
toneey
hi, I wanna add my own sql connector using mariadb, so I've included the right headers but it still can't use the functions (apparently undef refs), do I need to add something to the cmakelist to make it work? (I used mysql/mysql.h and mysql/mysqld_error.h) btw, i know that there already is a sql connector around, just wanna do my own db
Just copy cmake/FindMySQL.cmake and rewrite this for mariadb headers and libs, after it add find_library(MariaDB)(MariaDB is for file cmake/FindMariaDB.cmake) to CMakeLists.exe
Avatar
Avatar
Mʎɹ シ
Just copy cmake/FindMySQL.cmake and rewrite this for mariadb headers and libs, after it add find_library(MariaDB)(MariaDB is for file cmake/FindMariaDB.cmake) to CMakeLists.exe
cmakelists.exe? these find.cmake files search for headers right? so can't i just add the right headers directly into findmysql.cmake ?
Avatar
Avatar
toneey
cmakelists.exe? these find.cmake files search for headers right? so can't i just add the right headers directly into findmysql.cmake ?
Find.cmake files is using for finding headers and libraries in your system/paths, right. Just create file FindMariaDB.cmake(or smth you like), copy stuff from FindMySQL.cmake(or other find.cmake file) and edit paths, names of files and names of variables, after this all write in CMakeLists.txt this line find_library(MariaDB)(MariaDB is end of find.cmake file) and add your generated variables(example: MARIADB_LIBRARIES and MARIADB_INCLUDE_DIRS) into linking and including of server. My English is so bad xdd
Avatar
Jupstar ✪ BOT 2023-09-16 18:38:16Z
chillerdragon: can u tell the guy in #questions (fsfosa) if your chillerbot ux is banable.. i have no overview over its features. and you are a honest guy and wouldn't advertise bots xd
Avatar
https://www.boot.dev/ seems kinda fun, too bad it's a subscription based service
Avatar
Avatar
Ryozuki
in rust we trust
in c we see
Avatar
with c we flee
19:14
from c we flee
19:15
java is lava
19:15
python zum scheißen
Avatar
doesnt rhyme very good
Avatar
pyson
19:16
bcs german accent
Avatar
Avatar
Jupstar ✪
bcs german accent
still doesnt rhyme
Avatar
u say pysen not py Son
Avatar
Avatar
Dev7z
Click to see attachment 🖼️
nice one xd
Avatar
Avatar
Jupstar ✪
u say pysen not py Son
really
19:17
?
Avatar
Mit diesem kostenlosen Google-Dienst lassen sich Wörter, Sätze und Webseiten sofort zwischen Deutsch und über 100 Sprachen übersetzen.
19:18
xd
Avatar
it says "püzon"
19:23
or füzon
Avatar
pie th en
19:23
and then german accent pysen
19:23
fits perfectly in my head xd
Avatar

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/#using-addresssan...
Avatar
See also: https://github.com/teeworlds/teeworlds/issues/1390 My use-case: PvE game mod with server-controlled bot players (looks like that). I want to fix the following UX issues:
  • The players see full list with bots in 1) mutes, 2) vote-kick, 3) vote-spec. The first makes no sense (bots don't chat), the other two are not allowed by the server. If players want to mute someone, they have to scroll a lot.
  • Chat autocompletion. The bots use ...
Avatar
67e753b Don't include .demo in demo slice input - furo321 f2451c7 Merge pull request #7191 from furo321/demo-slice-dotdemo - def-
22:41
3e548f0 Make listbox scrollbar width and margin adjustable - Robyt3 0b57d56 Overhaul server browser filter, details and friends tabs - Robyt3 a598831 Merge pull request #7190 from Robyt3/Browser-Layout-Overhaul - def-
Avatar
Current behavior: map changes lead to client "ignore chat" and "ignore emoticon" options reset. This affects DDRace servers to some degree but it also hugely affect the mods with map rotation which makes the clients reset the mutes every couple of minutes (5-10-15). I propose protocol extension: 1. Make the client send a net message "I want to ignore/accept chat/emoticon messages from player ``". 2. Make the client accepting 'state' messages "Now you're ignoring/accepting chat/emotico...
Avatar
chillerdragon BOT 2023-09-16 22:58:20Z
I try to keep chillerbot-ux legit and approved on all servers. Features where I am not sure if they would be okay I usually discuss in this channel and or with ddnet admins before release. I assume you want a statement to this message https://matrix.to/#/!bt2V3zaafkRdPhuo9k%3Addnet.org/%24bhsu9eX588XppoakqPkC3boa5rh_iFrM8LsPaKdngBY The one running on multeasy is not chillerbot-ux but chillerbot-zx. The rules of this channel prohibit me from going into details about what the z stands for. And yes it is bannable and has been banned multiple times from multimap and other servers.
Replying to Jupstar ✪ chillerdragon: can u tell the guy in #questions:ddnet.org (fsfosa) if yo…
22:59
Do I need a lawyer?
23:02
I don’t feel comfortable speaking in this channel anymore since I got my messages deleted ._.
23:03
it sucks
23:04
Avatar
Is it possible to fish out if any player is AFK with m_ppServerlist->m_Info?
23:07
Or just, in general? I'm trying to tweak the friends menu so that it's yellow when a friend is online but is also AFK
Avatar
probably not
23:10
Well I DO want to do an update to this game, but I don't know which of the 500+ issues i could choose
Exported 115 message(s)