Merge pull request #2936 from punchready/patch-1

Rewrite SendTileRrect handling
This commit is contained in:
Chris 2023-08-15 19:21:37 +09:30 committed by GitHub
commit 2d507ccb01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1221 additions and 635 deletions

File diff suppressed because it is too large Load diff

View file

@ -122,7 +122,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
* Relaxed custom death message restrictions to allow Inferno potions in PvP. (@drunderscore)
* Allowed Flower Boots to place Ash Flowers on Ash Grass blocks. (@punchready)
* Removed unnecessary range check that artifically shortened quick stack reach. (@boddyn, #2885, @bcat)
* Improved the exploit protection in tile rect handling. (@punchready)
* Re-wrote tile rect handling from scratch, fixing a certain exploitable flaw in the old code and significantly reducing the potential exploit surface, potentially even down to zero. (@punchready)
## TShock 5.1.3
* Added support for Terraria 1.4.4.9 via OTAPI 3.1.20. (@SignatureBeef)