22 Commits

Author SHA1 Message Date
25dfbf4724 feat: edit clan tax rate (#1183)
Some checks failed
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Reviewed-on: #1183
2025-03-15 03:21:40 -07:00
0c06776985 feat: track RoomChanges in clan log (#1174)
All checks were successful
Build / build (20) (push) Successful in 42s
Build / build (22) (push) Successful in 1m4s
Build / build (18) (push) Successful in 1m4s
Build Docker image / docker (push) Successful in 34s
Final part for clan log; closes #1152

Reviewed-on: #1174
2025-03-14 02:07:08 -07:00
6508d16190 feat: track RosterActivity in clan log (#1173)
All checks were successful
Build / build (18) (push) Successful in 47s
Build / build (20) (push) Successful in 1m4s
Build / build (22) (push) Successful in 1m6s
Build Docker image / docker (push) Successful in 34s
Reviewed-on: #1173
2025-03-13 10:46:08 -07:00
b7800b6d20 feat: edit clan hierarchy (#1164)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Re #1144

Reviewed-on: #1164
2025-03-13 02:14:29 -07:00
073eddc050 feat: track TechChanges in clan log (#1160)
Some checks failed
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build Docker image / docker (push) Waiting to run
Re #1152

Reviewed-on: #1160
2025-03-12 07:59:20 -07:00
be6e5ce250 feat: track ClassChanges in clan log (#1157)
All checks were successful
Build / build (22) (push) Successful in 43s
Build / build (20) (push) Successful in 1m2s
Build / build (18) (push) Successful in 56s
Build Docker image / docker (push) Successful in 32s
Re #1152

Reviewed-on: #1157
2025-03-12 01:08:15 -07:00
fae6615df4 feat: clan members (#1143)
All checks were successful
Build / build (22) (push) Successful in 36s
Build / build (20) (push) Successful in 58s
Build / build (18) (push) Successful in 58s
Build Docker image / docker (push) Successful in 33s
Now you can add/remove members and accept/decline invites.

Closes #1110

Reviewed-on: #1143
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-10 16:40:40 -07:00
0ffa9c6bc4 feat: clan motd (#1134)
All checks were successful
Build / build (22) (push) Successful in 39s
Build / build (18) (push) Successful in 1m0s
Build / build (20) (push) Successful in 1m3s
Build Docker image / docker (push) Successful in 34s
Reviewed-on: #1134
2025-03-09 07:47:32 -07:00
f7c2c74437 feat: clan xp (#1100)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Closes #690

Reviewed-on: #1100
2025-03-08 01:44:30 -08:00
57b3a5b9b3 feat: clan vault (#1093)
All checks were successful
Build / build (22) (push) Successful in 37s
Build / build (18) (push) Successful in 56s
Build / build (20) (push) Successful in 51s
Build Docker image / docker (push) Successful in 32s
Closes #1080

Reviewed-on: #1093
2025-03-06 21:24:25 -08:00
c4ab496aa3 feat: dojo decorations (#1079)
All checks were successful
Build / build (22) (push) Successful in 37s
Build / build (20) (push) Successful in 55s
Build / build (18) (push) Successful in 52s
Build Docker image / docker (push) Successful in 32s
Closes #525

Reviewed-on: #1079
2025-03-05 23:54:47 -08:00
0869bbfb27 feat: rush dojo component (#1075)
All checks were successful
Build / build (20) (push) Successful in 37s
Build / build (18) (push) Successful in 54s
Build Docker image / docker (push) Successful in 33s
Build / build (22) (push) Successful in 1m4s
Closes #1072

This whole system is a bit weird to me. It seems the RushPlatinum is not used by the client at all, so the server just adjusts the CompletionTime. We seem to be about 1% off, but I'm not quite sure why.

Reviewed-on: #1075
2025-03-04 10:33:38 -08:00
36d12e08c7 chore: turn guild DojoComponents into a DocumentArray (#1070)
All checks were successful
Build / build (22) (push) Successful in 35s
Build / build (18) (push) Successful in 53s
Build / build (20) (push) Successful in 57s
Build Docker image / docker (push) Successful in 32s
and use .id for setDojoComponentMessage

Reviewed-on: #1070
2025-03-03 05:46:16 -08:00
7e7e4e2eea feat: change dojo spawn room (#949)
All checks were successful
Build / build (18) (push) Successful in 36s
Build / build (22) (push) Successful in 56s
Build Docker image / docker (push) Successful in 32s
Build / build (20) (push) Successful in 1m23s
Closes #524

Reviewed-on: #949
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-02-12 14:06:48 -08:00
cf50738d34 feat: setDojoComponentMessage (#948)
All checks were successful
Build / build (20) (push) Successful in 56s
Build / build (22) (push) Successful in 1m10s
Build Docker image / docker (push) Successful in 33s
Build / build (18) (push) Successful in 40s
Closes #946

Reviewed-on: #948
2025-02-11 20:11:31 -08:00
e0ff240d60
feat: dojo research (#689) 2025-01-03 09:06:50 +01:00
7fdb59f6c9
feat: dojo room energy & capacity costs & gains (#633) 2024-12-23 23:12:21 +01:00
e35a7fd69f
feat: implement startDojoRecipeController to place new rooms in Dojo (#273)
Co-authored-by: Sainan <Sainan@users.noreply.github.com>
2024-06-06 16:55:37 +02:00
63712121af
feat: more work on clans (#214)
Co-authored-by: Sainan <Sainan@users.noreply.github.com>
2024-05-16 01:34:38 +02:00
9f0317fed2
chore: resolve various eslint complaints (#169) 2024-05-06 15:19:42 +02:00
477f678244
cleanup: remove unused guild stuff (#156) 2024-05-04 16:12:00 +02:00
d07e99f0c9
feat: Clan creation & persistence (#146) 2024-05-04 15:42:25 +02:00