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 2019-04-06 00:00:00Z and 2019-04-07 00:00:00Z
00:45
Avatar
just use cmake ^^
01:04
have you compiled bam with the same compiler you have currently installed?
11:46
98bfeb3 Notify about chat mentions in editor - 12pm a0c0ff5 Merge pull request #1584 from 12pm/editor-mentions - def-
Avatar
I'd like to update the translation files in two different PRs, can't do that without merge conflicts
13:20
so I just merged the PRs 😄
Avatar
[quakenet] <Ryozuki> heinrich5991: please explain jao why force pushing shouldn't be used unless you need too, he says he only does what git-god (aka you) does lol
13:25
[quakenet] <Ryozuki> @heinrich5991 heinrich5991 force-pushed the heinrich5991:pr_ddnet_external_md5 branch from 8d073c7 to e3657ab 12 hours ago
13:25
[quakenet] <Ryozuki> y
13:25
[quakenet] <Ryozuki> xd
13:29
[quakenet] <heinrich5991> force pushing on public branches like master is a big no-no :P
13:29
[quakenet] <heinrich5991> but for PRs it's fine most of the time. it can make it hard to track changes, but if that's not a problem, you can do it
Avatar
[quakenet] <deen> Does github not keep the history of the PR after force-pushing?
13:52
[quakenet] <deen> Seems like quite a deficiency
13:53
[quakenet] <deen> My idea is to ammend and force-push to PR branch when I fixed something, but add a regular commit when I add something more
Avatar
[quakenet] <heinrich5991> I try to keep every commit building to aid in bisecting
14:28
e31561e cl_mouse_min_distance as requested by Makoyuri - def- 2f4dd5a Merge #1572 - bors[bot]
Avatar
330a996 Add localization for updating output - def- 9df30dc Localize mentions - def- cc1ce86 Update language files - def- ea82402 Merge #1574 - bors[bot]
Avatar
[quakenet] <heinrich5991> deen: can you walk me through your "handle fs failures" pr?
Avatar
[quakenet] <deen> heinrich5991: anything specific?
15:40
[quakenet] <deen> The idea is to propagate the errors instead of losing them immediately
15:40
[quakenet] <deen> and then in the end set us to failed
Avatar
e44b1ca Use OpenSSL md5 if it is available - heinrich5991 e3657ab Use SHA256 instead of MD5 in some places - heinrich5991 b25c527 Merge #1585 - bors[bot]
Avatar
[quakenet] <Ryozuki> heinrich5991: deen im trying to save 3 more variables, do you happen to know what i have to do here after i add the 3 at end? https://github.com/ddnet/ddnet/blob/master/src/game/server/save.cpp#L185
DDraceNetwork, a cooperative racing mod of Teeworlds - ddnet/ddnet
16:00
[quakenet] <Ryozuki> what a weird way to save tho xD
Avatar
I don't know if the if statements below are correct, please tell me if they aren't as i don't know much what they are about.
Avatar
[quakenet] <Ryozuki> heinrich5991: where to find gameid?
16:25
[quakenet] <heinrich5991> CGameContext::m_GameUuid
16:25
[quakenet] <heinrich5991> or rather CGameContext::GameUuid()
16:25
[quakenet] <heinrich5991> you can format it to a string with FormatUuid, needs a character array of size UUID_MAXSTRSIZE
16:28
[quakenet] <heinrich5991> (you don't have to load it anywhere, just save it)
16:29
[quakenet] <Ryozuki> so i just put a \t%s at end?
16:29
[quakenet] <Ryozuki> i guess yes
16:29
[quakenet] <heinrich5991> yes
16:31
[quakenet] <heinrich5991> %*s to ignore the string in sscanf
16:31
[quakenet] <Ryozuki> %*s on load right
16:32
[quakenet] <heinrich5991> yes
16:32
[quakenet] <Ryozuki> so in future its easier to add new things
16:32
[quakenet] <heinrich5991> yep
16:34
[quakenet] <heinrich5991> (the * parameter has no effect on the return value, so you still only count the parameters that were read before)
16:38
[quakenet] <Ryozuki> done
16:38
[quakenet] <Ryozuki> whoever merges it should rebase xD
18:24
b92b2f1 save telegun on /save - Ryozuki beeda4d fix warnings - Ryozuki fb398eb better this way - Ryozuki 69fd7f1 fix and add gameuuid - Ryozuki 52b58c3 final fix - Ryozuki edbd899 Merge pull request #1588 from Ryozuki/pr_save_telegun - def-
18:29
by using a switch-case with fallthroughs, seems like the perfect use case.
Avatar
ChillerDragon 2019-04-06 20:42:20Z
yo @heinrich5991 i assume .rpoject and .settings is some microsoft stuff?
20:42
its probably folders?
20:43
talking about gitignore. Im thinking about adding a / at the end to indicate that these are folders but im not sure if this is a good idea
20:44
[quakenet] <heinrich5991> they were added here, no indication whether they're folders
Avatar
ChillerDragon 2019-04-06 20:44:21Z
hmkay
Avatar
[quakenet] <heinrich5991> it works without the / as well
Avatar
ChillerDragon 2019-04-06 20:44:27Z
yes it does
20:44
but i like adding / if its a folder
Avatar
@ChillerDragon add .idea/
Avatar
ChillerDragon 2019-04-06 20:44:52Z
i guess if u add a / it wont hide it if its a file right?
Avatar
[quakenet] <heinrich5991> note that it doesn't match symlinks to folders anymore if you do that
Avatar
ChillerDragon 2019-04-06 20:45:14Z
yes ryo the idea would be with / lonley
Avatar
ChillerDragon 2019-04-06 20:45:32Z
i guess i will add .idea instead
20:45
i always put / for folders
Avatar
ChillerDragon 2019-04-06 20:45:49Z
looks weird
Avatar
ChillerDragon 2019-04-06 20:45:56Z
if pothers dont have a /
Avatar
[quakenet] <heinrich5991> doesn't match symlinks to folders if you add a /
Avatar
ChillerDragon 2019-04-06 20:46:13Z
Avatar
238d552 Ignore vscode folder - ChillerDragon abba71e Fix tw code style - ChillerDragon ce5a7ea Remove one of two graphic includes - ChillerDragon 9052047 Cleanup if nesting - ChillerDragon 84409bd Ignore idea folder - ChillerDragon 5d9d0d7 Merge #1587 - bors[bot]
Avatar
55ae5e2 Update Brazilian Portuguese translation - rffontenelle ad4c13b Merge #1590 - bors[bot]
Exported 88 message(s)