Merge branch 'general-devel' into boncer-buff-fix
This commit is contained in:
commit
36e920c335
4 changed files with 13 additions and 3 deletions
8
.github/ISSUE_TEMPLATE/defect-report.md
vendored
8
.github/ISSUE_TEMPLATE/defect-report.md
vendored
|
|
@ -27,6 +27,12 @@ PUT SUPER LONG ERROR MESSAGES IN THE TICK MARKS
|
|||
|
||||
#### Any screenshots?
|
||||
|
||||
#### Any log messages from files that end in `.log`?
|
||||
<!-- Please add context. Even if you don't have an error message, please show a screenshot of the server console at least. -->
|
||||
|
||||
<!-- If providing screenshots of client, send before and after pressing F8 to show network debug -->
|
||||
|
||||
#### Any log messages from files that end in `.log` or `.txt`?
|
||||
|
||||
<!-- Please add context. Even if you don't have an error message, please show recent server logs at least. -->
|
||||
|
||||
#### What plugins and what versions of those plugins are you running?
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: Build Server
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
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 NPC buff anticheat issue conflicting with Terraria gameplay changes (whips) (@Patrikkk)
|
||||
|
||||
## TShock 4.4.0 (Pre-release 1)
|
||||
* Added confused debuff to Bouncer for confusion applied from Brain of Confusion
|
||||
* API: Added return in OnNameCollision if hook has been handled. (@Patrikkk)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit bf54cd2eb1d4b7961b861e0c755e4e45331ba71a
|
||||
Subproject commit e39f6fe7526ddb6e67fe6c428e3614bae38d0c04
|
||||
Loading…
Add table
Add a link
Reference in a new issue