Lucas Nicodemus
f82ab41a25
Add /sync command to alleviate door related sadness
...
Run /sync if your doors disappear. This will resync your local client
with the server state. For more information, please see the associated
changelog entry.
2020-05-29 21:04:48 -07:00
Lucas Nicodemus
44ad2d2eff
Remove extra debug info from OnGetData
...
Per packet debug logs are redundant for people with the packet monitor
plugin. If you need packet monitoring, please install the packet monitor
plugin.
2020-05-29 19:52:03 -07:00
Lucas Nicodemus
0c3242a6f5
Tuned changelog
2020-05-29 10:56:40 -07:00
Chris
cdeac344b8
Update CHANGELOG.md
2020-05-29 17:18:11 +09:30
Patrikkk
3c0a990de6
Update CHANGELOG.md
2020-05-28 20:47:21 +02:00
Lucas Nicodemus
814801d894
Experimentally change spawn rules for #1849
...
This change applies @AxeelAnder's suggeted patch from #1845 to attempt
to resolve spawn point issues. If you remove your bed spawn point it
should send you back to the map spawn point with this.
2020-05-27 20:24:43 -07:00
Lucas Nicodemus
720feed7af
Fix journey mode / kick on death conflict
...
This fixes an issue where kick/ban on hardcore/mediumcore death
penalties applied to journey mode characters unintentionally.
Fixes #1901 .
2020-05-26 22:22:41 -07:00
Lucas Nicodemus
5a4526b10a
Update changelog with worldpath changes
2020-05-25 12:22:58 -07:00
Lucas Nicodemus
fb418095fe
Fix changelog
2020-05-25 00:49:57 -07:00
Lucas Nicodemus
0e711da8cc
Merge branch 'general-devel' into region-mysql
2020-05-25 00:40:08 -07:00
Lucas Nicodemus
e9ded60396
Merge branch 'general-devel' into fix-1904
2020-05-25 00:17:35 -07:00
Olink
91998deaf3
Add spawn boss packet handlers for pets.
2020-05-25 03:03:29 -04:00
Olink
96ad7a5dd8
Update CHANGELOG.md
2020-05-25 02:26:58 -04:00
Lucas Nicodemus
cb31997acc
One more changelog change
2020-05-24 20:59:25 -07:00
Lucas Nicodemus
2cd4e2f858
Update changelog again for vtick
2020-05-24 20:56:23 -07:00
Lucas Nicodemus
a2cbd65f59
Add more info about journey perms to changelog
2020-05-24 20:54:54 -07:00
Patrikkk
1f8ae96229
Merge branch 'general-devel' into journeymode_permissions
2020-05-25 01:47:33 +02:00
Patrikkk
63f63347a4
Update CHANGELOG.md
2020-05-25 01:38:13 +02:00
Olink
d04f57d864
Fixes #1867
2020-05-24 17:09:25 -04:00
Olink
39028484f0
Fixes #1890 . Added support for two new invasions.
2020-05-24 16:36:13 -04:00
Olink
fffb1b1083
Update changelog.
2020-05-24 16:08:03 -04:00
Olink
16d1cdd360
Track projectile updates being sent by the server, instead of received by the server.
2020-05-24 16:00:20 -04:00
鱼鱼
e39af6f917
fix npc home removal. rename something related.
2020-05-24 16:47:54 +08:00
Zack
a0fd1d04a9
Update CHANGELOG.md
...
Co-authored-by: Lucas Nicodemus <shank@shanked.me>
2020-05-24 04:38:53 -04:00
Zack
9209ac0b73
Apply suggestions from code review
...
Co-authored-by: Lucas Nicodemus <shank@shanked.me>
2020-05-24 04:19:00 -04:00
Olink
fecdb755ff
Add entry to changelog.
2020-05-24 03:50:01 -04:00
Axeel
535c9a2a7e
Fix wind command ( #1879 )
...
* Fix wind command
2020-05-24 13:39:50 +08:00
Axeel
8d277edf04
Fix npcbuff bouncer ( #1881 )
...
* Fix npcbuff bouncer
* Update CHANGELOG.md
Co-authored-by: Lucas Nicodemus <shank@shanked.me>
2020-05-24 13:31:21 +08:00
Patrikkk
a7e91b9688
Merge branch 'general-devel' into region-mysql
2020-05-24 02:41:54 +02:00
Lucas Nicodemus
d6a6b1514b
Update changelog!
2020-05-23 17:33:03 -07:00
Patrikkk
3e8a2cfb41
Update CHANGELOG.md
2020-05-24 02:04:54 +02:00
Lucas Nicodemus
698647528d
Fix counting problem
2020-05-23 13:02:03 -07:00
Lucas Nicodemus
767faa4389
Update CHANGELOG.md
2020-05-23 13:01:16 -07:00
Lucas Nicodemus
bc71e357c8
Update changelog version
2020-05-23 13:00:40 -07:00
Lucas Nicodemus
1f1591b803
Update changelog
2020-05-23 00:41:09 -07:00
Lucas Nicodemus
c5ec45bc02
Support using the scarab bomb ( fixes #1808 )
...
Also fixes #1781 . Partially fixes #1865 .
2020-05-22 23:53:34 -07:00
Lucas Nicodemus
7452d3c91d
Support using bottomless lava bucket
...
This is in response to discussion #1859 . Due to the nature of this
already terrible handler, I refuse to add any other types of checks for
whether or not this item is banned and lava. If you want to ban lava,
ban a lava bucket. Don't ban an infinite lava bucket, because finite
lava is still infinite lava in this topsy turvy game where the client
rules the world.
2020-05-22 23:33:09 -07:00
Lucas Nicodemus
a457e8c9ee
Support lava absorbant sponge ( fixes #1852 )
2020-05-22 23:22:48 -07:00
Olink
7d83e06e83
Fix the snake flute item.
2020-05-22 18:02:03 -04:00
Olink
836fd1d156
Fix for spawn issues when using SSC and beds
...
It looks like the only time the client informs the server of the spawn location is via the PlayerSpawn packet. In SSC, understandably, we don't trust any updates from the client if we can avoid it. In this scenario, we have code in PlayerSpawn to check for beds when they attempt to spawn, but no code to handle negative spawn locations. The client sends -1,-1 coordinates when the player has no spawn. We should trust this.
2020-05-22 14:21:15 -07:00
Lucas Nicodemus
d58a26d884
Update CHANGELOG.md
2020-05-21 01:09:37 -07:00
Lucas Nicodemus
341424248c
Add changelog for TShock 4.4.0 Pre-release 5 Pre-release 1
2020-05-20 21:44:23 -07:00
Patrikkk
a8366c6fba
Update CHANGELOG.md
2020-05-20 20:28:56 +02:00
Axeel
773092b7bf
Merge branch 'general-devel' into sqliteconf
2020-05-20 22:46:15 +08:00
鱼鱼
7dcd27c4dd
more informative changelog
2020-05-20 22:27:54 +08:00
鱼鱼
6372bafa47
update changelog
2020-05-20 21:34:44 +08:00
鱼鱼
27b4a10619
Update changelog
2020-05-20 19:52:17 +08:00
Lucas Nicodemus
8d96e2114a
Update changelog again
2020-05-19 23:52:18 -07:00
Lucas Nicodemus
e6df3edeec
Merge branch 'general-devel' into h/betterlogs
2020-05-19 23:02:46 -07:00
Lucas Nicodemus
145885beb3
Remove /confuse command
2020-05-19 22:26:45 -07:00