Lucas Nicodemus
Lucas Nicodemus
The readme has a contributor list, but it's out of date and needs to be automated because it's like a lot of people. Thankfully, there's a [CLI](https://allcontributors.org/docs/en/cli/usage) for the all-contributors...
Per #1560 and #1563, we need to isolate SSC. This is important because we also want to rewrite it. From that perspective, the primary goal is to just decouple it...
The journey mode duplication UI permits players to create items on an SSC server and move them into their inventory. Apparently the client is sending packets 5 and 138, and...
Snowman rockets have special extra logic that make them hard to capture in our solution for all of the other new explosives, and need to be handled in a different...
Video: https://gyazo.com/4aba62f7e76050464a77d1b1af6c87cd  > While riding it, it tries to extend the minetrack by placing tiles in front of the cart. Normally this doesn't work for blocks such as Crimson...
In `PlayerUpdateEventArgs` and other arg types for packets, we just pass off a byte for a couple BitFlag operations. If Terraria doesn't natively have enums for these, we should move...
The current `uploadssc` command verbiage is unclear as to what data it will upload, and if you can run the command back to back successively and what exactly that will...
Thanks to @QuiCM's poor email management skills, this [lovely user](https://github.com/WhiTexz) claimed his email and now half of our repo's commits *and @mentions* were rewritten to point to this other user....
Suggestion from Newy on Slack: user strings should be customizable in a config file so that we don't have language debates like in https://github.com/NyxStudios/TShock/commit/c4cf2d496ddd1dc871be77a861a793d78dd77da2.  refer to packets by names that don't match those in the `PacketTypes` enum and subsequent naming convention for packets. This is problematic as it makes...