Commit graph

6376 commits

Author SHA1 Message Date
Cai
593f510149
chore: use local OTA lib 2026-01-27 19:37:46 +08:00
Cai
e8bbb7f93f fix(ci): correct self-contained flag in publish 2026-01-27 18:23:38 +08:00
Cai
c7411cff2c
chore: change TSAPI submodule repo 2026-01-27 18:17:19 +08:00
Chris
43ae60edab
Merge pull request #3105 from SakuraIsayeki/feature/db-connectionstrings
Feature: Add connection strings handling for DB providers
2026-01-18 16:13:48 +10:30
Chris
00cef3ce50
Merge branch 'general-devel' into feature/db-connectionstrings 2026-01-18 16:11:50 +10:30
Cardinal System
15ec4834f3 Update translation template 2026-01-18 05:40:34 +00:00
Chris
1e25960600
Merge branch 'general-devel' into feature/db-connectionstrings 2026-01-18 16:09:59 +10:30
Chris
108c856fd1
Merge pull request #3116 from ACaiCat/general-devel
fix(Bouncer): fix players bypass region protection and build permissions when using Quick Stack
2026-01-18 16:09:28 +10:30
Chris
fde4114be8
Merge branch 'general-devel' into general-devel 2026-01-18 16:07:07 +10:30
Chris
d639734e97
Merge pull request #3126 from ACaiCat/fix-voidbag-sprayer
fix(GetDataHandler): fix unable to use sprayer items in Void Bag for painting
2026-01-18 16:06:34 +10:30
Chris
937d96504b
Merge branch 'general-devel' into fix-voidbag-sprayer 2026-01-18 16:03:02 +10:30
Cardinal System
a70e888087 Update translation template 2026-01-18 05:32:24 +00:00
Chris
c17a2a64b5
Merge branch 'general-devel' into fix-voidbag-sprayer 2026-01-18 16:02:23 +10:30
Chris
e06a87f655
Merge pull request #3130 from ACaiCat/feat-death-command
feat(Commands): add player death statistics commands (revival of #2768)
2026-01-18 16:01:21 +10:30
Chris
a67192d4de
Merge branch 'general-devel' into feat-death-command 2026-01-18 15:59:13 +10:30
Chris
104253c2ca
Merge pull request #3128 from ACaiCat/fix-portal-rangecheck
fix(Bouncer): fix bounds checking in `OnPlayerPortalTeleport` (#3127)
2026-01-18 15:56:38 +10:30
Chris
52d495d1a4
Merge branch 'general-devel' into feature/db-connectionstrings 2026-01-18 15:52:14 +10:30
Chris
5dcffe52e4
Merge branch 'general-devel' into general-devel 2026-01-18 15:52:12 +10:30
Chris
d2c79c6165
Merge branch 'general-devel' into fix-voidbag-sprayer 2026-01-18 15:52:11 +10:30
Chris
4ad64ff5c9
Merge branch 'general-devel' into fix-portal-rangecheck 2026-01-18 15:52:09 +10:30
Cardinal System
2c167de9e7 Update translation template 2026-01-18 05:19:06 +00:00
Chris
f6e1ced1ac
Merge branch 'general-devel' into feat-death-command 2026-01-18 15:48:01 +10:30
Chris
30a79250d8
Merge pull request #3134 from ACaiCat/fix-portal-exploit
feat(Bouncer): add portal validation to block portal exploit
2026-01-18 15:47:59 +10:30
Chris
cae760ad4b
Merge branch 'general-devel' into fix-portal-exploit 2026-01-18 15:46:11 +10:30
Chris
28836f4c2c
Merge pull request #3152 from ACaiCat/fix-single-player-dead
fix: ignore `respawnTimer` when players are spawning into the world
2026-01-18 15:43:50 +10:30
Chris
4a37b7d067
Merge branch 'general-devel' into fix-single-player-dead 2026-01-18 15:41:59 +10:30
Chris
9938cc26e1
Merge pull request #3144 from ACaiCat/chore-noshow-kick-message
chore: silent kick on invalid client connection
2026-01-18 15:37:52 +10:30
Chris
6948855a4b
Merge branch 'general-devel' into chore-noshow-kick-message 2026-01-18 15:35:58 +10:30
Chris
7e79289f3a
Merge pull request #3146 from ACaiCat/fix-creep
fix: allow evil grass to grow during world generation even when `Allow...Creep` is `false`
2026-01-18 15:34:37 +10:30
Cai
e6f3013a76
fix: ignore respawnTimer when players are spawning into the world
* Players who die in single-player mode without respawning should not be marked as Dead on the SSC server.

* In my tests, only the SSC server receives a non-zero `respawnTimer`. Therefore, this may be a client-side bug.

closed: #3151
2026-01-17 20:41:42 +08:00
Cai
0cc0f7733a
fix: allow evil grass to grow during world generation even when Allow...Creep is false 2025-09-26 23:28:00 +08:00
Cai
7c41775d6d
chore: silent kick on invalid client connection 2025-09-17 21:36:30 +08:00
Cai
ed2412fa23
Merge branch 'general-devel' into general-devel 2025-09-01 18:19:34 +08:00
Cai
a4450d7132
Merge branch 'general-devel' into fix-voidbag-sprayer 2025-09-01 18:19:15 +08:00
Cai
ad371deaaf
Merge branch 'general-devel' into feat-death-command 2025-09-01 18:18:52 +08:00
Cardinal System
a867772116 Update translation template 2025-08-25 16:50:34 +00:00
Lucas Nicodemus
6b3b50d74b
Merge pull request #3139 from ACaiCat/i18n-group-manager
i18n: add missing `GetString` wrapper for `GroupManager`
2025-08-26 01:49:37 +09:00
Cai
94838b4ecf i18n: Add missing GetString wrapper for GroupManager 2025-08-12 01:41:10 +08:00
ACaiCat
2ac52cb146 fix(Bouncer): correct debug message of portal gun bolt validation 2025-07-22 19:07:25 +08:00
ACaiCat
9de7ce6957 fix(Bouncer): remove holding a Portal Gun check
* Portal Gun Station also shoot Portal Gun Bolt
2025-07-22 19:03:44 +08:00
ACaiCat
539d8194b4 fix(Bouncer): remove portal bolt position validation 2025-07-22 14:26:34 +08:00
Cai
539aad2df3
Merge branch 'general-devel' into fix-portal-exploit 2025-07-22 13:03:56 +08:00
ACaiCat
8f596968e1 feat(Bouncer): add portal validation to block portal exploit
Co-authored-by: LaoSparrow <laosparrow@outlook.com>
Co-authored-by: RuyouSunshine <221790696+RuyouSunshine@users.noreply.github.com>
Co-authored-by: 肝帝熙恩 <111548550+thexn@users.noreply.github.com>
2025-07-22 12:59:46 +08:00
Cai
49f239feb8 i18n(Commands): add localization support for alldeath,allpvpdeath commands 2025-07-21 14:04:13 +08:00
Cai
5466f3ea6f feat(Commands): add player death statistics commands 2025-07-12 19:05:19 +08:00
Cai
2cf08d393c Revert "feat(GetDataHandler): add ForceItemIntoNearestChest"
This reverts commit 939d1582f5.
2025-07-12 17:06:21 +08:00
Cai
899e02c36a fix(Bouncer): fix bounds checking in OnPlayerPortalTeleport (#3127) 2025-06-22 08:39:13 +08:00
Cai
07157cf0aa fix(GetDataHandler): fix unable to use sprayer items in Void Bag for painting
Co-authored-by: 肝帝熙恩 <111548550+THEXN@users.noreply.github.com>
2025-06-22 01:03:41 +08:00
Lucas Nicodemus
f955dd62ce
Merge pull request #3124 from Pryaxis/i18n
New Crowdin updates
2025-06-17 17:34:39 +09:00
Cardinal System
6b90df5e11 New translations template.pot (Chinese Simplified)
[skip actions]
2025-06-17 09:05:52 +09:00