Commit Graph

  • fa96ccc983 fix: handle DuviriInfo being absent from inventory duviri-fix Sainan 2025-04-29 21:48:35 +02:00
  • 4660b6cce0 manage Harvestable field g3-fix Sainan 2025-04-29 21:44:55 +02:00
  • fe11ee4663 fix: properly handle G3 The DeathSquadable field seems to be needed for the client to report the BrandedSuits value. Sainan 2025-04-29 21:43:10 +02:00
  • ea595173fb fix: always multiply acquired gear quantity by purchaseQuantity gear-mult Sainan 2025-04-29 21:27:48 +02:00
  • 9468768947 fix: weapon seed's low dword being sign extended (#1914) main Sainan 2025-04-29 12:28:01 -07:00
  • 0af7f41201 fix: unset LibraryPersonalTarget after completing it (#1913) Sainan 2025-04-29 12:27:47 -07:00
  • de1e2a25f2 fix(webui): ensure that all requests using authz revalidate it (#1911) Sainan 2025-04-29 12:27:38 -07:00
  • 1cf7b41d3f chore: note that random element functions could return undefined (#1910) Sainan 2025-04-29 12:27:25 -07:00
  • ce37b736b7 fix: weapon seed's low dword being sign extended JavaScript's semantics here are incredibly stupid, but basically if the initial DWORD's high WORD's MSB is true, the number would become negative after the shift left by 16. Then when ORing it with the highDword, the initial DWORD would be sign-extended to a QWORD, meaning the high DWORD would become all 1s, basically cancelling out the entire OR operation. Sainan 2025-04-29 13:05:25 +02:00
  • 9cdf70a688 fix: unset LibraryPersonalTarget after completing it Sainan 2025-04-29 11:51:36 +02:00
  • ab9cc685eb fix: exclude capture as a mission type for sorties (#1909) Sainan 2025-04-29 02:05:18 -07:00
  • e3888b7694 fix(webui): ensure that all requests using authz revalidate it Sainan 2025-04-29 05:33:23 +02:00
  • aa803af134 fix: exclude capture as a mission type for sorties Sainan 2025-04-28 23:10:45 +02:00
  • 43f33cee4b chore: note that random element functions could return undefined We should be explicit about the fact that we expect the arrays to not be empty. Sainan 2025-04-28 03:48:26 +02:00
  • 743b784754 chore(webui): use plural form of "Moa", just to stay consistent with the other categories (#1905) Animan8000 2025-04-28 14:01:35 -07:00
  • 5df533a7fb chore: auto-generate "daily special" for fish vendors (#1902) Sainan 2025-04-28 14:01:17 -07:00
  • 9417aa3c84 fix: only consider market-listed blueprints for login reward (#1900) Sainan 2025-04-28 14:01:02 -07:00
  • a1872e2b07 chore: simplify getInnateDamageTag (#1899) Sainan 2025-04-28 14:00:51 -07:00
  • 9042e85355 feat: infested lich rewards (#1898) Sainan 2025-04-28 14:00:38 -07:00
  • 66ee550ccd feat: refresh duviri seed when mood changes (#1895) Sainan 2025-04-28 14:00:22 -07:00
  • 7a295a86ec fix: handle boosters in store item utilities (#1894) Sainan 2025-04-28 14:00:06 -07:00
  • 88d00eaaa1 feat: weaken nemesis (#1893) Sainan 2025-04-28 13:59:54 -07:00
  • 1e8f2fc766 chore: comment out mixed fields in inventory (#1892) Sainan 2025-04-28 13:58:39 -07:00
  • 0d842ade90 chore(webui): update German translation (#1904) Animan8000 2025-04-28 05:14:25 -07:00
  • de8d91928e Update static/webui/translations/ru.js Animan8000 2025-04-28 05:13:52 -07:00
  • ddb346653b Update static/webui/translations/ru.js Animan8000 2025-04-28 04:55:15 -07:00
  • 9c497ad6c1 Update static/webui/translations/fr.js Animan8000 2025-04-28 04:54:27 -07:00
  • 16ef91a296 Update static/webui/translations/es.js Animan8000 2025-04-28 04:54:00 -07:00
  • c332efd06b Update static/webui/translations/de.js Animan8000 2025-04-28 04:53:31 -07:00
  • 0d9f32e184 Update static/webui/translations/en.js Animan8000 2025-04-28 04:53:15 -07:00
  • 027dca792c chore(webui): update German translation Animan8000 2025-04-28 04:50:25 -07:00
  • 4e3a2e17ee chore: removing unnecessary entries in allScans.json (#1903) Animan8000 2025-04-28 03:36:39 -07:00
  • ba32aa03f1 chore: removing unnecessary entries in allScans.json Animan8000 2025-04-28 03:18:46 -07:00
  • b2f2d77c85 this should be slightly more unique Sainan 2025-04-28 09:37:14 +02:00
  • dd6d7bf9ab chore: auto-generate "daily special" for fish vendors Sainan 2025-04-28 09:36:22 +02:00
  • 61864b2be1 chore(webui): update to Spanish translation (#1901) hxedcl 2025-04-27 19:39:49 -07:00
  • 3405e9721c chore(webui): update to Spanish translation hxedcl 2025-04-27 19:37:38 -07:00
  • 0cefe36d83 fix: only consider market-listed blueprints for login reward Sainan 2025-04-28 03:41:18 +02:00
  • 7d3378c006 chore: simplify getInnateDamageTag Sainan 2025-04-27 04:50:18 +02:00
  • 865955a2c7 note Sainan 2025-04-28 01:37:37 +02:00
  • a4a53b56a9 somewhat handle converting of the lich Sainan 2025-04-28 01:35:12 +02:00
  • 8e1acb48bd feat: infested lich rewards Sainan 2025-04-28 01:28:47 +02:00
  • bc92f6903b handle boosters in toStoreItem & fromStoreItem as well Sainan 2025-04-27 23:54:11 +02:00
  • cabf228c77 feat: refresh duviri seed when mood changes Sainan 2025-04-27 23:38:50 +02:00
  • 45748fa8be fix: import failing for LotusCustomization from live (#1891) Sainan 2025-04-27 14:20:52 -07:00
  • fc884f6183 fix: isStoreItem returning false for boosters e.g. /Lotus/Types/StoreItems/Boosters/AffinityBoosterStoreItem Sainan 2025-04-27 23:19:05 +02:00
  • 6937724c1f feat: weaken nemesis Sainan 2025-04-27 23:14:27 +02:00
  • 92ebd8d3b2 chore: comment out mixed fields in inventory If they are needed in the future, they schould be properly schema'd. Sainan 2025-04-27 22:20:39 +02:00
  • 8ffd37e937 details Sainan 2025-04-27 22:13:50 +02:00
  • 832e79c5d5 need to also retroactively fix the import of this Sainan 2025-04-27 22:09:49 +02:00
  • 4157da0327 fix: import failing for LotusCustomization from live Sainan 2025-04-27 21:56:12 +02:00
  • afec59e8a6 feat: skipClanKeyCrafting cheat (#1883) Sainan 2025-04-27 12:38:55 -07:00
  • ee1a49f5f2 feat: handle NemesisKillConvert at missionInventoryUpdate (#1880) Sainan 2025-04-27 12:38:48 -07:00
  • f72c1482b3 feat: handle NemesisKillConvert at missionInventoryUpdate Sainan 2025-04-27 01:35:17 +02:00
  • 40acb3b03f add getWeaponsForManifest Sainan 2025-04-27 00:27:24 +02:00
  • 9e94083875 feat: handle KubrowPetEggs in missionInventoryUpdate (#1876) Sainan 2025-04-27 12:36:00 -07:00
  • db0e0d80dd chore: remove PropertyTextHash from auto-generated vendors Sainan 2025-04-27 07:20:04 +02:00
  • 5cda2e2d08 chore: improve unlockAllScans's handling of existing scans (#1875) Sainan 2025-04-26 19:28:03 -07:00
  • e23d865044 fix: use a list of "known good" syndicate missions (#1874) Sainan 2025-04-26 19:27:50 -07:00
  • a72b551a14 feat: skipClanKeyCrafting cheat Sainan 2025-04-27 04:25:21 +02:00
  • c7658b5b20 chore: use parallelForeach in removePigmentsFromGuildMembers Sainan 2025-04-27 04:22:10 +02:00
  • 9993500eca chore(webui): update to Spanish translation (#1881) hxedcl 2025-04-26 18:53:46 -07:00
  • b2d53dfd50 chore(webui): update to Spanish translation hxedcl 2025-04-26 18:32:42 -07:00
  • 267357871b feat: handle HenchmenKilled & HintProgress incrementing (#1877) Sainan 2025-04-26 15:25:47 -07:00
  • cf5ed0442d fix: don't assume rewardInfo.node is in ExportRegions (#1879) Sainan 2025-04-26 14:23:00 -07:00
  • 57af8791fc fix: don't assume rewardInfo.node is in ExportRegions Sainan 2025-04-26 23:21:19 +02:00
  • a653cb09ea feat: handle HenchmenKilled & HintProgress incrementing Sainan 2025-04-26 22:10:09 +02:00
  • 62ae4fabb6 feat: handle KubrowPetEggs in missionInventoryUpdate Sainan 2025-04-26 21:43:14 +02:00
  • d6c4eb9d56 chore: improve unlockAllScans's handling of existing scans Sainan 2025-04-26 21:38:56 +02:00
  • de36e2ee8d fix: close connection for dating saveDialogue request (#1873) Sainan 2025-04-26 12:14:42 -07:00
  • 131a52bf57 fix: use a list of "known good" syndicate missions Sainan 2025-04-26 21:13:57 +02:00
  • 519565fff0 fix: close connection for dating saveDialogue request Sainan 2025-04-26 21:09:51 +02:00
  • ca1b6c31b6 fix: give rewards for completing a capture mission (#1872) Sainan 2025-04-26 11:57:03 -07:00
  • d66c474bfc fix: some issues with sortie generation (#1871) Sainan 2025-04-26 11:56:41 -07:00
  • 781f01520f feat: save lotus customization (#1864) Sainan 2025-04-26 11:56:22 -07:00
  • ac37702468 feat(webui): add missing max rank mods (#1863) Sainan 2025-04-26 11:56:16 -07:00
  • 75c011e3cb fix: don't set IsNew flag for starting gear (#1859) Sainan 2025-04-26 11:56:06 -07:00
  • 4d4f885c8e feat: dontSubtractConsumables cheat (#1857) Sainan 2025-04-26 11:55:45 -07:00
  • 66d1a65e63 fix: handle credits & platinum prices from vendors (#1856) Sainan 2025-04-26 11:55:03 -07:00
  • 48eefd8db1 fix: don't give droptable rewards for non-assassination sortie missions (#1855) Sainan 2025-04-26 11:54:54 -07:00
  • 4a6a5ea9cc feat: handle WeaponSkins picked up in missions (#1854) Sainan 2025-04-26 11:54:38 -07:00
  • 95c0ad7892 fix: handle saveDialogue request without Data or Gift (#1853) Sainan 2025-04-26 11:54:25 -07:00
  • a90d3a5156 feat: gardening (#1849) Sainan 2025-04-26 11:54:06 -07:00
  • d0c9409a2d fix: exclude pvp variants from daily special parts (#1846) Sainan 2025-04-26 11:53:41 -07:00
  • e9a2799805 blacklist approach Sainan 2025-04-26 20:53:26 +02:00
  • 1abc74cab3 fix an issue with seed 41449 (SORTIE_BOSS_KRIL) Sainan 2025-04-26 20:41:10 +02:00
  • cbf6f3ece7 fix: give rewards for completing a capture mission Sainan 2025-04-26 20:27:37 +02:00
  • adcd090a54 ensure FC_OROKIN sortie does not pick a bad mission type Sainan 2025-04-26 20:12:51 +02:00
  • b981a8fcc9 only pick sortie nodes from sortieTilesets Sainan 2025-04-26 20:12:03 +02:00
  • 0205f1438e feat: save lotus customization Sainan 2025-04-26 09:23:53 +02:00
  • bbde7b2141 chore: don't change remote/origin url Sainan 2025-04-26 08:12:54 +02:00
  • fd560944aa feat(webui): add missing max rank mods Sainan 2025-04-26 07:52:49 +02:00
  • 5271123090 chore(webui): update to Spanish translation (#1862) hxedcl 2025-04-25 22:13:28 -07:00
  • b8597c80e2 chore(webui): update to Spanish translation hxedcl 2025-04-25 22:07:28 -07:00
  • f3e56480e5 fix(webui): error for inventory without EvolutionProgress (#1861) Sainan 2025-04-25 21:26:58 -07:00
  • 6f46ace40c fix(webui): revalidate authz for rename & delete account actions (#1860) Sainan 2025-04-25 21:26:52 -07:00
  • 883426e429 fix: align guild advertisment vendor rotation to monday 0 UTC (#1858) Sainan 2025-04-25 21:26:16 -07:00
  • 011751d533 fix(webui): error for inventory without EvolutionProgress Sainan 2025-04-26 06:25:24 +02:00
  • 742768724a simplify Sainan 2025-04-26 06:14:46 +02:00
  • 50034173d7 fix(webui): revalidate authz for rename & delete account actions Sainan 2025-04-26 06:10:50 +02:00