Lucas Nicodemus
a21dfc643a
Update TSAPI + OTAPI for Terraria 1.4.3.5
2022-02-28 13:55:27 -08:00
Lucas Nicodemus
92ea78f4c8
Remove Rpi doomsday scenario
2022-02-25 01:45:55 -08:00
Lucas Nicodemus
d21ff1988e
Update changelog *again*
2022-02-25 01:42:21 -08:00
Lucas Nicodemus
b80000fb06
Add more info about IEntitySource to changelog
2022-02-25 01:41:29 -08:00
Lucas Nicodemus
c21a80814f
Verison tick: 4.5.14
2022-02-25 01:37:07 -08:00
Chris
5b9eef92eb
Merge pull request #2572 from Patrikkk/1.4.3.4
...
Update for Terraria 1.4.3.4
2022-02-25 20:06:17 +10:30
Lucas Nicodemus
7a0d03406e
Merge branch 'general-devel' into 1.4.3.4
2022-02-25 01:29:09 -08:00
Lucas Nicodemus
265e775921
Merge branch 'general-devel' of github.com:Pryaxis/TShock into general-devel
2022-02-25 01:27:35 -08:00
Lucas Nicodemus
21d2c0ad10
Switch GitHub Actions runner to use windows-2019
...
GitHub is apparently in a 4-week migration to switch to Windows Server
2022 instead of Windows Server 2019 for `windows-latest` tags, and we've
been caught in the middle of the transition with a Terraria update.
Rather than trying to update our build scripts to run on 2022, this
temporarily downgrades us to Windows Server 2019 so we can actually
update Terraria and not windows.
2022-02-25 01:23:07 -08:00
Lucas Nicodemus
18fcfe14c9
Update submodule to target 91e94388f15bd9b40786e052ef1a06173830b09d
2022-02-25 01:08:13 -08:00
Lucas Nicodemus
9bcec7b2d8
Update changelog
2022-02-25 00:48:43 -08:00
Lucas Nicodemus
e2e5c15be0
Update submodule for OTAPI 2.0.0.48
2022-02-25 00:47:22 -08:00
Patrikkk
1b96ed8992
Adding EntitySource parameter to the used at NewNPC and NewItem methods.
...
I've decided to use the DebugCommand entity source for anything server related, as it makes the most sense as source. Feel free to discuss.
2022-02-25 04:42:16 +01:00
Chris
2f31322b5f
Update CHANGELOG.md
2022-02-23 20:53:31 +10:30
Chris
b8571d336c
Merge pull request #2522 from Terrarxxn/general-devel
...
Fix item dupe via /logout & NPC (#2495 issue)
2022-02-23 20:52:58 +10:30
Chris
a3cde701f1
Merge branch 'general-devel' into general-devel
2022-02-22 19:17:08 +10:30
Chris
4aa75fe023
Add suggestion
...
Co-authored-by: Lucas Nicodemus <shank@shanked.me>
2022-02-22 19:15:58 +10:30
Chris
3bb3d7f00f
Merge pull request #2400 from drunderscore/feature/grow-code-dupe
...
Improved the `/grow` command to reduce code duplication, and allow easy future modification.
2022-02-22 19:14:59 +10:30
Chris
ed12236c52
Merge branch 'general-devel' into feature/grow-code-dupe
2022-02-22 18:51:01 +10:30
Lucas Nicodemus
4cb6a5eb4b
Really version tick to 4.5.13 this time.
2022-02-16 19:55:06 -08:00
Lucas Nicodemus
6591b455fc
Version tick: 4.5.13
2022-02-16 19:45:57 -08:00
Lucas Nicodemus
5820c5344e
Add SignatureBeef (nee DeathCradle) to funding.yml
2022-02-16 18:15:23 -08:00
Lucas Nicodemus
bb96f55937
Merge pull request #2552 from 0x3fcf1bbd/general-devel
...
Fix `TSPlayer.SendTileSquare` not being centered.
2022-02-16 18:12:44 -08:00
0x3fcf1bbd
c6b04053a3
Removed clamping as the game does it itself.
2022-02-16 12:12:50 +01:00
0x3fcf1bbd
354b3d4d3b
Merge branch 'Pryaxis-general-devel' into general-devel
...
Fix file conflict.
2022-02-16 11:52:50 +01:00
0x3fcf1bbd
6922c413be
Merge branch 'general-devel' of https://github.com/Pryaxis/TShock into Pryaxis-general-devel
2022-02-16 11:43:06 +01:00
0x3fcf1bbd
9bc936053b
Fixed STR width & length clamping being incorrect.
...
The main game should however clamp it itself too before sending, so there shouldn't be issues.
2022-02-16 11:32:43 +01:00
Lucas Nicodemus
69f56d1bdd
Merge pull request #2565 from EtherTyper/patch-1
...
Remove extraneous space in README.
2022-02-14 11:33:40 -08:00
ELI JOSEPH BRADLEY
956b5a5243
Move to correct section of CHANGELOG.
2022-02-14 13:06:34 -06:00
ELI JOSEPH BRADLEY
86527974de
Update CHANGELOG.md
2022-02-14 12:25:31 -06:00
ELI JOSEPH BRADLEY
958913ef13
Remove extraneous space.
...
Remove space following backslash in multi-line command, causing failure in Bash 5.1.
2022-02-14 12:22:31 -06:00
0x3fcf1bbd
a48bac3631
Updated CHANGELOG.md
2022-02-01 16:06:34 +01:00
0x3fcf1bbd
874b3b2746
Reverted STS change, added STSC, fixed STS/STSC usage.
2022-02-01 16:00:05 +01:00
0x3fcf1bbd
7f0daba593
Updated CHANGELOG.md
2022-01-26 14:23:06 +01:00
0x3fcf1bbd
af99c4cb8d
Fixed STS not being centered.
...
Inferring from the usage of it, this method was expected by its callers to be a square centered around the given coordinates (x, y), hence this being a fix.
2022-01-26 14:17:27 +01:00
Lucas Nicodemus
401e738950
Merge pull request #2548 from 0x3fcf1bbd/general-devel
...
Add lanterns night event to `/worldevent`
2022-01-25 22:26:53 -08:00
0x3fcf1bbd
2b64c04b7f
Fixed CHANGELOG.md
...
Also merged the two "Upcoming changes" headers.
2022-01-23 16:10:43 +01:00
0x3fcf1bbd
fc16495528
Fixed silent support for lanterns world event.
...
And fixed smol typo.
2022-01-22 13:47:19 +01:00
0x3fcf1bbd
29c6260d79
Fixed permission being ignored for lanterns event.
2022-01-16 17:13:57 +01:00
0x3fcf1bbd
c0ab5ae98f
Updated CHANGELOG.md
2022-01-16 00:00:14 +01:00
0x3fcf1bbd
5e54445818
Added lanterns night event to the worldevent command.
2022-01-15 23:49:37 +01:00
shell
add6c4cbee
Merge branch 'Pryaxis:general-devel' into general-devel
2022-01-03 20:03:19 +06:00
Lucas Nicodemus
e42da74f85
Merge remote-tracking branch 'tru321/general-devel' into general-devel
2021-12-12 12:35:13 -08:00
tru321
3ab630e731
Update CHANGELOG.md
2021-12-12 19:13:29 +08:00
tru321
f20ce4aaa9
Update Bouncer.cs
2021-12-10 10:57:56 +08:00
tru321
e0d6252693
Update GetDataHandlers.cs
2021-12-10 10:53:58 +08:00
Lucas Nicodemus
f195edb086
Merge remote-tracking branch 'drunderscore/feature/fix-paint-rejection' into general-devel
2021-12-08 22:54:40 -08:00
tru321
16f7c876e1
Apply suggestions from code review
...
Co-authored-by: Lucas Nicodemus <shank@shanked.me>
2021-12-08 14:44:03 +08:00
Lucas Nicodemus
d70f715616
Add AppVeyor CI
...
Because we're adding otapi3 on a different branch it is now necessary to
have the appveyor CI config versioned so that the other branch can have
its own build routine.
2021-12-07 21:02:19 -08:00
tru321
8d54033404
Update CHANGELOG.md
2021-12-08 12:04:47 +08:00