Refectoring continued - rename STS Handler to STR Handler
This commit is contained in:
parent
77fd8c9c9f
commit
db10bf22e7
3 changed files with 5 additions and 2 deletions
|
|
@ -13,7 +13,10 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
|
||||||
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
|
* If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change.
|
||||||
|
|
||||||
## Upcoming changes
|
## Upcoming changes
|
||||||
|
* Terraria v1.4.1.2 (Thanks @Patrikkk and @DeathCradle <3)
|
||||||
* Added Torch God's Favor support in SSC. (@Stealownz)
|
* Added Torch God's Favor support in SSC. (@Stealownz)
|
||||||
|
* SendTileSquare is now SendTileRect and can now send rectangles instead of squares. This is a breaking change (@QuiCM)
|
||||||
|
* Destroying protected tiles underneath a tile object no longer causes the tile object to disappear for the client (@QuiCM)
|
||||||
|
|
||||||
## TShock 4.4.0 (Pre-release 13)
|
## TShock 4.4.0 (Pre-release 13)
|
||||||
* Terraria v1.4.1.1
|
* Terraria v1.4.1.1
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@
|
||||||
<Compile Include="Handlers\EmojiHandler.cs" />
|
<Compile Include="Handlers\EmojiHandler.cs" />
|
||||||
<Compile Include="Handlers\LandGolfBallInCupHandler.cs" />
|
<Compile Include="Handlers\LandGolfBallInCupHandler.cs" />
|
||||||
<Compile Include="Handlers\RequestTileEntityInteractionHandler.cs" />
|
<Compile Include="Handlers\RequestTileEntityInteractionHandler.cs" />
|
||||||
<Compile Include="Handlers\SendTileSquareHandler.cs" />
|
<Compile Include="Handlers\SendTileRectHandler.cs" />
|
||||||
<Compile Include="Handlers\SyncTilePickingHandler.cs" />
|
<Compile Include="Handlers\SyncTilePickingHandler.cs" />
|
||||||
<Compile Include="Hooks\AccountHooks.cs" />
|
<Compile Include="Hooks\AccountHooks.cs" />
|
||||||
<Compile Include="Hooks\GeneralHooks.cs" />
|
<Compile Include="Hooks\GeneralHooks.cs" />
|
||||||
|
|
@ -226,7 +226,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<VisualStudio>
|
<VisualStudio>
|
||||||
<UserProperties BuildVersion_IncrementBeforeBuild="False" BuildVersion_StartDate="2011/6/17" BuildVersion_BuildVersioningStyle="None.None.None.MonthAndDayStamp" BuildVersion_BuildAction="Both" BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" />
|
<UserProperties BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_BuildAction="Both" BuildVersion_BuildVersioningStyle="None.None.None.MonthAndDayStamp" BuildVersion_StartDate="2011/6/17" BuildVersion_IncrementBeforeBuild="False" />
|
||||||
</VisualStudio>
|
</VisualStudio>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue