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 2020-07-09 00:00:00Z and 2020-07-10 00:00:00Z
@Ryozuki if you can take the time, could you say why it is wrong (and if you assume that he's still using gtranslate, perhaps tell him that translations using that are mostly useless)
@Ryozuki 1- about the merge. I just follow the instructions on the ddnet page. I have no idea how to use github so I created another pull request to fix the errors in the grammar.
2- How many errors were there?(edited)
@fearxito please only update languages that you speak fairly well
08:42
it's annoying to have to go through all strings to check whether the grammar is still okay, whether they fit the context and whether they fit into the space allocated for them
I don't speak French well, I can only say a few sentences. But it was enough to recognize that almost all of the changes made the translation worse. French puts a space before punctuation, ...
@Learath2@heinrich5991 i made some changes to my own bridge server, including learaths repackmsg function, but that also removed the packing in message.h, which is now failing my ex.cpp test (by heinrich)
09:13
what should i do about it? just remove the test like ddnet?
I implemented it the same way, then I implemented it with an extra bool inside the config but that doesmt work with the direct way we modify configs in the settings menu
Unless you are baking custards like cheesecake which need to be baked in a waterbath. Then a removable bottom is the perfect place for the water to get in and give you a sad soggy bottom
Source patched the various patches, the full list will be soon published. An overall objective this fork is addition of new functions of a kernel and more convenient use. - Deen/mangos
In old client versions rotated stoppers did nothing, now they stop you, but later than mirrored ones. Not sure if we can just change this, physics is always high risk.
This PR changes the abstraction layer of the score backend to thin abstractions over the MySQL and SQLite3 library. It executes all Queries in one worker thread making it easier to use the ddnet th...
6a87278 find available port - MikiGamer
beaadca switch, limited tries & sv_port 0 - MikiGamer
f7eda38 changes for auto port - MikiGamer
6da220d default port - MikiGamer
a34c725 Some minor improvements to sv_port 0, make it default - def-
af17e25 Merge #2485 - bors[bot]
6b7e1f5 Send zoom status for dummy too - def-
f4344dc Use (u)int64 from system.h instead of (u)int64_t from cstdint - def-
c4d5c8d Merge #2478 #2480 - bors[bot]
@deen can you compile sqlite3 with SQLITE_OMIT_LOAD_EXTENSION (CFLAGS=-DSQLITE_OMIT_LOAD_EXTENSION ./configure) and rename sqlite to sqlite3 for consistency
19:49
Currently there are linking errors to ld (using the .so would work as well)