49 Commits

Author SHA1 Message Date
7c47c9f1e4
fix: not being able to talk to Nakak in Cetus (#336) 2024-06-20 13:29:48 +02:00
f0bb281f55
feat: implement incarnon genesis installation, challenges & skill tree (#333) 2024-06-20 13:05:07 +02:00
722a9aba5b
improve: suppress no-misued-promises when declaring RequestHandler (#332) 2024-06-20 11:47:21 +02:00
f1237d562d
feat: implement stepSequencers.php (#327) 2024-06-19 10:33:56 +02:00
74de4e0753
feat: implement helminth naming & archon shard installation (#320)
Co-authored-by: Sainan <Sainan@users.noreply.github.com>
2024-06-18 13:02:29 +02:00
be9ba026f7
improve: sort api.ts alphabetically (#318) 2024-06-18 02:07:30 +02:00
aec6a96495
feat: modular weapon crafting (#317) 2024-06-18 02:03:07 +02:00
b3794821c4
feat: custom item names (#307) 2024-06-16 21:49:41 +02:00
ba8a3afce5 Apply prettier changes 2024-06-14 22:38:33 +00:00
Vampire Kitten
1c6412a6a4
feat(webui): change server config through UI (#294) 2024-06-15 00:38:12 +02:00
a43237a8aa
feat: implement queueDojoComponentDestructionController to remove room in Dojo (#284) 2024-06-07 16:01:38 +02: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
Jānis
2a1a4e77b5
feat: syndicates (#269)
Co-authored-by: janisslsm <janisslsm@users.noreply.github.com>
2024-06-02 17:35:06 +02:00
259822d60a
fix: npm run build && npm run start (again) (#263) 2024-06-02 14:31:49 +02:00
e980d34458
improve(webui): keep a local copy of riven tool (#261) 2024-06-01 17:19:51 +02:00
ef96946fe4
feat(webui): add per-route titles & favicon (#245) 2024-05-30 13:32:58 +02:00
02e4562daa
feat: implement loading of ability videos (#205) 2024-05-30 01:44:54 +02:00
8eb11007a7
feat(webui): add Mods tab with "Add Riven" option (#234) 2024-05-28 13:28:57 +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
6dd5ceabde
improve: use express.static to serve webui (#225) 2024-05-16 01:31:14 +02:00
64b4523b39
feat: config refactoring (#219) 2024-05-15 21:55:59 +02:00
7fa9d08a4d
feat: restock darvo (#221) 2024-05-13 14:40:54 +02:00
fd56203f35
feat: implement pledging to syndicate (#162) 2024-05-06 15:38:10 +02:00
676c3b1616
feat: potatoes & exilus adapters (#163) 2024-05-06 15:08:56 +02:00
1dd9f4ca4f
feat: selling of warframes & weapons (#157) 2024-05-06 15:06:30 +02:00
d07e99f0c9
feat: Clan creation & persistence (#146) 2024-05-04 15:42:25 +02:00
c31d82b61e
feat: WebUI (#155) 2024-05-04 14:44:23 +02:00
675e6c4583
feat: persist user's choice of glyph (#152) 2024-05-03 22:12:51 +02:00
2c909dcbb8
feat: getGuild.php (#143) 2024-05-02 23:38:32 +02:00
Jānis
1c28a40258
feat: theme saving (#137) 2024-04-04 00:55:51 +02:00
a96eea0e63
feat: Ship Customizations, Personal Rooms (Orbiter, Apartment) (#132)
This breaks existing accounts
2024-02-18 13:58:43 +01:00
8b50189fcf
Foundry 1 - Preliminary (#127) 2024-01-25 14:49:45 +01:00
1ab411e3cc
Purchase Loadouts and Inventory Slots (#105) 2023-12-28 16:24:52 +01:00
dd99e8782c
saveLoadout and misc. (#99)
Co-authored-by: Matej Voboril <tobiah@pm.me>
2023-12-14 17:34:15 +01:00
b8e49c40af
Update 33.6.8 + mastery training (#55) 2023-09-11 13:20:07 +02:00
Nicat
01cfecd9d2
MissionInventoryUpdate(not completed), Mod upgrade, Booster purchase (#49)
Co-authored-by: OrdisPrime <134585663+OrdisPrime@users.noreply.github.com>
Co-authored-by: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
2023-09-06 12:02:54 +02:00
Nicat
db0aaffb44
Mission rewards save (#46) 2023-08-31 12:29:09 +02:00
bb1b9b6720
update 33.6.3 (#33) 2023-08-05 22:48:56 +02:00
d091af4778
Basic purchasing + custom purchasing API (#20)
Endpoint for custom API: https://localhost:443/custom/addItem
example request:
{
"type": "Weapon",
"internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol",
"accountId": "6488fd2e7bec200069ca4242"
}
2023-06-14 02:26:19 +02:00
AKCore
52a8ad6bd0
basic session management completed (#11) 2023-06-04 04:24:57 +02:00
Ângelo Tadeucci
108d2c621d
Use non-relative imports (#8) 2023-06-02 00:20:49 -03:00
AKCore
045542a321
Update src/routes/stats.ts
Co-authored-by: Ângelo Tadeucci <angelo_tadeucci@hotmail.com.br>
2023-06-01 18:01:02 -07:00
AKCore
50722ec6b5 Add Reroll Random and Stats upload
and fix a few errors from last pr
2023-06-01 17:52:59 -07:00
AKCore
a79ec62c94 Add missing api routes. 2023-06-01 17:08:05 -07:00
df214749c3
add version config (#2)
* update

* update

* update
2023-05-26 10:37:12 -03:00
28dfa520aa update to 33.0.12 2023-05-25 09:51:58 +02:00
Alan Morel
f253a0b58f refactor: reorganize imports 2023-05-23 20:53:26 -04:00
Alan Morel
5b029cfb3b refactor: run prettier cli to format all files 2023-05-23 20:42:06 -04:00
Ângelo Tadeucci
84c825e8a7 Initial commit 2023-05-19 15:26:36 -03:00