XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

feat: make Varzia offerings depend on buildLabel (#3173)

To avoid displaying offerings without the corresponding packs in client. Adds `Wisp Hildryn` dual pack as option. Adds `Vanguard Relics` toggle. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3173 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>

1a64d02d
AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
提交于

代码差异

18 个文件 +1111 -1446
Modified config-vanilla.json +1 -0
Modified src/constants/gameToBuildVersion.ts +4 -0
Modified src/controllers/custom/getItemListsController.ts +4 -4
Modified src/services/configService.ts +1 -0
Modified src/services/configWatcherService.ts +2 -2
Modified src/services/purchaseService.ts +3 -3
Modified src/services/worldStateService.ts +66 -45
Modified src/types/worldStateTypes.ts +1 -0
Modified static/webui/index.html +4 -0
Modified static/webui/translations/de.js +1 -0
Modified static/webui/translations/en.js +1 -0
Modified static/webui/translations/es.js +1 -0
Modified static/webui/translations/fr.js +1 -0
Modified static/webui/translations/ru.js +1 -0
Modified static/webui/translations/uk.js +1 -0
Modified static/webui/translations/zh.js +1 -0