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 2018-06-03 00:00:00Z and 2018-06-04 00:00:00Z
Avatar
For now they were just hardcodet on page up and down keys. The new command allows it to bind it for example on the f-keys for laptop users.
Avatar
ChillerDragon 2018-06-03 10:05:57Z
xd
10:06
gg
Avatar
@Deeper +
Avatar
ChillerDragon 2018-06-03 10:12:30Z
i dont really understand this web thing
10:12
shouldnt it be duplicated here?
Avatar
@Deeper thanks, fixed
12:55
@ChillerDragon it's from ddnet-scripts, which is just a manual mirror. we have an internal repo for this stuff :/
12:56
but I don't think we should publish that since it contains passwords and all maps and configs etc together
Avatar
ChillerDragon 2018-06-03 12:58:21Z
configs and maps are private?
12:58
just create a pass.secret file and ignore it
12:58
would be cool to have whole web public so all can participate c:
Avatar
yeah that would be cool
Avatar
ChillerDragon 2018-06-03 13:01:47Z
not that im saying i could help somehow i suck at web stuff but i mean for potential contributers c:
Avatar
i would help but idk what to improve
Avatar
ChillerDragon 2018-06-03 13:11:02Z
there is one issue
13:11
but imo the website is really good c:
Avatar
ChillerDragon 2018-06-03 17:20:44Z
any prediction guru here? There is this new adventure mod and it is unplayable with ddnet client because it somehow has jetpack predictions there on the gun ._. how is this possible
17:24
they have a multiple world feature and the prediction for jetpack gets activated on swapping the world (downloading a new map and stufff)
Avatar
ChillerDragon 2018-06-03 20:01:54Z
yo! Does someone know how the ^= operator is called in c or how it behaves? It is tricky to search te web for it because it consists only of special chars. And yes i tried putting it in " I know that the ^ is a bit wise xor but i have the feeling that these two lines behave different: int z = x ^ y; x ^= y;
Avatar
x ^= y would change x
20:07
ya x ^= y is the same as x = x ^ y
Avatar
ChillerDragon 2018-06-03 20:26:12Z
Oh so z should be x then ?
20:28
Oh thats actually true idk what went wrong in my testlab before when i got different results
Exported 26 message(s)