Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from guillaumearm/fika
* chore(experiment): try to override locked maps for a specific user * fix: override of LocationController + custom UI paths * feat: dynamic spawnpoints and locked maps by player (fika support) * refactor: updateSpawnPoints method * feat(fika): new multistash system for fika * fix: lint errors * refactor: StashController * chore: back to default UI paths * feat: enable/disable main hideout according to offraid position * chore: cleanup unused stuff * fix(fika): raidCache indexed by sessionId * 5.2.0-rc.1 * chore: cleanup * fix(fika): handle spawnpoints * 5.2.0-rc.2 * feat: disable run through functionality (#7) * feqt: added Narco alternate config (#9) * added my config * added player_spawnpoints and tooltips .jsons * feat: add heal_always_enabled for in traders config * refactor: added disableRunThrough helper + more logs * fix: missed empty stash during 5.2 profiles migration * style: apply prettier * style: fix lint error * Tooltips (#6) * added tooltip functionality * added Tooltips.json file --------- Co-authored-by: Guillaume ARM <[email protected]> * fix: Tooltips.json is optional (used for PTTR config compat) * chore: add Tooltips.json for PTTR alt config * fix: server error when trying to cleanp an empty profile * 5.2.0-rc.3 * chore: cleanup debug messages when locking/unlocking a map * fix: pttr Tooltips.json crash on missing fields * fix: heal_always_enabled option in traders config * 5.2.0-rc.4 * fix!: deprecate ptt api to avoid issues * chore: add OffraidRegenConfig type * fix(config): rename bypass_disable_run_through into enable_run_through * feat(debug): display sessionId in debug logs * fix: fika support for offraid regen settings * refactor: spawnpoints and exitpoints creation * chore: change access_via to be an array on offraid_regen_config * 5.2.0-rc.5 * chore(cleanup): get rid of unused option for old compat with lua csp * fix: add missing scav extract points when vanilla_exfils_requirements is true * fix: crash of the server caused by repeatable quests * style: prettier * fix: profile corruption zwhen coming from 5.1.0 * 5.2.0-rc.6 * feat: insurance return chance (#16) * feat: defined return_chance_percent for config * feat: added returnChancePercent prop * feat: added return_chance_percent prop to config.json * feat: updated personal config with return chance and heal * fix: added check for undefined props and imported/declared ConfigServer * fix: all the checks * fix: imported/declared configServer in neeeded files * fix: remove fallback for insurance_price_coef Co-authored-by: Guillaume ARM <[email protected]> * fix: corrected syntax error and ts error --------- Co-authored-by: Guillaume ARM <[email protected]> * fix: ground zero is available everywhere * chore: apply prettier * refactor: utils/helpers + introduce isValidSptId helper * chore: fix prettier config * refactor: cleanup modLoader stuff * ci: add test:ci script in package.json * ci: add basic build-and-lint gh workflow * fix(migration): try to get back the main stash id searching in all items * fix: auto-migration of broken mainStashId * chore(debug): print a message in the console when ptt api is disabled * 5.2.0-rc.7 * build: check git status when build a release * chore(check-git-status): print error message at the end of the script * fix: server crash due to the last update * 5.2.0-rc.8 * style: eslint error on rename-zip.js * chore: update generated PathToTarkov-1.png * build: fix prepare-files for windows usage * build: prepare-files.js compat windows * build: rename-zip.js compat windows * fix: broken build * chore: update image * fix: ground zero accessible everywhere (again because of the fika migration) * 5.2.0-rc.9 * refactor: event-watcher don't use getProfile method anymore * refactor: get rid of getInventory in StashController * fix(multistash): items and moneys consumed from incorrect stash * 5.2.0-rc.10 * fix: bug with quest items caused by the new multistash implementation * 5.2.0-rc.11 * fix(config) add heal_always_enabled in alternate configs * build(mdmc): use a better resolution for image generation * feat: add more connectivity in the default config * chore: remove PathToTarkov-1.png * chore: re-add PTT image * chore: prepare ru locale in configs * feat: Ref trader added * refactor: rename NarcoConfig to NarcoticsConfig * feat: add new PathToTarkov drawio + image * feat: do not display maps in the UI when locked * chore: rename alternate config OriginalPathToTarkov into LegacyPathToTarkovV4 * fix: add terminal in MAPLIST in order to hide it like the rest of other maps * feat: draw UI path for connected maps * chore: add terminal to ByMap type * feat: introduce new config field override_by_profiles * fix: remove duplicated ui paths + edge case UI with factory4_night * 5.2.0-rc.12 * fix: override_by_profiles should be optional * 5.2.0-rc.13 * feat: add hideout_main_stash_access_via profile override * feat: add map to config and change vanilla exfil reqs to true for Narco config (#20) * change vanilla exfil reqs for Narco config * added map * perf: convert NarcoticsConfig/TarkovMapV2 to jpg * fix: another try to fix repeatable quests issues * 5.2.0-rc.14 * chore: add dev:install script in package.json * fix: exfils are not mutated in db anymore this can be useful for some compats with other mods * fix: ignore unimplemented maps in updateLocationBaseExits * 5.2.0-rc.15 --------- Co-authored-by: Trap <[email protected]> Co-authored-by: NarcoticsRx <[email protected]>
- Loading branch information