Merge branch 'general-devel' into patch-18
This commit is contained in:
commit
f1392cfa52
5 changed files with 77 additions and 32 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -3,6 +3,11 @@
|
|||
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 changes
|
||||
* Fixed various bugs related to Snake Charmer's Flute. (@rustly)
|
||||
* The entirety of the snake now places.
|
||||
* The old snake now removes when placing a new snake.
|
||||
* Players are no longer disabled for breaking TilePlace/TileKill thresholds when modifying snakes.
|
||||
* Prevented players from seeing the npc spawnrate change permission error on join. (@rustly)
|
||||
* Installed new sprinklers!
|
||||
* Organized parameters by category and relevance in the `config.json` file. (@kubedzero)
|
||||
* Fix multiple holes in Bouncer OnTileData. (@Patrikkk, @hakusaro)
|
||||
|
|
@ -21,6 +26,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
|||
* Remove checks that prevented people placing personal storage tiles in SSC as the personal storage is synced with the server.(@Patrikkk)
|
||||
* Cleaned up a check in Bouner OnTileEdit where it checks for using the respective item when placing a tile to make it clearer. This change also fixed the issue in a previous commit where valid replace action was caught. Moved the check for max tile/wall types to the beginning of the method. (@Patrikkk)
|
||||
* Improved clarity for insufficient permission related error messages. (@moisterrific)
|
||||
* Remove redundant Boulder placement check that prevented placing chests on them, as it is no longer possible to place a chest on a boulder, so nothing crashes the server. "1.2.3: Boulders with Chests on them no longer crash the game if the boulder is hit." (@kevzhao2, @Patrikkk)
|
||||
* Multiple modifications in Command.cs (@Patrikkk)
|
||||
* `/itemban` - `/projban` - `/tileban` - Added a `default:` case to the commands so an invalid subcommand promts the player to enter the help subcommand to get more information on valid subcommands. (@Patrikkk)
|
||||
* `/world` - Renamed to /worldinfo to be more accurate to it's function. Command now displays the world's `Seed`. Reformatted the world information so each line isn't repeatedly starting with "World". (@Patrikkk)
|
||||
* `/who` - Changed the display format of the online players when the `-i` flag is used. From `PlayerName (ID: 0, ID: 0)` to `PlayerName (Index: 0, Account ID: 0)` for clarification. (@Patrikkk)
|
||||
|
||||
## TShock 4.4.0 (Pre-release 11)
|
||||
* New permission `tshock.tp.pylon` to enable teleporting via Teleportation Pylons (@QuiCM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue