Commit graph

443 commits

Author SHA1 Message Date
stacey
8b3e1b68c9
Update CHANGELOG.md 2021-05-27 18:11:45 -04:00
Lucas Nicodemus
00f10fed06 Fix changelog typo
Send/Net flipped
2021-05-24 02:35:37 -07:00
Lucas Nicodemus
ef0e83d5cc TSAPI: Add OnSendNetData hook (thanks @Stealownz!) 2021-05-24 02:32:10 -07:00
quake1337
5b9e1dc871 Add WorldInfo broadcast in /worldmode 2021-05-24 10:41:18 +02:00
Quinci135
5581bf5e45 Fix torchflags
UsingBiomeTorches: Whether or not the player has the torchgod biometorches ability enabled
HappyFunTorchTime: Whether or not the player has fought the torchgod before (for logic that checks for torchgod spawning)
unlockedBiomeTorches: Whether or not the player has the torchgod biome torches ability unlocked
2021-05-23 04:48:01 -07:00
Lucas Nicodemus
6856c867dd Use correct value to read usingBiomeTorches in GDH
This fixes a ridiculous typo in GetDataHandlers where we were setting
the UsingBiomeTorches flag based on having unlocked biome torches,
rather than actually being used. Thanks to @Arthri for the tip!
2021-05-23 03:21:56 -07:00
quake1337
02b4bf7973
Update CHANGELOG.md
Address @hakusaro's suggestion for the changelog.

Co-authored-by: Lucas Nicodemus <shank@shanked.me>
2021-05-21 14:18:28 +02:00
quake1337
817dfe26fc Address feedback from @hakusaro about style & documentation 2021-05-21 13:13:06 +02:00
quake1337
0cad24abf7 Merge branch 'advisory-fix-1' of github.com:Pryaxis/TShock-ghsa-q776-cv3j-4q6m into advisory-fix-1 2021-05-21 12:00:03 +02:00
quake1337
ccf5a422ff Update CHANGELOG.md 2021-05-21 11:58:33 +02:00
Lucas Nicodemus
68ae73ffef Warn players if bypass SSC permission is enabled
If a player has the tshock.ignore.ssc permission, odds are that they may
want to know that their data isn't being saved or not. This change
allows users to be notified if they have SSC data stored in the DB but
they aren't having it loaded due to the aforementioned permission.

This permission causes great confusion, but we can't really change it
because we would break existing setups. This is an easy change that
gives people a reason why they suddenly "have no items."

This new option can be turned off in the config file for SSC if it's not
desired.

This change also modifies some of the log messages so that it's clear
why the SSC save didn't occur for a given player.
2021-05-21 01:16:04 -07:00
Lucas Nicodemus
39147355c1 Automatically back up the world by default
Backups run every 10 minutes for up to 4 hours of backups to prevent
against accidental data loss.
2021-05-20 03:31:37 -07:00
Lucas Nicodemus
91bf525a4a
Add upcoming buff changes to changelog 2021-05-20 01:58:37 -07:00
Lucas Nicodemus
e5ffbfde91
Add command specifier support in motd to changelog 2021-05-20 01:54:33 -07:00
Lucas Nicodemus
38c070ad03
Update changelog with upcoming MOTD changes 2021-05-20 01:53:25 -07:00
Lucas Nicodemus
465537b424
Update changelog with log changes from @QuiCM 2021-05-20 01:50:28 -07:00
Lucas Nicodemus
154456bbb5 Update submodule for TSAPI to fix #2304 2021-05-19 23:51:34 -07:00
Lucas Nicodemus
d82db22e5d Tick submodule for 1.4.2.3 2021-05-16 19:17:51 -07:00
stacey
708b455d6b
Add HealOtherCheck to changelog 2021-05-12 12:13:23 -04:00
James Puleo
b3cf5f4e43
Implement additional teleport permissions.
This adds the follows permissions to the following items:
- tshock.tp.tppotion:   Teleportation Potion
- tshock.tp.magicconch:  Magic Conch
- tshock.tp.demonconch: Demon Conch
2021-05-11 14:17:36 -04:00
Chris
19cc3f9b4c Update changelog for new REST perm 2021-04-22 17:28:16 +09:30
Lucas Nicodemus
8a3a339976
Fix silly changelog typo 2021-04-21 20:22:11 -07:00
Lucas Nicodemus
6bb4230bc3 Remove /ungodme
With 1.4.2.2, we no longer need to offer an escape hatch due to the
underlying bug involving godmode being permanently applied to local
players now having been fixed.
2021-04-21 20:16:57 -07:00
Lucas Nicodemus
4668ab86a0 Version tick: 4.5.2 2021-04-21 19:58:36 -07:00
Lucas Nicodemus
fb62110b76 Add preliminary support for Terraria 1.4.2.2 2021-04-21 19:43:35 -07:00
Lucas Nicodemus
f8c265d74c Version tick: 4.5.1 2021-04-19 10:54:12 -07:00
Chris
01fc41968d Refactor wallow command & update changelog 2021-04-19 22:04:41 +09:30
quake1337
663041e8b0 Fix /r against offline players.
- Offline players will no longer be valid /r targets.
2021-04-17 10:11:49 +02:00
quake1337
3b58b0ad16 Update changelog 2021-04-16 06:30:12 +02:00
Lucas Nicodemus
173d6f71f5
Update changelog 2021-04-12 23:21:51 -07:00
Lucas Nicodemus
00b4eb6774
Update changelog 2021-04-12 23:20:10 -07:00
Chris
196a16c321 Changelog update 2021-04-13 13:59:56 +09:30
Lucas Nicodemus
099256bdba Normalize changelog 2021-04-12 11:09:58 -07:00
Luke
29e55a866d Update CHANGELOG.md 2021-04-11 21:18:52 +10:00
Lucas Nicodemus
78eab01904 Fix ban system conversion issue with MySQL
DeathCradle spotted a typo in the ban converter and identified that the
issue is likely because we used table_name in some, but not all, of the
conversion SQL.

Co-authored-by: DeathCradle <rt.luke.s@gmail.com>
2021-04-11 00:12:28 -07:00
Lucas Nicodemus
c8bed97a21
Update changelog with latest changes 2021-04-10 20:34:39 -07:00
Chris
b4789607f6 Implement suggestion for fixing forceupdate flag 2021-03-23 11:44:24 +10:30
Chris
36b5d4e9f7 Updated changelog for stoned & webbed 2021-03-23 11:37:05 +10:30
Rozen / Nova
2b3b0273e3
Update CHANGELOG.md 2021-03-21 02:09:23 +01:00
Rozen / Nova
0edab1de83
Update CHANGELOG.md 2021-03-21 02:08:53 +01:00
Bade
e707ced801
Update CHANGELOG.md 2021-02-21 10:10:29 +00:00
Lucas Nicodemus
355a7f02f5 Fix ∞ velocity exploit (@bartico6, @tlworks) 2021-01-28 00:39:09 -08:00
Chris
0d214d8663 Update changelog 2020-12-23 02:11:46 +10:30
Chris
96d7d2c54a Add changelog entry for configuration update 2020-12-03 17:47:53 +10:30
Chris
514d7ac041 Refactored for 'ticket number' naming
Added 'ban help identifiers' to list known identifiers
Fixed some typos and restructured some logic
2020-11-29 16:22:37 +10:30
Chris
cde4cc5f04 Ban rewrite and various other adjustments 2020-11-26 17:20:19 +10:30
Chris
5af1f8f76a Update changelog for pre-14 2020-11-13 21:14:55 +10:30
Chris
4802ebed91 Make gem locks work properly. Closes #2140 and #2036 2020-11-13 19:04:53 +10:30
Chris
db10bf22e7 Refectoring continued - rename STS Handler to STR Handler 2020-11-13 18:50:54 +10:30
Stealownz
d90302fcdc Update CHANGELOG.md 2020-11-01 22:56:11 +08:00