21 Commits

Author SHA1 Message Date
881daf6311 remove leftover console.log
Some checks failed
Build / build (push) Has been cancelled
Build / build (pull_request) Failing after 1m15s
2025-04-13 03:22:20 +02:00
960ed238b1 feat: personal research
Some checks failed
Build / build (pull_request) Failing after 39s
Build / build (push) Has been cancelled
This should be good enough for the railjack quest at least
2025-04-13 03:21:43 +02:00
9e0dd3e0a5 chore: run save operations in parallel where possible (#1401)
Some checks are pending
Build / build (18) (push) Waiting to run
Build / build (20) (push) Waiting to run
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Reviewed-on: #1401
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-03-31 04:26:44 -07:00
48598c145f feat: guild ads (#1390)
Some checks failed
Build / build (22) (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Reviewed-on: #1390
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-03-31 04:14:00 -07:00
516f822e43 feat: clan tiers (#1378)
All checks were successful
Build / build (20) (push) Successful in 39s
Build / build (18) (push) Successful in 1m19s
Build / build (22) (push) Successful in 1m15s
Build Docker image / docker (push) Successful in 39s
Reviewed-on: #1378
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-03-30 09:58:51 -07:00
d9b944175a feat: view clan contributions (#1340)
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
Reviewed-on: #1340
2025-03-27 03:33:08 -07:00
aa12708738 chore: make addItem return InventoryChanges directly (#1299)
All checks were successful
Build / build (18) (push) Successful in 44s
Build / build (20) (push) Successful in 1m19s
Build / build (22) (push) Successful in 43s
Build Docker image / docker (push) Successful in 41s
Reviewed-on: #1299
2025-03-23 08:26:46 -07:00
0e1973e246 feat: start nemesis (#1227)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Closes #446

As discussed there, some support for 64-bit integers without precision loss had to be hacked in.

Reviewed-on: #1227
2025-03-20 05:36:09 -07:00
818e09d4af fix: only track clan log dateTime once contributions are done (#1210)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Reviewed-on: #1210
2025-03-16 08:16:11 -07:00
ab11f67f0b feat: clan polychrome research (#1177)
Some checks failed
Build / build (18) (push) Successful in 46s
Build / build (22) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Reviewed-on: #1177
2025-03-16 04:32:11 -07:00
0facdd1af9 chore: check permissions for various clan requests (#1175)
All checks were successful
Build / build (18) (push) Successful in 45s
Build / build (20) (push) Successful in 1m4s
Build / build (22) (push) Successful in 41s
Build Docker image / docker (push) Successful in 51s
Reviewed-on: #1175
2025-03-14 07:09:28 -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
38dfe14776 feat: fabricate research (#1150)
All checks were successful
Build / build (22) (push) Successful in 42s
Build / build (20) (push) Successful in 1m2s
Build / build (18) (push) Successful in 1m11s
Build Docker image / docker (push) Successful in 36s
Closes #910

Reviewed-on: #1150
2025-03-11 07:56:18 -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
67a275a009 feat: dojo component "collecting materials" stage (#1071)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Closes #1051

Reviewed-on: #1071
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-03 12:48:39 -08:00
4205364bd8 feat: noDojoResearchCosts & noDojoResearchTime (#1053)
Some checks failed
Build / build (22) (push) Successful in 36s
Build / build (20) (push) Successful in 48s
Build Docker image / docker (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Closes #1052

Reviewed-on: #1053
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-02-28 12:35:14 -08:00
a5c45bb646 fix: consume a slot when item is crafted instead of bought via plat (#1029)
Some checks failed
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Reviewed-on: #1029
2025-02-26 15:41:07 -08:00
e77f8b0e51
feat: replicate dojo research (#701) 2025-01-04 00:25:23 +01:00
e0ff240d60
feat: dojo research (#689) 2025-01-03 09:06:50 +01: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