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-12-24 00:00:00Z and 2023-12-25 00:00:00Z
Avatar
but ur outdated
00:01
prism is the norm since long
Avatar
Avatar
chillerdragon
@Scrumplex again new launcher?
BlaiZephyr | meloƞ 2023-12-24 00:02:57Z
he will not be stopped (edited)
Avatar
chillerdragon BOT 2023-12-24 00:10:36Z
@Ryozuki: yea was like years ago I see. I am still kinda half way in the process updating from MultiMC to PolyMC haha
00:10
Seems like I can skip straight to prism
Avatar
foss minecraft launcher community seems like such an esoteric community
Avatar
new Tool so u can resize Tile layers perfectly +1 height and width (so they dont go endless)
Avatar
quick ques. rust can have memory leak right? like in GC languages where you holds references unintentionally.
02:38
@Ryozuki
02:39
Contribute to gamedolphin/unrust development by creating an account on GitHub.
Avatar
Avatar
Ewan
@tela what macos ver u on
Big sur lol. I update like once every 5 years when I'm forced to
Avatar
ok u got a little while still lol
Avatar
7d9df8d A Stronghold 4 [Final] - ddnet-maps
Avatar
Avatar
TsFreddie
quick ques. rust can have memory leak right? like in GC languages where you holds references unintentionally.
It can leak, but only if you can it explicitly or if two shared references store a strong reference to each other
Avatar
Avatar
TsFreddie
@Ryozuki
whats the point
09:08
i want to use bevy renderer
09:08
etc
09:08
i didnt watch the video sry
09:08
i only read blogs
Avatar
ChillerDragon BOT 2023-12-24 10:22:02Z
im too stoopid to debug other peoples code. I wanna see what http calls some random ass script does when i run it on my system
10:22
wireshak refuses to help because https hides all the interesting info
10:22
is there some LDPRELOAD i can set that just prints some debug info for tcp or better even just http
Avatar
ChillerDragon BOT 2023-12-24 11:06:46Z
found the bug. I blame microsoft for it!
11:07
but still would be interested in some http debugger its a recorring theme that i want to see which api calls some program does that i run
11:07
recorring
11:07
chiler typing be like
Avatar
tip: dont use microsoft products like windows
Avatar
chillerdragon BOT 2023-12-24 11:53:00Z
Thanks good tip
11:53
BTW I wasn’t
11:53
I was using ms vscode js lib
Avatar
Add tabs to player and tee settings pages to switch between player (main) and dummy settings instead of using a checkbox for this, to improve the usability. Improve layout of tee settings page, especially with 5:4 resolutions, where the eye selector previously overlapped with other UI elements. Decrease size of eye selector and make better use of empty space overall. Use more space for skin selector instead of showing empty space when "Use custom colors" is disabled. Show favorite skin ...
Avatar
hello were there any changes to antiping? Feels different in 17.4.2(commit c0ed140)
Avatar
chillerdragon BOT 2023-12-24 16:50:50Z
@trml: ^
Avatar
Can't think of anything, but also haven't played in a couple of weeks, so not sure
Avatar
რილია 2023-12-24 19:30:46Z
what will happen if you change the gamecore.cpp content and make a server ?
19:31
does the server feel buggy for other people ?
Avatar
depends on the change you made
19:43
the prediction code baked into the client is mostly for ddrace
19:44
it’s why the moving freeze in kog feels laggy, or any sort of custom entity behavior like in f-ddrace
19:46
it would be cool if you could communicate a per-entity type “prediction scheme” from server to client and the client could use the scheme to predict said entity type
💯 1
Avatar
Avatar
Ewan
it would be cool if you could communicate a per-entity type “prediction scheme” from server to client and the client could use the scheme to predict said entity type
რილია 2023-12-24 20:00:29Z
so the only bug prone is prediction stuff, am i right ?
Avatar
things that have to be predicted yea
Avatar
რილია 2023-12-24 20:02:10Z
i changed some friction in the gamecore.cpp and made a server with it, the server was unplayable with default client 🙂
Avatar
yeah that would do it
20:02
client has no idea of this
20:03
when you press d to move right before you get a response from the server accounting for you moving right, the game has to fill the gap on what's happening based on what it does know about the game
20:03
it knows that you're holding d to move and it knows the friction of the default physics so unless you're somehow able to change the prediction on the client to use the new friction then there'll be a discrepancy
20:03
it would probably manifest as tiny rubberbanding incidents
Avatar
Avatar
Ewan
it knows that you're holding d to move and it knows the friction of the default physics so unless you're somehow able to change the prediction on the client to use the new friction then there'll be a discrepancy
რილია 2023-12-24 20:05:12Z
is there a way to scheme a prediction list for the client on server side ?
20:05
prediction is mostly hardcoded
20:06
ppl get around this by making custom clients like f-client (even tho it has the same physics, iirc it can predict the changes in entity behavior)
Avatar
რილია 2023-12-24 20:06:28Z
i want to implement jetpack boost for every kill the player gets in my block sv what is the best options ?
Avatar
u can turn antiping off
Avatar
Avatar
Ewan
u can turn antiping off
რილია 2023-12-24 20:07:05Z
i do that but wont work
Avatar
yeah it's not a real solution
20:07
any physics change is gonna freak the client out
20:07
nothing u can do baout it except propose a more modular solution like the one i described
20:08
as i recall though you are new to cpp and coding in general so i would not try that 😃
20:08
you'd also have to know a fair amount about network code
Avatar
რილია 2023-12-24 20:08:49Z
yeah, but i don't wanna make custom client anytime anyway
Avatar
რილია 2023-12-24 20:09:21Z
it's sounds like scam or something justatest
Avatar
yea i would not download a custom client to play on someone's server
f3 1
20:09
most ppl probably wouldnt
20:10
if u play fng u can notice that the hammers are weird sometimes for this reason
20:10
the hammer velocity delta is exaggerated in fng and the client doesnt know
Avatar
რილია 2023-12-24 20:11:55Z
but there is a tune that you can change the strength of the jetpack, can i work around that to make it specific for individual players ?
Avatar
also merry christmas germans
20:12
and merry christmas eve to the rest
❤️ 1
Avatar
europeans*
Avatar
i think uk is 25th as well tho
Avatar
Avatar
რილია
but there is a tune that you can change the strength of the jetpack, can i work around that to make it specific for individual players ?
Unfortunately the Tune is global. https://github.com/ddnet/ddnet/issues/7288
In various games different characters has different velocity parameters depending on various conditions, such as the player class (e.g. Team Fortress) or active weapon (e.g. Counter-Strike). Some m...
Avatar
so just like some europeans
20:12
is it spain as well?
Avatar
for germans its still 24
Avatar
its 24 here too
Avatar
no i mean
20:13
germans celebrate christmas on the 24th
20:13
everyone else on the 25th
Avatar
everyone does christmas eve
20:13
idk
20:13
that's what jup told me
Avatar
Avatar
Kaffeine
Unfortunately the Tune is global. https://github.com/ddnet/ddnet/issues/7288
რილია 2023-12-24 20:14:14Z
if the per_character was the thing i wouldn't need to learn c++ 😂
20:18
bump #7691 and #7696 ( @heinrich5991 ) (edited)
Avatar
Some people were tired of having to re-enter practice mode, teleport back to where they were, and situate their weapons/solo status when hitting a kill tile in practice mode. The game will now resc...
Allows you to explicitly specify which coordinates to teleport to in the /tp and /teleport commands Syntax for the complete command is as follows /tp; teleport to the origin of your spectating pers...
Avatar
sry for the ping i tried to @silent it but u have to do it at the start of ur msg
20:19
dont let me interrupt ur christmas 😃
Avatar
Avatar
Ewan
everyone else on the 25th
no, french people do it on 24th too
Avatar
Avatar
Ewan
bump #7691 and #7696 ( @heinrich5991 ) (edited)
What's with the hurry? Be patient, not everyone has time to respond 24/7.
Avatar
I don’t expect him to respond right now
Avatar
but if you have nothing to do, you can squash your commits.
😄 1
💯 1
Avatar
why bother
20:29
they all get squashed when they are merged
20:30
it’s one extra button
Avatar
They don't.
Avatar
do they not have squash merging on
Avatar
Avatar
Ewan
do they not have squash merging on
No, the merge queue doesn't do that
20:32
And I agree, the commits should be squashed when you are done
Avatar
Archaic policy
20:34
is it not on by default?
Avatar
Squash isn't possible with merge queue right now I guess: https://github.com/orgs/community/discussions/14818
Super excited about Merge Queue!! Loving it already. Hoping this is an appropriate place for feedback on the feature. Our team uses the Squash and Merge flow, but we also rely on PR titles to becom...
20:35
Not every merge should squash commits
Avatar
this one should
20:36
and that policy is not configuring it to be the default, it's allowing the behavior
Avatar
It should not be ON or OFF by default, as some commits should not be squashed. The rule of "one PR -> one squashed commit" is a no-go 😄
Avatar
well it links to the pr in the commit name by default so it's not like it's hard to see the full revision history
20:36
commit becomes "pr name (#x)" (edited)
Avatar
That's not the point. Tools like git blame and git bisect work with commits. Sometimes PRs have multiple commits to separate different independent changes.
Avatar
ok so what you are saying is squashing commits is bad
20:39
but you want me to squash my commits
Avatar
No, I fully agree with @Kaffeine
Avatar
idk what he is trying to say
20:40
obviously it's situational
20:40
i never said every single pr should have its commits merged
Avatar
Yeah, and in case of your PR it adds exactly one feature so it should be one commit
Avatar
yes and there is exactly one github feature for that...
Avatar
It's not?
20:41
There's no way to squash or do anything else except a normal merge with this button (edited)
Avatar
had to make a new repo and update my laptop access token for this 😆
20:46
20:46
it;s been allowed by default as long as i have used github
20:47
i guess the repo is too old or it's been manually disallowed
Avatar
As I says already, we are using the merge queue, which as of now does not support squashing
Avatar
but it seems to be compatible with merge queue
20:47
the issue you linked is just ppl saying the name of the pr commit is wrong. and later saying it's been fixed
Avatar
Avatar
Ewan
Click to see attachment 🖼️
You are not using the merge queue in this screenshot?
20:48
it's a new feature
20:48
i havent used the merge ueue
Avatar
The issue is about some GitHub beta so I assume that merge queue will get squash feature at some point but we don't opt-in to beta features
20:50
anyway i sympathize with your inability to use this feature but many people use it and it's sort of standard to expect the merging maintainer to choose whether to squash or not with their own discretion
Avatar
merge queue is newer than the squash thing
20:54
but yeah it doesnt support it
Avatar
Avatar
Ewan
anyway i sympathize with your inability to use this feature but many people use it and it's sort of standard to expect the merging maintainer to choose whether to squash or not with their own discretion
I'm sorry but every dev here always squashed their commits when asked to do so. And I think you should follow that behavior too instead of just comparing to "many people". And I agree with @furo, your PRs aren't the only ones, there are many other PRs to look at so just be patient.
Avatar
i squashed it
20:57
i just think it's funny that they can't
Avatar
I don't get what's funny, we ask you to squash your commits yet you argue. What's the reason?
Avatar
idk what u are arguing for
20:58
i just think it's funny
20:58
it is humorous to me
20:58
that he can't squash them without manually checking out the pr and squashing like a caveman
Avatar
Let's relax. It's just a squash, no need to fight over it
Avatar
i messed something up
Avatar
Did you squash the entire project? kek
kek 6
21:00
Time for git reflog I guess
21:00
shhh
21:01
i guess it's time to google it
21:01
my git knowledge has failed me
Avatar
Github shows you the commit before you force pushes, so you could reset to that
21:02
u just had to git rebase -i <initial commit here>
21:02
and fixup all but first
Avatar
my problem was that i was using master as a reference for which commits not to squash but my master is old tclient
21:03
i didnt do upstream master
Avatar
git rebase -i upstream/master (edited)
Avatar
revase
21:03
do u want a vase?
21:03
cant hide it now!
Avatar
Avatar
Ewan
anyway i sympathize with your inability to use this feature but many people use it and it's sort of standard to expect the merging maintainer to choose whether to squash or not with their own discretion
it's sort of standard to expect the merging maintainer to choose whether to squash or not with their own discretion
Making good (e.g. atomic, self-descriptive, complete) commits is a sort of respecting the reviewers and all the other developers who 'll have to read and comprehend your changes. Do proper commits and then let the maintainer to decide if it still does worth it to squash them (typically it does not).
Avatar
this does not align with my development style
Avatar
git commit -m"ok"
21:06
that's what i do
21:06
git commit -am fuck
21:06
not uncommon
Avatar
Avatar
Ewan
this does not align with my development style
u sound american, i do this and my way is better
Avatar
Avatar
Ewan
this does not align with my development style
Sounds like "inability" to make proper commits.
Avatar
i think its sensible to adapt to the project
21:06
xd
Avatar
Avatar
Kaffeine
Sounds like "inability" to make proper commits.
call it what you want
Avatar
Avatar
Ewan
this does not align with my development style
"my"
Avatar
u can do ur nameless commits and before pushing the final pr
21:07
edit and squash em
21:07
the comment
21:07
a feature is better in 1 commit alone most of the time anyway
Avatar
sometimes i amend but i dont like force pushing
21:08
so i'd have to refrain from pushing to revise my commit
21:08
which defeats the point
21:09
anyway it's rly funny seeing everyone so salty over the way i use git
Avatar
force pushing should be norm in prs
21:10
specialy for cleanup
21:10
well its how i see it
Avatar
makes sense
21:12
i usually do not have to deal with this you see
21:12
because
21:12
the maintainer can squash
21:12
sometimes i ask them to squash
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:12:30Z
justatest
Avatar
Avatar
Ewan
anyway it's rly funny seeing everyone so salty over the way i use git
We don't care how you use git, only when you contribute to the project you should follow the guidelines.
Avatar
what guidelines asshole
Avatar
@Ewan cmon
21:14
xd
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:14:15Z
justatest justatest justatest justatest
Avatar
i read the page
21:14
i do things as they are meant to be done
21:14
i dont see what guideline i am disobeying
Avatar
What @Robyt3 just told you, instead of complaining and telling "just press the button they'll get squashed"
Avatar
i already said i (tried to) squash it
Avatar
And yeah go ahead and insult me, why not
Avatar
ChillerDragon: All your Teeworlds mods are belong to us >:) (edited)
Avatar
i do not appreciate your attitude much considering (a). i don't know who you are and (b). i'm doing my best to contribute to ddnet in an orderly and professional fashion and you continue to tell me things i already know and cherry pick parts of my phrasing you don't like
21:16
you are an asshole
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:17:26Z
guys if this in any way gets personal i would draw a line from both sides, come on its christmas time!
Avatar
chillerdragon BOT 2023-12-24 21:17:58Z
Im in on your side c: all my mods are open source. Including graphic svg files. Server settings. Map update discussions. And infrastructure scripts.
Replying to @Scrumplex ChillerDragon: All your TeeWorlds mods are belong to us >:)
Avatar
Avatar
chillerdragon
Im in on your side c: all my mods are open source. Including graphic svg files. Server settings. Map update discussions. And infrastructure scripts.
BlaiZephyr | meloƞ 2023-12-24 21:18:12Z
when's your tier 5 aimbot open source then?
Avatar
chillerdragon BOT 2023-12-24 21:18:18Z
Well
Avatar
Avatar
Scrumplex
ChillerDragon: All your Teeworlds mods are belong to us >:) (edited)
good
21:18
all my mods too
21:18
teesmash for everyone
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:18:33Z
poggers2
Avatar
chillerdragon BOT 2023-12-24 21:18:58Z
I have chillerbot-zx which is chillerbot-ux plus some features that would potentially cause harm if abused in public hands
21:19
So I keep it private
21:19
But it’s not much. I am not sure if I get life banned if I further explain what I kept closed source xD
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:19:52Z
nah you wont get banned, they'll just drop bridge support 🙂
Avatar
chillerdragbot
Avatar
chillerdragon BOT 2023-12-24 21:20:01Z
Yikes
Avatar
Avatar
BlaiZephyr | meloƞ
nah you wont get banned, they'll just drop bridge support 🙂
noob
pepeW 1
Avatar
chillerdragon BOT 2023-12-24 21:20:37Z
It’s mostly automated movements. And I actively use it on servers where admins granted me permissions
21:21
@Scrumplex: I just pinged you here like 2 days ago because I saw you on YouTube!!! Did you see that ping?
Avatar
Avatar
chillerdragon
@Scrumplex: I just pinged you here like 2 days ago because I saw you on YouTube!!! Did you see that ping?
uh nope :O
Avatar
chillerdragon BOT 2023-12-24 21:22:01Z
Maybe I failed to ping
Avatar
I don't check IRC often 👀
Avatar
chillerdragon BOT 2023-12-24 21:22:06Z
Bridge issues
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:22:08Z
famous scrump scrump! - also yes chiller you failed to ping
Avatar
scrumplex_ BOT 2023-12-24 21:22:11Z
Hello
Avatar
chillerdragon BOT 2023-12-24 21:22:11Z
Ur on irc?
Avatar
scrumplex BOT 2023-12-24 21:22:16Z
Wait
Avatar
ChillerDragon BOT 2023-12-24 21:22:22Z
wot
21:22
i tried to ping ur discord
21:22
i did @Scrumplex
21:22
where were you chetting from just now?
21:22
doesn't ping :o
Avatar
ChillerDragon BOT 2023-12-24 21:22:56Z
dude own image hosting?
21:22
cring
Avatar
scrumplex BOT 2023-12-24 21:23:00Z
lol
21:23
What if I told you that it was written in Rust? Does that make it better?
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:23:17Z
every time he sents a screenshot he flexes with it i swear
21:23
you should see him livestream justatest
Avatar
ChillerDragon BOT 2023-12-24 21:23:34Z
dw im trolling
21:23
mine is written in bash xd
Avatar
chillerdragon BOT 2023-12-24 21:23:46Z
@Scrumplex
21:23
@scrumplex
Avatar
nope
Avatar
chillerdragon BOT 2023-12-24 21:24:02Z
how to type ur name
Avatar
scrumplex BOT 2023-12-24 21:24:07Z
@Scrumplex
Avatar
ChillerDragon BOT 2023-12-24 21:24:12Z
@Scrumplex
21:24
did it work?
Avatar
scrumplex BOT 2023-12-24 21:24:18Z
I think the WebHook just doesn't allow pings
Avatar
ChillerDragon BOT 2023-12-24 21:24:22Z
it does
Avatar
scrumplex BOT 2023-12-24 21:24:25Z
yup those worked
Avatar
ChillerDragon BOT 2023-12-24 21:24:30Z
so lowercase
21:24
oke
Avatar
i used to host myi mages too
21:24
but i lost the setup
Avatar
scrumplex BOT 2023-12-24 21:25:00Z
I don't see the difference between your first pings up there and the later ones
Avatar
ChillerDragon BOT 2023-12-24 21:25:16Z
21:25
casing maybe
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:25:22Z
because (at)scrumplex pings Scrumplex, but (at)Scrumplex pings nothing
21:25
display name != UserName issues
Avatar
ChillerDragon BOT 2023-12-24 21:25:53Z
btw my image hosting is just a scp and apache lmao scrumplex
21:26
u use apache
Avatar
ChillerDragon BOT 2023-12-24 21:26:06Z
apogche
21:26
it works
21:26
was first tool i encountered and i stuck with it since it never let me dow
21:27
scrumplex: have you found my 2d old ping?
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:27:34Z
its this one @Scrumplex
Avatar
scrumplex BOT 2023-12-24 21:28:00Z
found it
21:28
that video is old :O
Avatar
ChillerDragon BOT 2023-12-24 21:28:22Z
yea i somehow missed the drama
Avatar
scrumplex BOT 2023-12-24 21:28:25Z
lol
Avatar
ws-client BOT 2023-12-24 21:29:08Z
<Scrumplex> a
Avatar
ChillerDragon BOT 2023-12-24 21:29:17Z
u like?
Avatar
scrumplex BOT 2023-12-24 21:29:24Z
Seems.. familiar ^^
Avatar
ws-client BOT 2023-12-24 21:29:27Z
<chiler> wot
21:29
<chiler> its brand new design ideas by chiler
21:29
<chiler> @Scrumplex u can also pin here xd
Avatar
when ddnet drama so we become famous and get yt vids done about the drama
21:29
they should document
21:29
the 0.6 vs 0.7 dev wars
21:30
the neverending account discussion
Avatar
ws-client BOT 2023-12-24 21:30:13Z
<chiler> @Scrumplex its basically fake discord frontend for irc xd
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:30:19Z
omg make it a full movie
Avatar
"how devs cant change even the tiniest of physics in the game"
Avatar
ws-client BOT 2023-12-24 21:30:29Z
<Scrumplex> When are you gonna make this an actual client? Instead of a brdige
21:30
<chiler> i like to use it at work because no auth or i mean i know the pw
21:30
<chiler> come to #off-topic
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:31:28Z
"how devs are concerned about the potential backlash associated with accounts while overlooking the benefits they bring"
21:34
need accs
21:35
i will squash the rest later
Avatar
"the eternal rust holy church and the war in dev"
Avatar
going to church to witness a divine reenactment of the nativity scene by rich church ppl
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:36:26Z
speaking of rust, anyone heard smth about voxel?
Avatar
no he’s gone man
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:36:48Z
feelsbadman
Avatar
i think it’s hard to tell
21:38
cultural differences in sense of humor + barrier of a non-native English speaker + the implicit loss of tone in text
21:38
made it seem like the rust preaching was just to piss him off
Avatar
i dont think our english is at a low level where there is a barrier
21:38
its more his personality
Avatar
im mostly joking but i sometimes take it too far, i guess taking it that far is where i find it funny xd
21:39
that said, rust > c++
Avatar
wish i had termux but i got an iphone
21:40
that shit’d be squashed rn
Avatar
Avatar
Ewan
wish i had termux but i got an iphone
american
21:40
if u got android in there ur a green tick
21:40
racist system
21:42
ryo u wanna squash my commits for 5 tokens
21:43
u have perms on ddnet repo right
21:43
u should be able to checkout my branches and do it
21:43
The world will end if my commits are not squashed rn
Avatar
im not in the right state
21:43
kek
21:44
u chose the worst night
Avatar
goodbye cruel world
21:44
did u open ur presents yet
Avatar
what presents
21:44
i live alone
Avatar
i gifted myself some furniture
Avatar
you don’t Christmas with family?
Avatar
i do, tomorrow,. but we dont rly do big gifts now we are grown up
21:45
well then u celebrate tomorrow…
21:45
u said u did today
Avatar
actually when iwas young
21:45
we do big gifts on 6 december
21:45
not christmas day
21:45
its more alocal thing
Avatar
The biblical Magi ( or ; singular: magus)—also known as the Three Wise Men, Three Kings, and the Three Magi—were distinguished foreigners in the Gospel of Matthew and Christian tradition. They are said to have visited Jesus after his birth, bearing gifts of gold, frankincense, and myrrh. They are regular figures in traditional accounts of the na...
21:46
this is more important here than christmas day for kids
21:46
atleast for ppl who are catalan
Avatar
and on christmas day
21:46
we beat a log with a face
21:46
and it shits presents
Avatar
thats catalonia for u
Avatar
BlaiZephyr | meloƞ 2023-12-24 21:46:54Z
damn can i join, i have some leftover anger i want to get rid off
Avatar
The Tió de Nadal (Catalan pronunciation: [tiˈo ðə nəˈðal]; meaning in English "Christmas Log"), also known simply as tió (Log), soca or tronc(a) (trunk), is a character in Catalan mythology relating to a Christmas tradition widespread in Catalonia, Majorca (known as Nadaler), Occitania (Southern France) and Andorra. In Aragon it is also called, ...
21:47
XD
21:47
its rly smth else
Avatar
that’s awesome
21:47
not americanized
21:47
own culture
Avatar
i want to do it without appropriating it
Avatar
lol just do it
this 2
Avatar
i will make it coca cola certified americanized santa claus log
Avatar
it makes kids more involved
21:47
as in
21:47
the kids give food to the log
21:47
at night
21:48
then (parents eat it when they sleep lol)
21:48
but it looks like u feeding it
Avatar
so it gives u presents
Avatar
we do that for santa
21:48
but he gives us the presents anyway
Avatar
u should get coal
21:48
ur a cpp devg
21:48
😬
21:49
you can get a big old bag of iron oxide
Avatar
the memory safety santa is mad
Avatar
since u love rust so much
21:49
make some thermite
21:49
destroy your home
Avatar
then write a book about it called highly effective rust
Avatar
I’m not religious but i appreciate what the church does ( in the usa )
21:59
the good ones are more of a social zone and a charity than a temple
21:59
mega churches and everyone involved with them can burn in hell tho
21:59
but they seem mostly harmless
22:00
just stupid
Avatar
ChillerDragon BOT 2023-12-24 22:05:07Z
u guys cant be serious
22:05
voxel was actually offended by ppl talking about rust?
22:05
i did not see that happen
22:05
why would he even care xd i dont belive that
22:06
its not like while praising rust someone was shitting on something voxel was emtionally attached to
22:06
the only thing we bullied him with is that he will be replaced by AI
Avatar
Atleast that's when he quit. Ryozuki said sth about rust and voxel wasnt having any more of it
Avatar
ChillerDragon BOT 2023-12-24 22:07:21Z
woah
22:07
as in he left the discord?
22:08
or what even happend
Avatar
He left life (rip)
22:08
Rust proves to actually be quite unsafe afterall
😭 1
Avatar
ChillerDragon BOT 2023-12-24 22:09:34Z
too dark
22:09
suicide jokes on christmas xd
22:10
i hope it is a joke i honestly dk wat happend to voxel
Avatar
Avatar
ChillerDragon
voxel was actually offended by ppl talking about rust?
BlaiZephyr | meloƞ 2023-12-24 22:30:21Z
🙈 1
Avatar
ChillerDragon BOT 2023-12-24 22:32:11Z
sends discord link ..
Avatar
BlaiZephyr | meloƞ 2023-12-24 22:32:17Z
skill issue
Avatar
ChillerDragon BOT 2023-12-24 22:32:27Z
anyways its hard to rq this channel without ryo currently talking bout rust
22:32
he always does that
Avatar
BlaiZephyr | meloƞ 2023-12-24 22:32:43Z
do you have any idea how boring dev chat would be without?
22:32
oh lawd
Avatar
@ChillerDragon
Avatar
ChillerDragon BOT 2023-12-24 22:38:32Z
where is the leave message
22:38
but thanks for the img
22:38
oh leave messages are in other channel right?
22:38
discord is so weird
Avatar
-nah i was tempted to leave for a month now
Avatar
seemed like this discord server was not good for his mental health anyways
Exported 424 message(s)