Merge branch 'general-devel' into fix-bugs
This commit is contained in:
commit
dff5f043aa
8 changed files with 594 additions and 288 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -2,7 +2,14 @@
|
|||
|
||||
This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large.
|
||||
|
||||
## Upcoming Release
|
||||
## Upcoming release
|
||||
* Fix all rope coils. (@Olink)
|
||||
* Fixed a longstanding issue with SendTileSquare that could result in desyncs and visual errors. (@QuiCM)
|
||||
* Fixed placement issues with Item Frames, Teleportation Pylons, etc. (@QuiCM)
|
||||
* Doors are good now for real probably (@QuiCM, @Hakusaro, @Olink)
|
||||
* Bump default max damage received cap to 42,000 to accommodate the Empress of Light's instant kill death amount. (@hakusaro, @moisterrific, @Irethia, @Ayrawei)
|
||||
|
||||
## TShock 4.4.0 (Pre-release 9)
|
||||
* Fixed pet licenses. (@Olink)
|
||||
* Added initial support for Journey mode in SSC worlds. (@Olink)
|
||||
* Made TShock database MySQL 8 compatible by escaping column names in our IQueryBuilder code. (Name `Groups` is a reserved element in this version, which is used in our `Region` table.) (@Patrikkk)
|
||||
|
|
@ -28,7 +35,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* The default group that gets this permission is `Guest` for the time being.
|
||||
* To add this command to your guest group, give them `tshock.synclocalarea`, with `/group addperm guest tshock.synclocalarea`.
|
||||
* This command may be removed at any time in the future (and will likely be removed when send tile square handling is fixed).
|
||||
* Fix all rope coils. (@Olink)
|
||||
* Fixed smart door automatic door desync and deletion issue. (@hakusaro)
|
||||
|
||||
## TShock 4.4.0 (Pre-release 8)
|
||||
* Update for OTAPI 2.0.0.36 and Terraria 1.4.0.4. (@hakusaro, @Patrikkk, @DeathCradle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue