Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2021-06-05 00:00:00Z and 2021-06-06 00:00:00Z
Avatar
@Deleted User how hard would it be to make picture in picture for dummy justatest
Avatar
aacb659 Update translation stats - def-
Avatar
@TsFreddie I'd guess extremely given our graphicw stack but @Deleted User would know better
Avatar
justatest that's what i have thought, but i'm just hoping the master can give me some light
08:07
ffd7b8b add lynn to staff - murpii 5ca0e4d Merge pull request #133 from murpii/patch-2 - def-
Avatar
chillerdragon BOT 2021-06-05 08:47:04Z
does any arch user here has an easy way to run the proper clang format version for ddnet codebase?
Avatar
chillderdragon: get the package clang-format-static-bin from the AUR, use /opt/clang-format-static/clang-format-11 (I think you need to do -i <files>)
08:54
chillerdragon: ah, clang-format-10 instead of 11 i think
09:59
why are we checking four directions for GameTile, but only three directions for Front?
Avatar
chillerdragon
Avatar
chillerdragon BOT 2021-06-05 10:45:07Z
a
Avatar
chillerdraogn:
10:45
chillerdragon:
10:45
@ChillerDragon
10:45
how do i tag a matrix user
Avatar
clickable like dotqw here
Avatar
i get pinged, mb u just need to type username
Avatar
I know, but you name was clickable when chiller pinged you
10:48
Avatar
chillerdragon BOT 2021-06-05 10:59:05Z
@Patiga: yea i found that too and thought it might be useful but the py script will use the clang-format then i guess
Avatar
Avatar
TsFreddie
@Deleted User how hard would it be to make picture in picture for dummy justatest
You mean like a split screen!?
Avatar
or that
Avatar
Split screen should be ok
12:36
What else did you mean?
Avatar
picture in picture, a small window in the corner showing dummies view
Avatar
Ah yeah
12:37
I think that's not too hard
12:37
U can abuse glviewport and just render the scene twice
12:42
i thought about smth like that just for a teammate instead of dummy 😄
Avatar
@TsFreddie
12:58
it still doesnt render from dummy view
Avatar
bruh
Avatar
but i guess this is about what u want
12:59
i can upload the code and u can mess around with all the bugs when changing g_Config.m_ClDummy xD
12:59
bcs i dunno why it just resets the value to my main for no reason xD
Avatar
👀 is it possible to get rid of hud in PiP tho
Avatar
well yeah, u probs need to code a bit
13:00
like a client state Client()->IsPiP();
13:00
or u just completly ignore most components
13:00
u just need player, particles etc
13:00
no UI and stuff
Avatar
also i think the hud needs to be on top of PiP too.
13:02
good luck 😛
Avatar
chillerdragon BOT 2021-06-05 13:22:27Z
OMG HOW NICE
13:22
i was thinking about trying to add split screen to my client but did not think it was feasable for me
13:23
is it coming to ddnet client? o.O
Avatar
chillerdragon BOT 2021-06-05 13:31:42Z
@Patiga: ah nice nvm the script also checks the clang-format-10 binary very nice
13:31
yay local style checks
Avatar
probs not abusable and thus nobody noticed? i cant read that code, but looks wrong yeah xd
Avatar
Avatar
chillerdragon
is it coming to ddnet client? o.O
i dunno, probs not, as its not really useful to see ur dummy xd
13:46
but u can always open an issue and see what other devs say
Avatar
Avatar
Deleted User
probs not abusable and thus nobody noticed? i cant read that code, but looks wrong yeah xd
probably not many maps are using death tile in front layer.
Avatar
but in theory it might give a smaller hitbox
13:48
as the tee is a circle isnt it
Avatar
then i'd open an issue for sure
Avatar
like it'll have a smaller hitbox on one side
Avatar
yeah
Avatar
https://github.com/ddnet/ddnet/blob/47d63317aac0c84f540f379686925a17af6fadbf/src/game/server/entities/character.cpp#L1369 We checking four directions in Game Layer, but only three directions in Front, which makes the front layer's death tiles' hitbox smaller on one side.
Avatar
@TsFreddie
14:08
xd
Avatar
Either we should delete str_length or we should use it. Feel free to downvote this pr if u think delete is the way to go.
14:54
Fixes #3880 I believe that it can be safely merged. I tried to see the difference, but I couldn't get a measureable difference with only Kill-Tiles and Stoppers. All affected maps with number of death tiles in front layer (generated with Patigas twmap library): ``` "types/brutal/maps/Rogue World.map": 189 "types/brutal/maps/New World.map": 214 "types/brutal/maps/Flow Fever.map": 7 "types/brutal/maps/A Strange Dream.map": 372 "types/brutal/maps/Jungledread.map": 1253 "types/brut...
Avatar
Oh I tried to reproduce in the top left corner
Avatar
The Internet Engineering Task Force published RFC 9000 - the standardarized version of the QUIC transport protocol. And we’ve made the standardized version of QUIC available to Cloudflare customers.
17:00
QUIC and HTTP/3
17:01
(HTTP/3 uses QUIC)
17:05
For instance, it could work great for online games. You don't have to choose between the low dev cost of TCP and the low latency of UDP. Just use the streams for control and datagrams for real-time communications, all inside the same tunnel.
17:05
cool
17:06
btw cloudflare uses rust for this greenthing
Avatar
heinrich has been wanting to make teeworlds QUIC for a while now 😛
Avatar
but i guess tw wouldnt profit from that retransmission, would it?, if its too late to the party it could also be dropped
Avatar
quic for 2d quake game 2021
Avatar
being IPv6-ready would be even more impressive than using QUIC as the transport protocol 🙂
Avatar
8a4f4fc Use str_length - ChillerDragon f6e887f Merge #3881 - bors[bot]
Avatar
G7 finance ministers have agreed to work together to create a "level playing field" on global taxation.
17:34
monkaS
17:34
i hope its true
17:35
It was reported this week that an Irish subsidiary of Microsoft had paid zero corporation tax on $315bn (£222bn) profit last year because it was resident in Bermuda for tax purposes.
17:35
thats just m$$
17:36
Firstly, the G7 want a global minimum tax rate so as to avoid a "race to the bottom" where countries can undercut each other with low tax rates.
Secondly, the rules will aim to make companies pay tax in the countries where they are selling their products or services, rather than wherever they end up declaring their profits.
Avatar
@Deleted User i had the same bug from #bugs when i was mwssing around with negative mouse distance settings https://discord.com/channels/252358080522747904/757720336274948198/822199016665776189
21:58
im typing here cuz im muted
21:59
usually it happened when cursor was outside my screen and then teleported fast to some other place i believe
Avatar
ok ty
Avatar
LAN serv doesnt show up
22:06
how to fix :d
Avatar
fix firewall
22:15
how
Avatar
open port 8303
22:19
search the internet how to whitelist an app
22:19
and disable firewall
Avatar
it used to work tough
Avatar
work?
22:20
i mean if you want to be solo just put "sv_register" to 0 in autoexec-server.cfg
22:20
and that not supposed to be in developper channel?
Avatar
ofc only i wanna play on it
Avatar
Avatar
I.K.U
ofc only i wanna play on it
autoexec->sv_register 0
22:21
but this message is useless, you can connect to ur server when u have this message
22:21
its just a warning
Avatar
its is 0
Avatar
ok
22:24
try to write connect . in f1
22:24
with the dot
22:24
that should work
Avatar
what do i write behing it?
Avatar
just "connect ."
22:25
in f1
22:25
thanks
Avatar
check your filter if the server does not appear
Avatar
already did
22:26
i only have ping minimum set to 200
Avatar
what the text in server terminal when you try to connect
22:27
with "connect ."
22:27
that work?
Avatar
yeah so that work, idk why you cant see it
Exported 131 message(s)