From 54d54c3e51b5215201fdfa2594741257fd58bd5f Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 17 Oct 2022 01:50:50 -0700 Subject: [PATCH] Update TSAPI for Constileation --- CHANGELOG.md | 2 ++ TerrariaServerAPI | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c00e802a..ef61348e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,8 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Check if the buff type being applied is within bounds. * Introduce `AddPlayerBuffWhitelist` (replacing `WhitelistBuffMaxTime`), which allows us to specify the maximum amount of ticks a buff can be applied for, and if it can be applied without the target being in PvP. * When rejecting from `OnPlayerBuff`, instead of sending a `PlayerAddBuff` packet with the rejected buff (essentially a no-op, as the sender implicitly applies the buff to the target, and causes desync as the buff was rejected), send a `PlayerBuff` to re-sync the target's buffs, without the buff we just rejected. +* Added new tile provider. Use `-constileation` or `-c` to use it. Constileation is an alternative tile provider to Tiled and HeapTile. (@SignatureBeef) (AN: Someone please write a better changelog entry for this kthx.) + ## TShock 4.5.18 * Fixed `TSPlayer.GiveItem` not working if the player is in lava. (@PotatoCider) diff --git a/TerrariaServerAPI b/TerrariaServerAPI index 4266b698..621303a0 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit 4266b698f3b63e8b09b20551471cf0b915b0cb80 +Subproject commit 621303a0d86b2fb290f3bb01f88cc47eda00ed9c