Commit graph

6020 commits

Author SHA1 Message Date
Lucas Nicodemus
0b5c9580f7
Merge pull request #3041 from Pryaxis/renovate/nuget-nuget.protocol-vulnerability
Update dependency NuGet.Protocol to 6.3.3 [SECURITY]
2025-01-05 19:57:31 +09:00
renovate[bot]
d53517104c
Update dependency NuGet.Protocol to 6.3.3 [SECURITY] 2025-01-05 10:45:58 +00:00
Lucas Nicodemus
9e643d0239
Merge pull request #3040 from Pryaxis/renovate/nuget-nuget.packaging-vulnerability
Update dependency NuGet.Packaging to 6.3.4 [SECURITY]
2025-01-05 19:45:25 +09:00
renovate[bot]
af969898b1
Update dependency NuGet.Packaging to 6.3.4 [SECURITY] 2025-01-03 21:17:29 +00:00
Lucas Nicodemus
1b31665a88
Update logo in readme 2025-01-04 05:31:27 +09:00
Lucas Nicodemus
99701f9a84
Update logo url in readme 2025-01-04 05:31:04 +09:00
Lucas Nicodemus
3da4bf4b45
Remove inactive people from sponsors 2025-01-03 00:05:25 +09:00
quicm
5075997264 Add bandaid fix to RemoteClient.Reset for SecAd GHSA-hvm9-wc8j-mgrc 2024-12-17 01:15:56 +10:30
Chris
0b6bf9ef40
Merge pull request #3029 from Arthri/increase-cursed-inferno-time
Increase Cursed Inferno Maximum Debuff Time
2024-04-24 21:38:23 +09:30
Arthri
5c4db00f1e Fix Cursed Flare 2024-04-24 06:01:04 +00:00
Chris
edd7d7e997
Merge pull request #2974 from timschumi/docker-ci
Add CI for Docker images
2024-04-14 14:41:37 +09:30
Chris
14d292b591
Merge branch 'general-devel' into docker-ci 2024-04-13 15:55:02 +09:30
Chris
787fe923c2
Merge pull request #3023 from ZakFahey/logwriter
Lazy initialize TextLog._logWriter
2024-04-13 15:47:08 +09:30
ZakFahey
a19ac72e0d Lazy initialize TextLog._logWriter
There is an instance of this in SqlLog that's used as a backup, but since the StreamWriter is created in the constructor, the file is created too. This means that you'll get an empty text log created, every time a server starts up, even if you have text logs disabled. This is especially problematic when you have a multi-server setup with file write conflicts.
2024-02-18 11:36:26 -08:00
Tim Schumacher
3ffe8e1274 Add CI for Docker images 2023-10-21 23:04:21 +02:00
Tim Schumacher
93749be8bf Clear default Dockerfile assignments for *PLATFORM
These kept Docker buildx from automatically building for multiple
platforms.
2023-10-21 23:04:21 +02:00
Lucas Nicodemus
5d585bb891
Merge pull request #2971 from timschumi/new-docker-dirs
Rewrite the .dockerignore file into a denylist
2023-10-21 14:00:03 -07:00
Tim Schumacher
60599ef5b5 Rewrite the .dockerignore file into a denylist
This should help with not forgetting to add any new directories (such as
TShockInstaller and TShockPluginManager, which have been missing until
now).
2023-10-01 11:18:43 +02:00
Cardinal System
b1a054472f
Update translation template 2023-08-15 09:53:09 +00:00
Chris
2d507ccb01
Merge pull request #2936 from punchready/patch-1
Rewrite SendTileRrect handling
2023-08-15 19:21:37 +09:30
Chris
3e64a9b82b
Merge branch 'general-devel' into patch-1 2023-08-15 19:17:35 +09:30
Lucas Nicodemus
a7360b635a
Merge pull request #2955 from sgkoishi/pr2955
Fix a typo in gbuff
2023-06-11 22:26:31 -07:00
Stargazing Koishi
f66ad72e2c
Update TShockAPI/Commands.cs
Co-authored-by: punchready <22683812+punchready@users.noreply.github.com>
2023-06-11 22:20:48 -07:00
SGKoishi
5bcde689d4
Fix a typo in gbuff 2023-06-11 22:11:20 -07:00
James Puleo
72ecc47218
Update docs/changelog.md (#2953) 2023-06-09 02:52:19 -07:00
punchready
149ca8a70c
Remove duplicate conversion spread matching 2023-06-07 03:05:10 +02:00
punchready
07bf66f072
Fix MatchPlacement allowing auto breakable tiles 2023-06-06 13:25:03 +02:00
Chris
d15b25aa06
Merge branch 'general-devel' into patch-1 2023-06-06 20:45:57 +09:30
Chris
d00e78ed12
Merge pull request #2944 from AgaSpace/tsplayer-changes
TSPlayer update
2023-06-06 20:45:00 +09:30
Chris
cfccc3a871
Merge branch 'general-devel' into patch-1 2023-06-06 20:42:37 +09:30
AkjaHAsLk1IALk0MasH
b30a8cb6b2 Update changelog.md 2023-05-14 10:03:55 +07:00
AkjaHAsLk1IALk0MasH
4d92f11cc8 Added the TSPlayer.Hostile property.
It gets `TPlayer.hostile`.
I also wanted to add the ability to change `TPlayer.hostile`, but noticed a property `TSPlayer.Team`. You can only use the `TSPlayer.SetTeam` method to change it. So it's exactly the same here: You can use the method `TSPlayer.SetPvP` (By the way, it should be renamed to `TSPlayer.SetHostile`)
2023-05-14 09:56:47 +07:00
AkjaHAsLk1IALk0MasH
2f7514c0ef Added an overload for TSPlayer.GiveItem
Added `TShockAPI.NetItem` structure to the parameters.
2023-05-14 09:43:18 +07:00
AkjaHAsLk1IALk0MasH
3d585d4d69 Added the UpdateSection method.
I described its action in the comments.
2023-05-14 09:38:35 +07:00
AkjaHAsLk1IALk0MasH
d9352d6902 Added an exception that occurs when the developer changes team. 2023-05-14 09:23:42 +07:00
AkjaHAsLk1IALk0MasH
3647bbaf54 Added a reason for the KillPlayer and DamagePlayer methods.
Added overloads that have a cause in the parameters (`PlayerDeathReason`)
2023-05-14 09:20:20 +07:00
AkjaHAsLk1IALk0MasH
fa9e4419bd Added documentation to the withMsg parameter in the SetPvP method. 2023-05-14 09:16:14 +07:00
AkjaHAsLk1IALk0MasH
c047b0e87d Added the Client property.
The `Client` property gets data from the array `Terraria.Netplay.Clients`.
2023-05-14 09:14:43 +07:00
AkjaHAsLk1IALk0MasH
6d4682ed7e Updated the GodMode field.
* Changed the GodMode field to a property that is controlled by the journey mode.
- Removed the call to godmode in `Commands.ToggleGodMode`.
2023-05-14 09:11:18 +07:00
Lucas Nicodemus
c67d5cf152
Version tick: 5.2 2023-05-10 01:51:05 -04:00
punchready
0dd15277e4 Remove old STR handler 2023-05-09 12:41:54 +02:00
punchready
b57eb91230 Rewrite conversion spread handling to be much more accurate 2023-04-05 06:44:21 +02:00
punchready
c309990f94 Fix LunarMonolith toggling 2023-04-05 06:43:47 +02:00
punchready
d0409db5fb Never send back too large tile rects in handling 2023-04-04 06:16:44 +02:00
punchready
26482da23f Remove frame ignoring from tile rect placement operations 2023-04-04 06:02:55 +02:00
punchready
3302b4653e Update STR checks to be even more strict 2023-04-04 05:51:53 +02:00
punchready
2fdf096ce8 Update changelog 2023-04-04 05:10:37 +02:00
punchready
b714ab18a5 Completely rewrite STR handling 2023-04-04 05:08:17 +02:00
Chris
2c06e2bdf5
Merge pull request #2892 from hufang360/patch-1
Update Utils.cs
2023-03-26 15:36:20 +10:30
Chris
9231b7d296
Merge branch 'general-devel' into patch-1 2023-03-25 17:22:09 +10:30