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-12-17 00:00:00Z and 2021-12-18 00:00:00Z
Avatar
TIL about Rettungsgasse, such a great idea
Avatar
unexploredtest BOT 2021-12-17 07:41:35Z
a new bridge for the announcement channel #ddnet-announcements:matrix.org.
Ayy nice!
For everyone on matrix: there is a Matrix-Space containing all ddnet related channels #ddnet:matrix.org, which now includes a new bridge for the announcement channel #deleted-channel.
Avatar
does anyone with a hetzner cloud server can access the hetzner cloud web
08:18
yesterday i tried to update my card but it bugged the hell
08:18
today it shows a blank page
08:18
xd
08:18
so weird, never had any problems before
08:19
i noticed their script was making lot of api calls that failed they probs blocked me
08:19
so stupid
08:19
Avatar
Currently to show your own key presses when recording you need cl_video_showdirection 1 and cl_show_direction 2 which is kind of unintuitive. Also changed the name to be consistent with cl_show_direction Thanks to hussainx3 for report.

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 if it works standalone, system.c especially
-...
Avatar
@Robyt3 I have a report that client doesn't start. user has a cyrillic user name, so I guess that's the cause. It works with nightly, but not with 15.7. Do you know which change fixed this?
10:06
I'm considering just adding that one and releasing a quick 15.7.1
10:06
Add UNICODE and _UNICODE defines on Windows and use either the A or the W variant of the Windows API methods explicitly where it was left unspecified. I supposed this fixes shell_execute for unicod...
10:06
DDraceNetwork, a cooperative racing mod of Teeworlds - Comparing 15.7...master · ddnet/ddnet
10:07
On the other hand, maybe I should just release 15.8
Avatar
29187b9 Add libarm64, libfat (made with lipo) for testing - def-
Avatar
Floating point exception (core dumped)
feels good doing assembly
13:14
remember to set edx to 0 when doing division guys
13:14
xd
Avatar
ed6616c Fix signatures on SDL2 frameworks - def-
14:57
1dfa7ab Manually sign all mac arm64/fat shared libs - def-
Avatar
983f61f Add code signing instructions for libs - def-
Avatar
@Akari hi can you enter fng 4 please have people there closing the room
15:33
stallman is angry
Avatar
Good like prosecuting a chinese media giant. Hopefully tiktok will think it's too much hassle to fight and offer the obs people something and comply with the license
15:40
If they do decide to fight it in court it'll be extremely painful for obs
Avatar
Avatar
Learath2
Good like prosecuting a chinese media giant. Hopefully tiktok will think it's too much hassle to fight and offer the obs people something and comply with the license
s/like/luck/
Avatar
Avatar
deen
@Robyt3 I have a report that client doesn't start. user has a cyrillic user name, so I guess that's the cause. It works with nightly, but not with 15.7. Do you know which change fixed this?
#4299 fixes fs_storage_path so it works with unicode usernames, but releasing 15.8 with all unicode fixes together would probably be easier
Avatar
Use the wide char variants of getenv, _mkdir, _getcwd and chdir. Tested the change on upstream with japanese characters and german umlauts in username. This should fix the issues with cyrillic user...
Avatar
35817fa Use install_name_tool to update id change change links in dylibs directly - def-
16:05
16:12
eabd8e9 Use install_name_tool to update id change change links in dylibs directly - def-
Avatar
9715ef1 Use install_name_tool to update id/change/add_rpath in dylibs directly - def-
Avatar
edfdbb6 Use install_name_tool to update id/change/add_rpath in dylibs directly - def-
Avatar
On discord by Heneral Luna aka Dumakulem Heneral Luna: >i made config the content is unbindall >and some exec blabla.cfg >but unbindall doesnt work >when executed >it says no such command >no such command: unbindall murpi: >your kog file was encoded in utf-8 BOM, removed BOM and now it works Skip first 3 bytes if file is encoded with BOM signature?
Avatar
Probably related to cutting off the name containing Unicode, reported by cheeser0613
the player with this name, what ever he say, it wont show on console after he change name everything fine Landmine地雷 but with second same name
Avatar
Fixes #4462.

Checklist

  • [ ] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [x] Written a unit test if it works standalone, system.c especially
  • [x] 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-address...
Avatar
49c8613 Add a flag to skip a UTF-8 BOM when opening files for reading - heinrich5991 cdbf8ff Skip the UTF-8 BOM on all read text files - heinrich5991 b4374b2 Merge #4464 - bors[bot]
Avatar

Checklist

  • [x] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [x] Tested in combination with possibly related configuration options
  • [x] Written a unit test if it works standalone, system.c especially
  • [x] Considered possible null pointers and out of bounds array indexing
  • [x] Changed no physics that affect existing maps
  • [x] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--u...
Avatar
Avatar
Ryozuki
remember to set edx to 0 when doing division guys
never forget
Avatar
Only GLEW::GLEW is provided, GLEW_LIBRARIES is empty by default

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 if it works standalone, system.c especially
  • [ ] 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 ...
Avatar
Any dev up to review some of my changes? https://github.com/ddnet/ddnet/pulls/def- Would like to start a 15.8-rc1 but I think some should go in before.
DDraceNetwork, a cooperative racing mod of Teeworlds - Pull requests · ddnet/ddnet
Avatar
From the man page: The four functions asctime(), ctime(), gmtime(), and localtime() return a pointer to static data and hence are not thread-safe. The thread-safe versions, asctime_r(), ctime_r(), gmtime_r(), and localtime_r(), are specified by SUSv2.

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 if it works standalone, system....
23:49
a45829f Fix leak in CLayerTiles::BrushGrab (fixes #4409) - def- 5ec6f09 Merge #4410 - bors[bot]
Exported 52 message(s)