When I created Tilemap Town in 2017 I started things out with the tile sheet that resulted from the Tileset Potluck project, and just used the image as-is; it wasn't made for Tilemap Town and wasn't set up for the way Tilemap Town does animation and autotiling, which were both added many years later. JustThePulp made a new "Global" sheet that is now the main tile sheet for the game, and there's also a new "Critters" and "Shadows" sheet. "Critters" got the various character graphics that were in Potluck, now set up for animation, plus extra character graphics like an animated crab. "Global" is a combination of tiles from the old Potluck and Extra sheets (and Extra itself mostly sourced them from OpenGameArt) and there's a bunch of extra colors, animation, and autotiling support on more tiles.
I migrated everything that people had previously made using the old sheets, so everything should still look the same (or better, for things that now have animation and autotiling). As part of this effort I also moved the web client away from using hardcoded positions in the Potluck set for icons and markers - instead there's an internal sheet provided with the web client for those things. This means lots of item types have new icons, instead of just using whatever was available in Potluck that seemed appropriate.
Client changes:
/mapscreenshot - it now loads images that are used on the map but that haven't been loaded by the client yet.Server changes:
no_offline_pm_mail) that allows you to prevent private messages that were sent to you while you were offline from becoming mail; this normally happens when you have messages waiting but the server needs to restart. If you set this flag, the messages will simply be discarded in this situation./tailshift command and changing your direction at the same time as you step onto a new map) is now handled.Tileset upgrades:
I updated credits.txt to be clearer about exactly what came from where, and who made what, to the best of my knowledge. I'd like to try and get this new version onto the main website too at some point.