388faf8eb2
Update static/webui/translations/de.js
2025-05-17 04:42:37 -07:00
a8db95dc30
Update static/webui/translations/es.js
2025-05-17 04:31:45 -07:00
2a98749399
Update static/webui/translations/fr.js
2025-05-17 04:31:21 -07:00
3886262849
Update static/webui/translations/ru.js
2025-05-17 04:30:32 -07:00
a91b49e858
Update static/webui/translations/zh.js
2025-05-17 04:29:54 -07:00
441d85911d
Update docker-compose.yml
2025-05-17 04:25:06 -07:00
10ddd92517
Update Dockerfile
2025-05-17 04:24:33 -07:00
6532fd1fe8
merge upstream
2025-05-17 04:21:22 -07:00
468f2c7389
Update src/controllers/api/activateRandomModController.ts
2025-05-17 04:21:16 -07:00
92a3ba0f32
Update static/webui/translations/en.js
2025-05-17 03:27:46 -07:00
65a66b9233
Update static/webui/index.html
2025-05-17 02:33:22 -07:00
9b21faf01d
Update src/services/configService.ts
2025-05-17 02:27:13 -07:00
46e07f3f4a
Update config.json.example
2025-05-17 02:22:20 -07:00
b01376f703
chore: replace instances of find(x => x = ...)
with indexOf(...)
2025-05-17 09:17:03 +02:00
870ff2dd2c
feat: adjust server-side vendor prices according to syndicate standings ( #2076 )
...
For buying crew members from ticker
Reviewed-on: OpenWF/SpaceNinjaServer#2076
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-16 20:01:20 -07:00
1ac71a9b28
chore: auto-detect cycle duration for auto-generated vendors ( #2077 )
...
This also fixes the "time left to trade" showing incorrectly for fishmonger "daily special" vendors
Reviewed-on: OpenWF/SpaceNinjaServer#2077
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-16 20:00:50 -07:00
a622787500
fix: ensure guild advertisments vendor always has its 5 offers ( #2078 )
...
Because the per-bin limits are not respected right now, it was possible that some clan tiers simply don't have an offer some weeks.
Reviewed-on: OpenWF/SpaceNinjaServer#2078
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-16 20:00:44 -07:00
52c8802d57
feat: classic lich vanquish inbox mesage ( #2074 )
...
Closes #1897
Reviewed-on: OpenWF/SpaceNinjaServer#2074
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-14 21:14:04 -07:00
daf721f7cd
chore: don't set a default avatar image type in inventory ( #2075 )
...
This seems to be somewhat of an issue for older versions, plus it's not really accurate anyway.
Reviewed-on: OpenWF/SpaceNinjaServer#2075
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-14 21:13:49 -07:00
f724073d93
feat: classic lich regalia rewards ( #2073 )
...
Closes #2068
Reviewed-on: OpenWF/SpaceNinjaServer#2073
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-13 22:28:59 -07:00
8fb676c906
feat: classic lich ephemera reward ( #2067 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2067
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-13 20:41:49 -07:00
2ce5cc4562
fix: handle converted lich as crew member ( #2071 )
...
saveLoadout was missing bigint support to properly store NemesisFingerprint, and crewMembers was missing handling for liches being set on-call (the only option available for them)
Reviewed-on: OpenWF/SpaceNinjaServer#2071
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-13 20:39:03 -07:00
099f12a197
feat: bounty chemistry bonus ( #2070 )
...
Re #388
Reviewed-on: OpenWF/SpaceNinjaServer#2070
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-13 20:38:52 -07:00
bfe2e93c76
feat: resource reward along with duviri decree ( #2066 )
...
Closes #561
Reviewed-on: OpenWF/SpaceNinjaServer#2066
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-13 20:38:37 -07:00
8b97bb4b0a
feat: classic lich hints ( #2064 )
...
Closes #1923
Reviewed-on: OpenWF/SpaceNinjaServer#2064
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-13 20:37:30 -07:00
85a45a04ea
fix: ensure that only one CrewMember is ever on call ( #2069 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2069
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-13 08:25:09 -07:00
2a40449604
chore: add TNemesisFaction
2025-05-13 12:21:20 +02:00
382f8c55ce
chore: update Docker stuff ( #2065 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2065
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
2025-05-13 01:47:09 -07:00
aff4a2307b
Update docker-compose.yml
2025-05-13 01:24:23 -07:00
921e5b149c
Update Dockerfile
2025-05-13 01:23:10 -07:00
77513190e4
fix: incorrect droptable name for zariman tier c ( #2062 )
...
Fixes #2061
Reviewed-on: OpenWF/SpaceNinjaServer#2062
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-12 19:49:30 -07:00
5e8ce934c9
chore: clarify which category has a negative count
2025-05-12 06:59:20 +02:00
6de81c2b41
chore: handle LasrianTankSteelPathDropTable for DROP_MOD ( #2057 )
...
Closes #2056
Reviewed-on: OpenWF/SpaceNinjaServer#2057
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-11 21:53:16 -07:00
4c5ac4f03a
chore(webui): update German translation ( #2059 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2059
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
2025-05-11 02:16:23 -07:00
d6f4c1a035
chore(webui): update to Spanish translation ( #2058 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2058
Co-authored-by: hxedcl <hxedcl@noreply.localhost>
Co-committed-by: hxedcl <hxedcl@noreply.localhost>
2025-05-11 00:02:57 -07:00
c58c70c4ce
chore: update json-with-bigint minimum required version
2025-05-11 08:29:13 +02:00
3e1e19d6c5
feat: dontSubtractVoidTraces cheat ( #2055 )
...
Closes #2051
Reviewed-on: OpenWF/SpaceNinjaServer#2055
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-10 19:12:42 -07:00
2521733e55
fix: exclude open worlds from archon hunt ( #2054 )
...
Closes #2048
Reviewed-on: OpenWF/SpaceNinjaServer#2054
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-10 19:12:34 -07:00
d5297d3547
fix(webui): sidebar toggler not showing up on small screens ( #2053 )
...
Closes #2049
Reviewed-on: OpenWF/SpaceNinjaServer#2053
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-10 19:12:25 -07:00
5bc39aac8a
fix: login failure on U22.8 ( #2044 )
...
2018.01.04.13.12
Reviewed-on: OpenWF/SpaceNinjaServer#2044
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-10 19:12:17 -07:00
b201508fa1
chore(webui): update German translation ( #2046 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2046
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
2025-05-10 03:44:55 -07:00
5f9ae2aef6
chore(webui): update to Spanish translation ( #2045 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2045
Co-authored-by: hxedcl <hxedcl@noreply.localhost>
Co-committed-by: hxedcl <hxedcl@noreply.localhost>
2025-05-10 03:44:42 -07:00
b451c73598
chore: handle mods picked up in mission on U19 ( #2042 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2042
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-09 21:38:42 -07:00
9d4bce852e
feat: the circuit ( #2039 )
...
Closes #1965
Closes #2041
Reviewed-on: OpenWF/SpaceNinjaServer#2039
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-09 21:38:13 -07:00
c83e732b88
feat: gifting bonus ( #2036 )
...
Closes #2014
Reviewed-on: OpenWF/SpaceNinjaServer#2036
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-09 21:37:59 -07:00
3d13ec311e
feat: claimingBlueprintRefundsIngredients cheat ( #2034 )
...
Closes #1922
Reviewed-on: OpenWF/SpaceNinjaServer#2034
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-09 21:37:28 -07:00
31043b55de
feat: batch remove friends ( #2032 )
...
Closes #1947
Reviewed-on: OpenWF/SpaceNinjaServer#2032
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-09 21:37:09 -07:00
ab32728c47
fix: don't give assassination blueprint reward for archon hunt ( #2031 )
...
Closes #2025
Reviewed-on: OpenWF/SpaceNinjaServer#2031
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-09 21:36:49 -07:00
3fc2dccf81
chore: use 64-bit RNG everywhere ( #2030 )
...
Closes #2026
Reviewed-on: OpenWF/SpaceNinjaServer#2030
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-09 21:36:22 -07:00
1084932afb
fix: only set IsNew flag if the ItemType is new ( #2028 )
...
Reviewed-on: OpenWF/SpaceNinjaServer#2028
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
2025-05-09 21:35:58 -07:00