1

Topic: 2025/1/31

No update this week. Progress has been slow. Hasn't helped that I've been sick.

I'm making unified map parsing code.
The idea is, once the client and server are using the exact same code for reading/writing maps and compressing/decompressing maps (for transmitting patches to the client), it will make it much easier to improve the map handling and map format. Right now, the client and server use totally different code, and that's not conducive to getting anything done.
This also leads, eventually, to unified map pathfinding.