bf12f90c88
chore: replace unlockAllMissions config with an account cheats button ( #2241 )
...
This way, mission completion rewards are given. This is especially import for junction rewards like quest keys (Closes #2229 ).
Reviewed-on: OpenWF/SpaceNinjaServer#2241
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-06-22 06:37:17 -07:00
3ff7e4264c
chore: npm update ( #2021 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2021
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-08 08:22:06 -07:00
49edebc1eb
chore: fix controllers exporting non-RequestHandler things ( #1468 )
...
I'm surprised JavaScript allows circular includes, but they still don't feel good.
Reviewed-on: OpenWF/SpaceNinjaServer#1468
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-05 06:52:35 -07:00
92e8ffd709
feat: alliance invites ( #1452 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#1452
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-04-03 19:04:21 -07:00
0e1973e246
feat: start nemesis ( #1227 )
...
Closes #446
As discussed there, some support for 64-bit integers without precision loss had to be hacked in.
Reviewed-on: OpenWF/SpaceNinjaServer#1227
2025-03-20 05:36:09 -07:00
8b836020bf
chore: turn getJSONfromString into a template/generic function ( #836 )
2025-01-24 14:27:10 +01:00
d31f9f8d24
chore: fix most explicit-function-return-type warnings ( #656 )
2024-12-29 21:47:18 +01:00
9f0317fed2
chore: resolve various eslint complaints ( #169 )
2024-05-06 15:19:42 +02:00
8b50189fcf
Foundry 1 - Preliminary ( #127 )
2024-01-25 14:49:45 +01:00
Nicat
67b7338381
Mission rewards fix ( #54 )
2023-09-09 22:10:21 +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