From 1331fd14fa6428844784ebce24a32ed1373f22ec Mon Sep 17 00:00:00 2001 From: Zaicon Kiroshu Date: Sun, 20 Nov 2016 19:16:51 -0600 Subject: [PATCH] API Tick, Submodule Update, Changelog Update (Part 2) --- CHANGELOG.md | 11 +++++------ TerrariaServerAPI | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c36bc8..1efbed4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin ## Upcoming Changes +## TShock 4.3.21 +* Compatibility with Terraria 1.3.3.4 (@Patrikkk, @Zaicon). +* API: Version tick 1.26. +* API: Deprecated PlayerDamage and PlayerKillMe packets (now uses PlayerHurtV2 and PlayerDeathV2). +* API: Main.rand now uses UnifiedRandom instead of Random. This WILL break any existing plugin that uses Main.rand. * Fixed HealOtherPlayer packet exploit (@Simon311). * Added associated config option for HealOtherPlayer exploit prevention (@Simon311). * Added `/accountinfo` command to get account information for a given TShock account (@Simon311). @@ -22,12 +27,6 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Added hardened stone to the whitelist of tiles editable by players (@DogooFalchion). * Added conversion system to send convert old MOTD format into smart text, while preserving initial line starting values to keep byte optimization for background colors Thanks to (@WhiteXZ, @Simon311, and especially @DogooFalchion) for the hard work on this issue. -## TShock 4.3.21 -* Compatibility with Terraria 1.3.3.4 (@Zaicon) -* API: Version tick 1.26 -* API: Depreciated PlayerDamage and PlayerKillMe packets (now uses PlayerHurtV2 and PlayerDeathV2) -* API: Main.rand now uses UnifiedRandom instead of Random - ## TShock 4.3.20 * Security improvement: The auth system is now automatically disabled if a superadmin exists in the database (@Enerdy). * Removed the `auth-verify` command since `auth` now serves its purpose when necessary (@Enerdy). diff --git a/TerrariaServerAPI b/TerrariaServerAPI index 6486b608..ec4e59ea 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit 6486b6083ba0d9c133489b3b7848f441384341f7 +Subproject commit ec4e59ea0c5fd5e21fbb4742c844863016a901a7