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-02-08 00:00:00Z and 2021-02-09 00:00:00Z
yo bois i just finished the alpha of my sloppy map diff tool. If one needs a ascii diff preview of two map files and doesnt mind running super slow bash scripts i have the tool :D
no not all in bash :D its just a parser for a exisiting git diff
13:52
so you have to create a mapdir directory using edit_map from Patigas rust twmap tools
13:55
i made it to audit map pullrequests. So if Forris comes around with another ddnet map "bugfix" you can see where on the map he added some new teleporters :D
yea Patiga's tool is awesome it works so good and fast to convert maps to a directory of json files. It can be used to detect map bugs and spot unwanted changes. Finally more control over those myterious binary blobs.
and my script then parses the git diff and trys to draw a preview map. Which is mostly just a indecator where in the map changes where made since map sizes are usually bigger than your terminal window so it has to scale down and thus loses detail.
@timakro@ChillerDragon note that the tool currently incorrectly parses quads. @ReD noticed in that i did a mistake in the docs and that is also in the tool currently, fix is on the way