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-08-14 00:00:00Z and 2023-08-15 00:00:00Z
Avatar
chillerdragon BOT 2023-08-14 00:05:17Z
lmao (@Teero)
It gives you type safety
00:06
? C++? Install the c++ extension and a compiler and then do ctrl+shift+p and search for build (@Solay)
chillerdragon: hi, how to execute a code in vscode
Avatar
chillerdragon: thanks man
Avatar
chillerdragon BOT 2023-08-14 00:16:19Z
Vague question which Codebase do you want to build? (@Solay)
chillerdragon: thanks man
Avatar
Avatar
chillerdragon
Vague question which Codebase do you want to build? (@Solay)
chillerdragon: idk
Avatar
Refactor CSmoothZoom and introduce CMapView. I kept the changes to the editor code relatively small as the PR is quite big already. So in a future PR much of DoMapEditor and other things (like zooming with the mouse wheel) should be moved to this class.

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 adde...
Avatar
him/her/it answering "no" to that feels weird (edited)
Avatar
chuckled at "it"
Avatar
it might be a melon
Avatar
anyone has expirience with postfix in linux? how can i detect which process/user send mails
08:42
im tryied created wrapper of sendmail binary, but it uses someone else
Avatar
2bcfbae Add CEditorComponent to moduralize editor - Marmare314 72b0fbf format - Marmare314 7925f9f format - Marmare314 a46f320 remove unnecessary include - Marmare314 77e36c5 change interface and fix scalelength - Marmare314 21d3584 Merge pull request #7014 from Marmare314/mapview - edg-l
Avatar
chillerdragon BOT 2023-08-14 09:06:06Z
Bro got a spammer sending mails from his server axaxaxax
Avatar
Avatar
chillerdragon
Bro got a spammer sending mails from his server axaxaxax
yeah, on server at my job brownbear but I'm not an administrator... but I need to help them
Avatar
Avatar
chillerdragon
Bro got a spammer sending mails from his server axaxaxax
justatest [root@srv1 ~]# postsuper -d ALL postsuper: Deleted: 289571 messages
09:35
8a7601f Fix exec names at info.plist - +KZ a730987 Merge pull request #7013 from M0REKZ/macos-app-fix - def-
Avatar
Avatar
HamidReza
For some reason I need to create a table in another mysql database from the src, but I when I do that I get an error every time someone finishes the map which says: unknown database mydb The database exists and the table gets created. but when someone finishes I get this error and it writes the finish data on a backup database then it reconnects to mysql and writes the data inside it. And the query I use to create the table is: "CREATE TABLE IF NOT EXISTS mydb.%s_members" (edited)
.
Avatar
5d4bd3c Update italian.txt - k-i-o b935588 Merge pull request #7015 from k-i-o/k-i-o-patch-1-2 - def-
Avatar
Avatar
Teero
it might be a melon
possibility exists
Avatar
@deen saddened u dont link to db.ddstats.org
11:06
pepeW
11:09
here is the url
Avatar
Avatar
HamidReza
For some reason I need to create a table in another mysql database from the src, but I when I do that I get an error every time someone finishes the map which says: unknown database mydb The database exists and the table gets created. but when someone finishes I get this error and it writes the finish data on a backup database then it reconnects to mysql and writes the data inside it. And the query I use to create the table is: "CREATE TABLE IF NOT EXISTS mydb.%s_members" (edited)
.
Avatar
Avatar
HamidReza
.
how about u try to google it, did u execute the query on the correct database/connection? what kind of help do you expect with so few information?
Avatar
Avatar
Jupstar ✪
how about u try to google it, did u execute the query on the correct database/connection? what kind of help do you expect with so few information?
Is it even possible to execute a query to create a table in another database while being connected to ddnet's database?
Avatar
Avatar
HamidReza
Is it even possible to execute a query to create a table in another database while being connected to ddnet's database?
i guess depends on your permission level
Avatar
I granted all the permissions of mysql to the user I use in the server config
Avatar
maybe select the database first: Use mydb or smth
Avatar
When I add USE mydb; to my query I get sql syntax error
12:12
When someone finishes the map I get this: sql: failed connecting to db: error executing query: 'unknown database mydb' sql: save score done on write backup database, Success=0 mysql: connection established sql: save score done on write database sql: failed connecting to db: error executing query: 'unknown database mydb'
12:12
and the second time someone finishes the map the server crashes
12:12
tried connecting while the connection is in use
Avatar
Avatar
HamidReza
When someone finishes the map I get this: sql: failed connecting to db: error executing query: 'unknown database mydb' sql: save score done on write backup database, Success=0 mysql: connection established sql: save score done on write database sql: failed connecting to db: error executing query: 'unknown database mydb'
and if u manually execute the queries it works?
Avatar
Avatar
Jupstar ✪
and if u manually execute the queries it works?
The query I entered in the code works and the table gets created but I get this error anyways (when someone finishes)
Avatar
well dunno, maybe it tries the same SQL on a different driver (not mysql) e.g. in the backup db
Avatar
Avatar
Jupstar ✪
well dunno, maybe it tries the same SQL on a different driver (not mysql) e.g. in the backup db
I tried executing "USE ddnet;" in another call to PrepareAndExecuteStatement() after running my query to make sure it selects the ddnet database and I got this: sql: failed connecting to db: (prepare:stmt:1295): This command is not supported in the prepared statement protocol yet
Avatar
use database.table as statement instead of USE
Avatar
Avatar
ӎěłŏƞ
use database.table as statement instead of USE
I use that in the query I use to create the table in the other db
Avatar
damn
Avatar
I fixed the camera, when you were in multiview and you exited the pause mode the camera remained so dezoomed
Avatar
Hey! how do you rotate quads in the new client version? also im wondering why this got changed (like copying quads too with ctrl+c/v), was it doing some conflict with other things or? because was way better how it was before imo.
Avatar
you select the quad and press r
13:15
you can also rotate multiple quads at once with this
13:16
I think it's not better (or worse), but needs some time to get used to
Avatar
ooh okey i see, and yeah i guess its bcs got used to the old way xD cool thank you!
13:44
i think i did it correctly
13:44
it includes finishes per day
13:46
+-----------+-----------------+----------+------------------+ | Server | Map | count(*) | finishes_per_day | +-----------+-----------------+----------+------------------+ | Novice | Multeasymap | 997105 | 942.0 | | Novice | Tutorial | 905210 | 1700.0 | | Novice | Sunny Side Up | 775003 | 703.0 | | Novice | Kobra | 600598 | 172.0 | | Novice | LearnToPlay | 437678 | 332.0 | | Novice | 4Beginners | 306062 | 282.0 | | Novice | Just2Easy | 299814 | 97.0 | | Novice | Epix | 287343 | 91.0 | | Novice | Kobra 2 | 268684 | 79.0 | | Race | run_g6 | 224020 | 76.0 | | Novice | Kobra 4 | 193242 | 66.0 | | Novice | StepByStep | 187324 | 67.0 | | Novice | Tsunami | 174569 | 160.0 | | DDmaX.Nut | NUT_short_race6 | 162317 | 60.0 | | Novice | Linear | 159813 | 154.0 | | Race | run_ankii | 157997 | 55.0 | | Race | run_blue | 153515 | 53.0 | | Novice | 4Nubs | 144294 | 48.0 | | Novice | Gold Mine | 137449 | 45.0 | | Novice | Tangerine | 135834 | 126.0 | +-----------+-----------------+----------+------------------+
Avatar
Tutorial best map
Avatar
1.7K finishes each... day...
14:25
wtf
Avatar
maps with most finishes per day
14:28
+----------+-----------------+----------+------------------+ | Server | Map | count(*) | finishes_per_day | +----------+-----------------+----------+------------------+ | Novice | Tutorial | 905210 | 1700.0 | | Novice | Multeasymap | 997105 | 942.0 | | Novice | Sunny Side Up | 775003 | 703.0 | | Novice | Chobo | 24145 | 375.0 | | Novice | LearnToPlay | 437678 | 332.0 | | Novice | 4Beginners | 306062 | 282.0 | | Novice | xyzyx | 59258 | 249.0 | | Novice | Electric | 41571 | 236.0 | | Novice | Semang 3 | 24978 | 186.0 | | Novice | Kobra | 600598 | 172.0 | | Novice | Tsunami | 174569 | 160.0 | | Novice | Sketch | 129495 | 155.0 | | Novice | Linear | 159813 | 154.0 | | Moderate | powerless | 4260 | 132.0 | | Novice | Give u the Moon | 57700 | 128.0 | | Novice | Tangerine | 135834 | 126.0 | | Novice | Beyond Light | 74556 | 124.0 | | Novice | SeMang 2 | 70852 | 122.0 | | Novice | Beyond Dreams | 124817 | 118.0 | | Novice | Sincera 2 | 106807 | 118.0 | +----------+-----------------+----------+------------------+
14:28
powerless is the only moderate in top 20
14:29
imho sunny side up is the most remarcable
14:29
tutorial is helped by client
14:29
multeasymap has a cult, and the original
Avatar
multeasymap has cultists, we need to send some troops in order to defeat them /r d20
Avatar
you rolled a 1
Avatar
its a fight against a religious organization and he's obviously a paladin, roll with advantage
Avatar
you rolled a -6
Avatar
its amazing discord doesnt have a roll ckd
14:56
cmd
Avatar
itd be a nitro feature
Avatar
get nitrolled
Avatar
Avatar
Ryozuki
its amazing discord doesnt have a roll ckd
#3344
Avatar
As requested by Aoe to decide who gets to do a part. Other games support the same: https://wow.gamepedia.com/Roll Checklist Tested the change ingame Provided screenshots if it is a visual chang...
14:59
i remember that
Avatar
me2 😄
Avatar
Why are textbooks from 1963 still not in the public domain? How tf can you charge me 90$ for a copy??
Avatar
Avatar
Ryozuki
get nitrolled
id rather have my discord experience not include my wallet
Avatar
Avatar
Learath2
Why are textbooks from 1963 still not in the public domain? How tf can you charge me 90$ for a copy??
get capitalismed
15:01
ok bad word
Avatar
Also extract more code into CMapView and extend the CEditorComponent interface.

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 c...
Avatar
Thanks Adam Smith
Avatar
Scientific publishing is a cancer
Avatar
ayyy
Avatar
The resize listener only resets the gameclient UI but not the editor UI, so this would cause "Found non empty text container" assertions if any text containers are used in the editor. The OnWindowResize listener should be registered in the engine client and dispatch the event to both gameclient and editor.
Avatar
when i can im gonna tweak all the graphics that are split into seperate parts so that they arent cropped weirdly
Avatar
Avatar
Teero
im having an issue with huge maps like this one. you can load and edit them fine in the editor but playing them freezes and it feels like a memory leak to me since a 12000x 12000 map should not take over 32 gigs of ram. Edit: dont use this map. (edited)
dont try joining a server with this map multiple times... i bricked one of my gpus yesterday... 🥲 (edited)
Avatar
Players are able to spam votes (most importantly kick votes) by leaving and rejoining, making them able to vote again without waiting ~2.5 minutes that is usually applied after the vote you started failed. I just noticed this while a player was trying to funvote me out by connecting and reconnect dummy, and they could spam vote after vote by reconnecting dummy and then voting to kick me with their dummy. Perhaps the vote delay could be bound to their IP, so that rejoining is ineffective.
Avatar
cpu + motherboard recommendations?
20:00
i haven't really kept up with new parts
20:00
idk what's good
Avatar
$500, maybe $600
Avatar
buy cheap mb, good cpu
Avatar
i don't want to spend all that though, there used to be some nice ryzen deals where you could get the motehr board & ryzen 5 apu for a good price. idk if there's anything like that for a ryzen 7/i7? not trying to mess with i5/ryzen 5 anymore
Avatar
Avatar
Jupstar ✪
buy cheap mb, good cpu
maybe
Avatar
amd ryzen 7 78003dx and any B650 board
Avatar
u need a igpu?
20:02
i have gpu
Avatar
Avatar
murpi
amd ryzen 7 78003dx and any B650 board
how's it compare to the 7900X3D
20:03
i might be able to get away with it 😃
Avatar
worse, because 7900x3d comes with 2 ccd chips (edited)
20:04
the latency added by the second ccd was worse for performance than just restraining all traffic to one ccd
Avatar
Hi, is it normal I can't copy quads by selecting them all ?
Avatar
Avatar
murpi
the latency added by the second ccd was worse for performance than just restraining all traffic to one ccd
well it has more cores tho
20:06
it doesnt need to use the cores
Avatar
yes, but you'd have to park them manually if you don't need them
20:06
it's hella annoying
Avatar
Avatar
Patiga
very cool! now Im thinking if I should add this method to my PR for images with more than 3 * 255 colors
Avatar
Avatar
murpi
yes, but you'd have to park them manually if you don't need them
i guess the OS is doing that
Avatar
it's not xd
Avatar
also the 7900 clocks higher
Avatar
well on windows at least (edited)
Avatar
Avatar
Pipou
Hi, is it normal I can't copy quads by selecting them all ?
try ctrl + c / ctrl + v
Avatar
realistically i'd first look for single thread perf most real time applications will probably not use many cores
20:08
and for non real time apps the latency might not matter too much
Avatar
Avatar
marmare_314
try ctrl + c / ctrl + v
Oh! I'm conflicted now, I like it because it's great but I hate it because it changes my habits
20:11
Actually it's kind of annoying if you are using many quads
20:11
Now it selects every single point and it can get messy if you have different quads stacked or crossing one another (edited)
20:13
Before, you had to select 1 quad (its points) then select all the other quads (thanks to the center point)
20:13
And you couldn't be wrong
Avatar
the core count is tempting
Avatar
Avatar
Ewan
i don't want to spend all that though, there used to be some nice ryzen deals where you could get the motehr board & ryzen 5 apu for a good price. idk if there's anything like that for a ryzen 7/i7? not trying to mess with i5/ryzen 5 anymore
5600x is the best for price/perf
Avatar
seems like a good deal but not much better than my current one
Avatar
money is everything
20:15
whats ur current
Avatar
Avatar
Pipou
Before, you had to select 1 quad (its points) then select all the other quads (thanks to the center point)
Im not quite sure what you mean, you can still select just the center point to copy it
Avatar
if its 500 for mobo + cpu
Avatar
i just remembered my slow ass ram is probably not going to be appreciated
20:16
shoot
20:17
tell ur current specs
20:17
why u ask recs blind
20:17
xd
20:17
im annoyed
Avatar
oh i thought u were asking how much money i had LOL
20:17
i was ???
Avatar
you have a penny
Avatar
i have an i5 9400f
20:18
and 16GB of 1666MHz
Avatar
dookie ass ram
Avatar
and u said not much better
20:18
5600x rips ur cpu
Avatar
yea maybe
Avatar
also that ram speed is trash
Avatar
the 5600x allows 3200mhz ram
Avatar
i have 5500U in my laptop and it matches my desktop in cpu benchmark
Avatar
if u can then get 5800x
20:19
its the one i have
Avatar
@marmare_314 I mean if I want to edit 20 quads crossing 40 other quads. I would move their center (20 up and 40 down). Let's say I want to change my 20 quads' color. I'd create a new quad, pick its 4 corners, select the 20 quads and edit 1 corner to change them all at once. Now, it's not possible anymore. If I want to change my 20 quads and their points are mixed with other quads' points, it will also edit other quads too
Avatar
Best AMD AM4 B550 ATX motherboard, lightning PCIe 4.0, lightning M.2, Extended heatsink, USB 3.2 Gen 2, M.2 heatsink, powerful overclocking, MSI PRO
20:19
its pretty good imho
20:20
2 M2 slots
20:20
is godsent
20:20
and pcie 4
Avatar
oh that's nice
Avatar
+ a 3080
Avatar
i run baldurs gate at max capped at 144fps
Avatar
i dont rly play games
Avatar
i run ddnet
Avatar
i want fast compile
Avatar
then get 5800x
20:21
i compile ddnet in 20-22s on release
20:21
plus i use gentoo
20:21
its important to have a M2 too
20:21
and ram
Avatar
i have m.2
Avatar
Avatar
Ryozuki
i compile ddnet in 20-22s on release
same but i also use windows
20:21
gigachad
Avatar
thats not true
Avatar
you dont know that
Avatar
Avatar
Pipou
@marmare_314 I mean if I want to edit 20 quads crossing 40 other quads. I would move their center (20 up and 40 down). Let's say I want to change my 20 quads' color. I'd create a new quad, pick its 4 corners, select the 20 quads and edit 1 corner to change them all at once. Now, it's not possible anymore. If I want to change my 20 quads and their points are mixed with other quads' points, it will also edit other quads too
I wasnt sure wether selecting the midpoint should also select all corner points. I decided against it because it looked cleaner this way. But that would make this easier right?
Avatar
i know u dont have a good cpu as me, and it compiles slower on windows
20:22
windows likes to firewall scan live
20:22
its funnny
Avatar
Avatar
Ryozuki
i know u dont have a good cpu as me, and it compiles slower on windows
ill give specs when i get home
20:22
if i remember
Avatar
he is using the forbidden compiler
Avatar
and u cant match the gentoo speed
Avatar
voxel what ide do u use
Avatar
Avatar
Ryozuki
and u cant match the gentoo speed
gentoo sucks tho
Avatar
windows sucks
20:23
Avatar
i recently went to windows 11
Avatar
can u even make a tmpfs on windows
Avatar
its not bad as people say
Avatar
voxel what ide do u use
Avatar
Avatar
marmare_314
I wasnt sure wether selecting the midpoint should also select all corner points. I decided against it because it looked cleaner this way. But that would make this easier right?
I would revert this change, it was good at it was, now it's more noob friendly but anti advanced designing
Avatar
visual studio for compile and build
20:24
vscode for actual coding
Avatar
@Ewan is compile especially important to you?
Avatar
Avatar
Voxel
visual studio for compile and build
are you talking about 20 seconds from when you press the green button to when it starts
20:24
if so
20:24
moot
20:24
that's not a full recompile, that's only recompiling the needed .obj & linking
Avatar
ill run proper tests when i get home
20:24
i just like fighting linux egos
Avatar
Avatar
Jupstar ✪
@Ewan is compile especially important to you?
yea
Avatar
Avatar
Pipou
I would revert this change, it was good at it was, now it's more noob friendly but anti advanced designing
why can't it be keep the select as normal but ctrl+c to copy
20:25
instead of instantly copying
Avatar
i got my 3950x 16 core for like 250€ on ebay.. it's faster in compiling than any other deal u get here xd
Avatar
Avatar
louis
why can't it be keep the select as normal but ctrl+c to copy
instant copy paste was great, the way the selection worked for points was great
Avatar
Avatar
Voxel
i just like fighting linux egos
im pretty sure ddnet is gonna compile faster on linux with equal specs
Avatar
I would have never changed it
Avatar
i don't understand the new behavior maybe
Avatar
Avatar
louis
im pretty sure ddnet is gonna compile faster on linux with equal specs
yeah because ddnet is a linux game
20:26
are you talkin about
Avatar
on ebay u can check how expensive the last sold items were
20:26
currently the price is pretty cheap xd
Avatar
Avatar
Voxel
yeah because ddnet is a linux game
if so it might be the only linux game out there
Avatar
there are a ton
20:26
i just forgot most of them
20:27
i remember ubuntu store holding a TON
Avatar
any cross platform program will compile faster on any sort of linux than the alternatives, 9 times out of 10
Avatar
one of which was a game where you draw shapes and get the ball to the finish line
Avatar
Avatar
Pipou
I would revert this change, it was good at it was, now it's more noob friendly but anti advanced designing
Why would that be worse though? It would allow you to edit all the quads without even moving them. I would say that is an improvement.
Avatar
Avatar
Voxel
i just like fighting linux egos
its a fact u will lose
20:29
and btw with 20 secs i mean a clean compile
20:29
ill just run the test again, but using the linux prowess to tune just that compiling
Avatar
Avatar
Ryozuki
its a fact u will lose
not like i give a shit you trying to convince me will be the funniest thing ever
Avatar
to lower it even more
Avatar
Avatar
marmare_314
Why would that be worse though? It would allow you to edit all the quads without even moving them. I would say that is an improvement.
Do you often use the editor (and make designs)?
Avatar
also the 20 sec is with mysql, vulkan, and etc enabled
Avatar
snrrr mimimimimi
Avatar
@Voxel let's be honest, you were convinced when you started windows after your first linux use 😏
Avatar
ddnet fast optimizations when
Avatar
Avatar
marmare_314
Why would that be worse though? It would allow you to edit all the quads without even moving them. I would say that is an improvement.
if i understand, this should already be possible if you just shift+mouse drag to select all?
Avatar
i have 3 recs so far and they all seem like good options
Avatar
Avatar
Jupstar ✪
@Voxel let's be honest, you were convinced when you started windows after your first linux use 😏
my ubuntu laptop sucked ASSS!!!
Avatar
steam CRASHED THE SYSTEM
Avatar
what does that mean
Avatar
Avatar
Voxel
my ubuntu laptop sucked ASSS!!!
xDDD ubuntu is trash, bcs it comes with gnome
Avatar
it hijacked the main frame
20:31
gnome is good
Avatar
Avatar
marmare_314
Why would that be worse though? It would allow you to edit all the quads without even moving them. I would say that is an improvement.
You do not need to move the quads to edit them?
Avatar
that is like the worst of all worlds in one product
20:31
anyways back to work
Avatar
gnome's badness already starts with it's name
20:32
almost as bad of a name as Windows
Avatar
Avatar
louis
if i understand, this should already be possible if you just shift+mouse drag to select all?
If I understand correctly what @Pipou is saying is that if there are overlapping quads and you want to change the color on some of this is currently a bit inconvenient. Because you have to select all corners manually.
Avatar
Avatar
Jupstar ✪
almost as bad of a name as Windows
gentoo sounds like a fucking goofy alien name
20:33
arch sounds edgy
Avatar
erm gentoo is a penguin species 🤓
Avatar
@murpi do you really mean any b650 board
Avatar
Avatar
Pipou
You do not need to move the quads to edit them?
I thought that was what you did before this change, move some up, move some down edit and move back
Avatar
Avatar
Voxel
gentoo sounds like a fucking goofy alien name
gentoo is for tryhards
Avatar
Avatar
louis
erm gentoo is a penguin species 🤓
ermm thog dont caare
Avatar
was the appdata/Teeworlds directory changed
20:34
i cant find it
20:34
i only see DDNet folder now
Avatar
afaik it's DDNet on systems where Teeworlds wasn't present (edited)
Avatar
Avatar
Voxel
gentoo sounds like a fucking goofy alien name
also gentoo is a distribution Windows is a desktop environment u need to compare it to good stuff like K desktop environment or chillerdragon's favorite: openbox (even tho that's more of a WM) (edited)
20:34
xd
Avatar
really depends
Avatar
can i still pop settings_ddnet.cfg in that folder
Avatar
they're the same louis
20:35
it's just that, if you had Teeworlds, ddnet would keep it that way
Avatar
my settings_ddnet isn't getting automatically updated though
20:36
in that folder
Avatar
jup which mobo do u have? rly which chipset
20:36
and does it matter for that cpu
Avatar
Avatar
marmare_314
I thought that was what you did before this change, move some up, move some down edit and move back
If you had too many quads, you'd only need to create an extra quad to edit them all (which is super easy and practical) and if you only had 1, you'd have to move it away and place it back. Right now, if multiple points are overlapping, it's still the same problem, you have to move the quad away and place it back so it's not solving anything. Moving a quad isn't really a problem anyway, if you use the grid you can place it back very easily
Avatar
Avatar
Ewan
jup which mobo do u have? rly which chipset
do you mean me with jup? xd
Avatar
i don't see another jup here
20:37
😃
Avatar
well i use jup as yes xdd
Avatar
i have overkill mb, but tbh it's not worth it
Avatar
u have high end chipset?
Avatar
Dauerhafte Qualität von GIGABYTE. GIGABYTE Ultra Durable™ Mainboards bringt eine einzigartige Mischung von Funktionen und Technologien, die absolute ultimat...
Avatar
Avatar
Pipou
If you had too many quads, you'd only need to create an extra quad to edit them all (which is super easy and practical) and if you only had 1, you'd have to move it away and place it back. Right now, if multiple points are overlapping, it's still the same problem, you have to move the quad away and place it back so it's not solving anything. Moving a quad isn't really a problem anyway, if you use the grid you can place it back very easily
Also the instant copy paste was awesome
Avatar
Avatar
Ewan
u have high end chipset?
b chipsets are good enough really
20:39
i once planned to buy water cooling
20:40
but guess i'm too lazy to install the water stuff
Avatar
and u have to refill it every year
Avatar
i would only go as far as getting an aio
Avatar
modern AIO also cought up
Avatar
stock cooler good for now tbh
Avatar
air is generally good enough anyway
20:41
the more expensive ones are close to water too
20:42
water cooling is nice still to have a better control where the heat goes, but i generally don't see my hardware go above like 70°C anyway
20:43
@Ryozuki u on 1080p?
20:44
i only get 100 fps on average in BG3 at max on 2k screen, and refering to mangohud it's a CPU bottleneck. just surprised you get 144fps lol
20:45
50% more perf would be too much xd
20:45
yeah 1080 same fps.. and almost same GPU load lol
20:46
i heard some games are like that
20:46
they were too gpu-heavy the past few years so i guess they are trying to balance it more
20:46
but it just ends up being pretty crappy performance all around
Avatar
i generally have the feeling BG3 isnt the most optimized game xD
20:47
why does it need 3-4 cores at 100% lmao
20:47
but its best game, i have 36h in 3 days now xDD
20:47
u rly spend 50% of your time Gaming
20:47
incredible
Avatar
more than 50% xd
Avatar
maybe of your waking hours
20:48
50% total
20:48
i can't judge though
20:48
i get into the games too
Avatar
Avatar
Jupstar ✪
@Ryozuki u on 1080p?
ye
Avatar
do u have 4k ryo
Avatar
it still has almost 700k players... impressive for RPG game xd
Avatar
is it mmo
20:49
or singleplayer
Avatar
Avatar
Ewan
do u have 4k ryo
no, i have 2 1080 144hz
Avatar
it's single or coop
Avatar
up to 4 players
Avatar
Avatar
Ryozuki
no, i have 2 1080 144hz
4k is awesome
20:49
it changed my outlook
20:49
and my impression of which DEs were good or not lol
Avatar
Avatar
Pipou
If you had too many quads, you'd only need to create an extra quad to edit them all (which is super easy and practical) and if you only had 1, you'd have to move it away and place it back. Right now, if multiple points are overlapping, it's still the same problem, you have to move the quad away and place it back so it's not solving anything. Moving a quad isn't really a problem anyway, if you use the grid you can place it back very easily
I think now I understand how you did it before. Do you also often use this to select only 3 or less corners on multiple quads?
Avatar
i used to be the biggest xfce fan but after high dpi, gnome was the only one that behaved reasonably
Avatar
@Jupstar ✪ do u use dlss
Avatar
troll
20:50
i use dlss
Avatar
FSR
20:50
but anyway.. my GPU is at 70%
20:50
it's basically idle
20:51
not even spinning
20:51
for this trash game
20:51
😬
Avatar
i use dlss so my gpu has less load, but mainly cuz its summer and i want as less heat as possible
20:51
but i think the game is cpu based
Avatar
u sure your gpu is using lots of energy at <70% ?
20:51
gpus are generally quite efficient, but the last 20% kills everything
20:52
its prob my cpu
20:52
as always
20:52
xd
Avatar
well my gpu still uses quite lot of energy tho xd (~150W) but considering 150w are added for the last 30% perf
20:53
that's still ok xd
20:54
sad that the CPUs don't have a watt meter built in
Avatar
damn jup $250 seems like a steal for your cpu
20:55
im finding early bids for just under that
Avatar
well i dunno, check for ended ones
20:56
they tell how espensive it is
Avatar
Avatar
Jupstar ✪
well my gpu still uses quite lot of energy tho xd (~150W) but considering 150w are added for the last 30% perf
I run my gpu on 150W because otherwise my power supply dies xd
Avatar
oh dude i found the deal
Avatar
Avatar
Patiga
I run my gpu on 150W because otherwise my power supply dies xd
xD
20:56
u have your 6900xt now too?
Avatar
Avatar
Ewan
oh dude i found the deal
well scammers are always around xD
Avatar
I'm still not sure why though, according to my calculations it should have room for at least 250W
Avatar
always buy with paypal or smth that secures you xD
Avatar
Avatar
Patiga
I'm still not sure why though, according to my calculations it should have room for at least 250W
the PSU tells how muhc power the PCIe slots have
20:57
the pcie cables
Avatar
Avatar
marmare_314
very cool! now Im thinking if I should add this method to my PR for images with more than 3 * 255 colors
would be fun, though Ravie is probably right in that it is usually better to reduce the amount of colors
Avatar
Avatar
marmare_314
I think now I understand how you did it before. Do you also often use this to select only 3 or less corners on multiple quads?
Yes
Avatar
Avatar
Jupstar ✪
the PSU tells how muhc power the PCIe slots have
whats psu?
Avatar
power supply
Avatar
ChillerDragon BOT 2023-08-14 21:00:29Z
@Matodor is it like a bugged ad campain from your company? or is it mailicious phising emails some external party placed there? if the latter is the case then postfix is only curing symptoms your gotta figure out how someone got into your system.
Avatar
yea I'm quite sure they can provide enough
21:00
but my system dies as soon as my gpu tries to draw more power :d
Avatar
Avatar
Jupstar ✪
always buy with paypal or smth that secures you xD
don't worry i'm not buying the $900 cpu
21:01
also that is sorta misleading. scammers will have u do paypal friends & family
21:01
just pay thru ebay
21:01
safe\
Avatar
Avatar
Patiga
but my system dies as soon as my gpu tries to draw more power :d
unlucky, sadly i have very bad experience with bad PSUs. so i cant recommend anything cheap here xd
Avatar
yeah cheap PSUs are a fire hazard
Avatar
i had 2 literally explode xD
Avatar
yeye, like you said though, the last watts are the least important, nearly all games bottleneck on my cpu afaik
21:02
I think I can go up to ~200W safely, but I just don't wanna risk it ^^
Avatar
ChillerDragon BOT 2023-08-14 21:02:48Z
@Solay what kind of python bot do you need? A chat bot? This one just downloads maps but should be easily extendible to do other things too https://gitlab.com/teeworlds-network/twnet_parser/-/blob/master/examples/07/download_map/download_map.py?ref_type=heads
A teeworlds network protocol library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles
Avatar
corectrl is a cool program btw for managing the cpu/gpu performance/limits, needs a little setup but works great
Avatar
ChillerDragon BOT 2023-08-14 21:03:17Z
permalink before heinrich wakes
Avatar
Avatar
Jupstar ✪
i had 2 literally explode xD
wait, I just skipped past this
21:03
what
21:04
how
21:04
what did you do? xd
Avatar
i basically just used the computer
21:05
i even had a bad be quit PSU once.. it sprayed sparks
21:05
i even still have a video of it, bcs they support didnt believe me first xD
justatest 1
21:05
i dunno, but PSUs are what i'm unlucky with hardware wise
Avatar
where did you buy it from?
Avatar
and samsung monitors xD
21:06
from amazon or mindfactory
Avatar
that looks hella dangerous
21:06
so first-hand? o.o damn
Avatar
yep. i got a new one, and it runs good since then
21:06
that was 4 years ago
21:06
well this stuff can happen
21:07
be quit is actually known for good quality
Avatar
I also have one from them iirc
Avatar
ChillerDragon BOT 2023-08-14 21:07:22Z
lmao jopsti on fire
Avatar
would be cool btw if my computer could tell me which components draw how much power currently
Avatar
Avatar
Jupstar ✪
i dunno, but PSUs are what i'm unlucky with hardware wise
therefore i never ever had a storage drive dieing yet 😄 (edited)
Avatar
ChillerDragon BOT 2023-08-14 21:08:36Z
every year i burn a drive
Avatar
chillerdragon: you are a bot?
Avatar
ChillerDragon BOT 2023-08-14 21:12:52Z
i hooman
Avatar
chillerdragon: you create bots?
Avatar
ChillerDragon BOT 2023-08-14 21:15:10Z
@TeeFlowerFell-Sans#9358 you star weird gh projects bro
21:16
imaging starring a random ruby lib where the latest commit was made before you were born xd
Avatar
Avatar
ChillerDragon
@TeeFlowerFell-Sans#9358 you star weird gh projects bro
you create bots?
Avatar
ChillerDragon BOT 2023-08-14 21:17:12Z
no proof
Avatar
ChillerDragon BOT 2023-08-14 21:17:34Z
what do you want to do with python?
21:17
whats your goal?
Avatar
I saw your profile on GitHub I thought the things you created were clients/bots
Avatar
ChillerDragon BOT 2023-08-14 21:18:43Z
I am not associated with illegal behaviors. If you think I do. Please speak to my lawyer mr jopsti.
Avatar
@Jupstar ✪ btw have you seen my blog? :)
Avatar
ChillerDragon BOT 2023-08-14 21:19:16Z
patiga best blogger this week
Avatar
Avatar
ChillerDragon
I am not associated with illegal behaviors. If you think I do. Please speak to my lawyer mr jopsti.
how you have arguments to speak bro you is awesome!
Avatar
Avatar
Patiga
@Jupstar ✪ btw have you seen my blog? :)
yes n🍦
heartw 1
21:20
i hope i get pkm gen 2 now
Avatar
ChillerDragon BOT 2023-08-14 21:20:36Z
jupjapjappykeksstar
Avatar
Avatar
ChillerDragon
jupjapjappykeksstar
you is awesome
21:21
lmao
Avatar
ChillerDragon BOT 2023-08-14 21:21:11Z
you is weird
21:21
lmao
Avatar
kkkkk funny
Avatar
ChillerDragon BOT 2023-08-14 21:22:02Z
I assume your not going to tell me what your plan is.
21:22
Then i can not help you reach it .-.
Avatar
please leave chiller out of your cellar, then i let you out
Avatar
ChillerDragon BOT 2023-08-14 21:23:53Z
wotfek
Avatar
with me, chiller's laywer, is not good cherry eating
Avatar
ChillerDragon BOT 2023-08-14 21:24:04Z
a
Avatar
u can't reach me the water
Avatar
ChillerDragon BOT 2023-08-14 21:24:13Z
xxxxxxxxxxxxxxxD
21:24
jopsti your english is the yellow from the egg
Avatar
ikr
Avatar
Avatar
ChillerDragon
I assume your not going to tell me what your plan is.
I've given up I'm already doing something else
Avatar
ChillerDragon BOT 2023-08-14 21:25:29Z
o
Avatar
Fix text containers rendering broken text after the language is changed, as this cleared the glyph atlas without clearing the references to the glyph positions in the text containers. Now OnWindowResize is also called on language change to reset all text containers. However, the glyph atlas is not cleared on normal window resize anymore, because this seems to be unnecessary.

Checklist

  • [X] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Test...
Avatar
thoughts on this
21:51
this seems crazy
21:53
7700x seems worse than 7800x3d by a relatively decent margin but this deal is just nuts
21:54
or this
21:56
might do the latter
Avatar
never go cheap on the PSU
22:04
it can ruin ur billion dollar gpu
Avatar
and i think most have it now
22:05
the tension protection or smth? idk
22:05
xd
22:05
im like a noob at these things
Avatar
u think that second bundle i posted is worth another $150 ryo? rly comes out to another $170 cuz tax...
Avatar
but it's another 4 cores + maybe better clock speed (didn't check) + another 32GB of ram
Avatar
Avatar
Jupstar ✪
murica so cheap
this is a microcenter thing
22:06
they have insane limited time deals
Avatar
i think it's a really good deal
Avatar
i was raiding at ff
22:06
so i missed the convo xd
Avatar
Avatar
Jupstar ✪
i think it's a really good deal
better than the 7900x?
Avatar
92a364e Update brazilian_portuguese.txt - rffontenelle 77a6425 Merge pull request #7019 from rffontenelle/rffontenelle-patch-1 - def-
Avatar
7xxx gen is quite new
Avatar
im out of work
Avatar
mobos are expensive
Avatar
Avatar
Ewan
better than the 7900x?
hard to say, the 7900x is the worth the extra price, but i dunno if u actually need it
Avatar
you guys are still talking about specs?
Avatar
have u ever heard the term 'fuck it we ball'
Avatar
no we arent american
22:08
we are europroud
Avatar
yea that's why i asked
22:08
well
22:08
fuck it we ball
22:09
that flag stresses me out
Avatar
which one
22:09
it's been twisted
22:09
now i see it and i think radicals
Avatar
skill issue
Avatar
radicals always use the flag
Avatar
i see it and think "hm. the flag for the usa"
Avatar
like Voxel
Avatar
how i see it it's becoming more and more of a hate symbol
Avatar
in spain fascists use the spanish flag with the black thing
Avatar
yeah im radically awesome (what are radicals)
Avatar
right-wing
22:10
extemists
Avatar
in usa we have many deviations of the american flag to support whichever radical niche
22:10
blue stripe = police
Avatar
if u see this, stay away
Avatar
pretty much any other version of the usa flag means whoever's waving it is a proud boy (edited)
22:11
i.e. a trump supporter
Avatar
Avatar
Ewan
blue stripe = police
oh yeah that
22:11
ew
Avatar
The flag of Nazi Germany, officially the flag of the German Reich, featured a red background with a black swastika on a white disc. This flag came into use initially as the banner of the Nazi Party (NSDAP) after its foundation. Following the appointment of Adolf Hitler as Chancellor in 1933, this flag was adopted as one of the nation's dual nati...
22:11
you see that some places here
Avatar
i just use the usa flag when talking about the usa
Avatar
same w confederate flag
22:11
yea that's kinda why i don't have the usa flag on my ddnet profile thing
22:11
luxembourg flag is much more awesome
Avatar
im not that patriotic for the usa tbh
Avatar
this is bad too
Avatar
i just live here and this is the only life i will remember
22:12
until the next one
22:12
and then that place will become my place to live
Avatar
Die Kaiserliche Kriegsflagge war bis 1892 die offizielle Seekriegsflagge der Kaiserlichen Marine, danach unter der Bezeichnung Reichskriegsflagge die Kriegsflagge der Streitkräfte des Deutschen Reiches bis 1921. Die zum Teil davon abgeleiteten Versionen in der Weimarer Republik sowie die Flaggen in der Zeit des Nationalsozialismus werden ebenfal...
22:12
germany has so many extrimist flags xD
22:12
kinda sad
Avatar
many countries
Avatar
the iron cross
Avatar
spain too
22:13
we had 40 years of franco
22:13
dictatorship
22:13
xd
Avatar
how much of the german population associates with these extremist flags ?
22:13
i really don't know
22:13
hard to say for the usa, i only know how it is where i am. big country
Avatar
keywords to understand germany's history: reichsbürger/kaiserreich nazis stasi
22:14
np
22:14
enough education for today
22:15
im gonna get the 7900x combo i think
Avatar
then u also need better PSU xd
Avatar
  • i only have 600$
Avatar
what even is your PSU
Avatar
u said
Avatar
did u click the link ryozuki
22:16
22:16
comes to $600 w tax
22:16
i only have $600 to spend on this yeah
Avatar
sounds like a scam lol
Avatar
microcenter is an established store
Avatar
its a good deal
Avatar
too good
Avatar
it's legit i promise
Avatar
well in murica this actually happens sadly xD
Avatar
i have bought from them before. and my dad
Avatar
sad for us
Avatar
and linus tech tippes talks about them often enough i think
Avatar
i've seen such deals before in murica
22:17
and hardware generally is pretty cheap there
Avatar
it just happens
22:17
when all industry leaders are based here
Avatar
in america you pay with your soul
22:17
xd
Avatar
oh puh lease
Avatar
government subsidies and/or funding for base level electronics & internet since covid
Avatar
i have no soul
Avatar
Avatar
Ewan
when all industry leaders are based here
well except for the cpu architecture nothing is from america is it?
22:18
ram is from EU or asia
22:18
mb from asia
22:18
CPU hardware from asia
22:18
u could say it's asia xD
Avatar
i don't mean parts mfg., i mean company headquarters
22:19
amd & intel (as well as nvidia if you want to get into gpus) are all from usa
Avatar
yep
22:19
but they are only half of the story
22:20
most of the r&d from these companies happens here as far as i know
22:20
but idk
Avatar
anyway, be lucky u get a really nice PC so cheap
22:20
i'm jelous xd
22:21
idk the margins here but i bet it would be just as much to have someone buy it here and ship it to you lol
22:21
messed up
Avatar
Zoll kicks in
22:21
they sadly control so that you cannot do stuff like this
Avatar
what's that
22:21
tariff?
Avatar
toll
Avatar
yea i see
22:22
unfortunate
22:22
maybe
22:22
probably good for your economy
22:22
but muh cheap hardware
Avatar
yeah xd
22:23
with a very cheap flight to murica u could maybe have a better deal flying and buying hardware there and fly back XDD
Avatar
ppl here do that in china
Avatar
a friend once bought a laptop in america for cheap
Avatar
Avatar
Ewan
ppl here do that in china
hardware is dirt cheap there
22:24
i saw this vid a few years ago. it was pretty much just a mall for tech
22:24
a several storey warehouse
22:24
everything marked down substantially compared to the states
Avatar
f90e908 Reset text containers on language change - Robyt3 107ac67 Merge pull request #7021 from Robyt3/TextRender-Container-Atlas-Fix - Jupeyy
Avatar
@Ewan u know
22:27
the truth is
22:27
america only does the final "assembling"
22:27
the parts come already made
Avatar
oh yeah i never claimed anything was manufactured here
Avatar
TSMC does it
Avatar
Kinda insane that a single company basically builds all high end chips in the world
Avatar
fwiw i have cx750(m) (edited)
22:37
that'll be good for the ryzen 7 right
22:38
170W TDP for the 7900x and 180W on my GPU
22:39
i feel like that's plenty of headroom for the other components & cpu/gpu spikes, right?
22:39
that comes to 350 and i'm left with a full 400 . but i don't really know how it works
Avatar
Sounds more than enough
Avatar
so i don't need new psu. awesome
22:40
i am rly glad i bought that thing. forgot i had it too
22:40
semi-modular
22:40
makes the inside look not awful
22:41
though now i have tape on my gpu so it looks bad again
22:41
i just can't sleep with the lights. and i don';t think software can do anything
Exported 623 message(s)