Merge branch 'general-devel' into region-mysql
This commit is contained in:
commit
a7e91b9688
12 changed files with 377 additions and 73 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -2,10 +2,29 @@
|
|||
|
||||
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
|
||||
## Upcoming release
|
||||
* Update for OTAPI 2.0.0.36 and Terraria 1.4.0.4. (@hakusaro, @Patrikkk, @DeathCradle)
|
||||
|
||||
## TShock 4.4.0 (Pre-release 7 (Entangled))
|
||||
* Fixed bed spawn issues when trying to remove spawn point in SSC. (@Olink)
|
||||
* Fixed Snake Flute. (@Olink)
|
||||
* Fixed lava absorbant sponge not capturing lava. `LiquidSetEventArgs` now returns a `LiquidType` instead of a byte type. (@hakusaro)
|
||||
* Fixed bottomless lava bucket from not being able to create lava. (@hakusaro)
|
||||
* Ban a lava bucket to ban lava on the server entirely, until we figure out a better way to handle liquids.
|
||||
* Fixed scarab bombs not detonating on pick style tiles. (@hakusaro)
|
||||
* Fixed dirt bombs not creating dirt. (@hakusaro)
|
||||
* Added a ridiculous amount of debug information. If you're experiencing any problems with 1.4 items being caught by the TShock anticheat system, please turn on DebugLogs in your config file and capture log data. It'll be extremely helpful in narrowing down precisely how to fix your problem. (@hakusaro)
|
||||
* Released with entangled support for 1.4.0.4 based on @Patrikkk local build and latest snapshot gen-dev. (@hakusaro)
|
||||
|
||||
## TShock 4.4.0 (Pre-release 6)
|
||||
* Updates to OTAPI 2.0.0.35 (@DeathCradle).
|
||||
|
||||
## TShock 4.4.0 (Pre-release 5)
|
||||
* Update player spawn related things to 1.4. `Terraria.Player.Spawn` method now has a required argument, `PlayerSpawnContext context`. (@AxeelAnder)
|
||||
* Make sqlite db path configurable. (@AxeelAnder)
|
||||
* Make 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.)
|
||||
* Terraria 1.4.0.3 experimental support. (@Patrikkk)
|
||||
* Updated changelog. (@hakusaro)
|
||||
|
||||
## TShock 4.4.0 (Pre-release 4)
|
||||
* Debug logging now provides ConsoleDebug and ILog has been updated to support the concept of debug logs. Debug logs are now controlled by `config.json` instead of by preprocessor debug flag. (@hakusaro)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue