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
Chris
25e37947f7
Should probably list Terraria version support in the changelog
2020-10-15 19:53:24 +10:30
Chris
8d8b51dfea
Changelog update for pre-13
2020-10-15 19:52:25 +10:30
Quinci135
c2c24a3423
Update CHANGELOG.md
2020-10-14 15:41:01 -07:00
ZakFahey
be2040a740
Update CHANGELOG.md
2020-07-27 10:10:14 -07:00
Edoan
882df19feb
Update CHANGELOG.md
2020-07-05 13:53:28 -03:00
Lucas Nicodemus
7d310b7780
Add upcoming changes section to changelog
...
Following pre-release 12, renormalize the changelog so that there's a section for new changes.
2020-06-27 01:49:40 -07:00
Lucas Nicodemus
a82174fef8
Update changelog for PR12
2020-06-27 01:42:40 -07:00
Lucas Nicodemus
0cfe670038
Merge branch 'general-devel' into addtileentityinteraction
2020-06-25 21:57:00 -07:00
Lucas Nicodemus
42f0e58928
Normalize changelog
2020-06-25 21:54:38 -07:00
Patrikkk
d4e4692d8b
Merge branch 'general-devel' into addtileentityinteraction
2020-06-25 13:41:14 +02:00
Patrikkk
c6723dbfa4
Merge branch 'general-devel' into addtileentityinteraction
2020-06-25 01:52:06 +02:00
Patrikkk
b70f4fe96e
Merge branch 'general-devel' into displaydollsynchook
2020-06-25 01:42:58 +02:00
Chris
f1392cfa52
Merge branch 'general-devel' into patch-18
2020-06-24 15:08:52 +09:30
Patrikkk
10a9ee399a
Update CHANGELOG.md
...
Loggin latest change of adding DisplayDollItemSyncHandler.
Updating missing author for previous changes.
2020-06-19 14:26:25 +02:00
Patrikkk
69f232b12a
Adding DisplayDollItemSync event.
...
An event that is called when a player modifies the slot of a DisplayDoll (Mannequin).
I was trying to think from a developer friendly perspective here.
Instead of passing seperate variables for type/stack/prefix, thought I pass an Item object.
As well as, instead of having devs who work with this hook figure out and implement how to get the Item of the DisplayDoll, I just provide it in the hook.
I can imagine this being used for creative purposes in plugins.
2020-06-19 14:07:39 +02:00
Patrikkk
27525e9d1f
Merge branch 'general-devel' into commandscleanup
2020-06-18 23:57:55 +02:00
Patrikkk
972483340a
Merge branch 'general-devel' into addtileentityinteraction
2020-06-18 23:57:40 +02:00
Rustly
0a01ae6d83
Merge branch 'general-devel' into general-devel
2020-06-18 16:53:14 -05:00
Rustly
c51f8abcbf
totally didnt update changelog again
2020-06-18 16:51:18 -05:00
Rustly
ce953c6eaa
forgot github is funny with line breaks
2020-06-18 16:48:56 -05:00
Rustly
b454d3fcb7
Update CHANGELOG.md
2020-06-18 16:46:20 -05:00
Patrikkk
0874177edb
Update CHANGELOG.md
2020-06-18 17:37:29 +02:00
Patrikkk
2a0e1de285
Changelog - Grammar fixes
2020-06-18 17:13:39 +02:00
Patrikkk
fec5deedd9
Update CHANGELOG.md
2020-06-18 17:11:42 +02:00
Patrikkk
d9ccf9fe60
Merge branch 'general-devel' into commandscleanup
2020-06-18 16:21:02 +02:00
Patrikkk
b19e95b99d
Merge branch 'general-devel' into removebouldercheck
2020-06-18 16:09:21 +02:00
Patrikkk
d0b845b279
Merge branch 'general-devel' into patch-18
2020-06-18 16:08:01 +02:00
Patrikkk
ce07c284cf
Command.cs - Multiple minor changes.
2020-06-18 14:18:25 +02:00
Rustly
2f22271dbe
Update CHANGELOG.md
2020-06-15 13:33:56 -05:00
Patrikkk
865748fedf
Merge branch 'general-devel' into removebouldercheck
2020-06-13 22:58:36 +02:00
stacey
b831832fed
Improved clarity for !HasPermission error msg
2020-06-13 13:17:24 -04:00
stacey
45b6daff0f
Merge branch 'general-devel' into patch-18
2020-06-13 10:36:42 -04:00
stacey
c7d5b14edc
Added spawnpets perms to trustedadmin & owner
2020-06-13 10:35:43 -04:00
Patrikkk
a80e88b85b
Merge branch 'general-devel' into ontileeditcleanup
2020-06-13 12:13:20 +02:00
Patrikkk
447cf9d21e
Update CHANGELOG.md
2020-06-13 12:08:58 +02:00
Patrikkk
2ed9e320c1
Bouncer OnTileEdit - Remove redundant Boulder placement check
2020-06-13 11:58:36 +02:00
Chris
f02d8ba6bf
Merge branch 'general-devel' into general-devel
2020-06-13 15:51:38 +09:30
Patrikkk
6bad423d6a
Merge branch 'general-devel' into addpersonalstoragecheck
2020-06-12 14:29:39 +02:00
Patrikkk
e2fad8e77e
Merge branch 'general-devel' into ontileeditcleanup
2020-06-12 14:28:48 +02:00
Patrikkk
c03ac50f81
Bouncer OnTileEdit remove personal storage SSC check.
...
We are covering/tracking these features properly now in SSC, thus they are unnedded.
2020-06-12 10:38:13 +02:00
Patrikkk
d4d2fef49e
Update CHANGELOG. Tag user who made the change.
2020-06-12 10:33:59 +02:00
Patrikkk
e305f10d61
Update CHANGELOG.md
2020-06-12 10:32:49 +02:00
Patrikkk
f5e1510f58
Bouncer OnTileEdit - Add new personalstorage tiles for ssc check.
...
We do not allow piggybank and safe to be placed if SSC is enabled.
The DefendersFroge and VoidVault have the same functionality as far as I know. So adding these two missing tiles.
2020-06-12 00:56:51 +02:00
Patrikkk
9700550657
Update CHANGELOG.md
2020-06-11 23:42:51 +02:00
KZ
53e7065561
merge latest changes from general-devel and resolve Changelog conflicts
2020-06-11 13:32:30 -07:00