Refringe
dce2ccbcfd
Workflow: Attempt to fetch before checking out the PR merge commit by hash
2024-04-25 01:43:03 -04:00
Refringe
432ae73a6b
Workflow: Incorrect install npm working directory
2024-04-25 01:34:35 -04:00
Refringe
593121e5a7
Workflow: Try using the branch for pushes, and sha for PRs
2024-04-25 01:27:52 -04:00
Refringe
ea0b4bdeed
Workflow: Reference the current branch in the clone command.
2024-04-25 00:47:42 -04:00
Refringe
900e0e6a15
Workflow: Running into walls. Work from a subdirectory.
2024-04-25 00:39:24 -04:00
Refringe
bf7f5c943c
Workflow: Start the clone step from the workspace directory
2024-04-25 00:34:02 -04:00
Refringe
3e2e2e47df
Workflow: Use the workspace environment variable
2024-04-25 00:27:18 -04:00
Refringe
1495587b43
Workflow: Attempts to access the environment variables differently
2024-04-25 00:18:27 -04:00
Refringe
ba4e26585b
Workflow: Adds debugging information
2024-04-25 00:10:32 -04:00
Refringe
391834081e
Workflow: Reverts to manual checkout, swaps to using GITHUB_REF
2024-04-25 00:06:29 -04:00
Refringe
d47f7e3b13
Workflow: Pull LFS files manually. Checkout doesn't like us.
2024-04-24 23:42:17 -04:00
Refringe
cfdea7d325
Workflow: Tests the checkout action
2024-04-24 23:31:39 -04:00
Dev
8f4919a9c7
Update Quest and Trader assort data
2024-04-24 21:36:30 +01:00
Dev
f07637cf63
Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.9.0-DEV
2024-04-24 21:23:14 +01:00
Refringe
d8504950f2
Additional Card Limits to Glukhar Guards
...
This refines the previous commit to only allowing Glukhar to spawn a Labs access key card. His guards will not spawn any.
2024-04-24 09:57:17 -04:00
Refringe
d68734e571
Limits Glukhar Labs Access Cards
...
This change limits the number of Labs Access Cards that can spawn on on Glukhar and his guards to one. We had a report of three spawning on Glukhar, and two spawning on one of his guards, all in the same raid.
2024-04-24 09:37:16 -04:00
Dev
a3c8faaaaa
Remove core from getAllBotDifficulties()
2024-04-24 13:05:37 +01:00
Dev
76db8ca5e8
Add assaultGroup
bot with their settings from game client
2024-04-24 12:39:49 +01:00
Dev
fc6d84ad7d
Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.1-DEV
2024-04-24 10:09:51 +01:00
Dev
60eb6bfe80
Improve data returned from getAllBotDifficulties()
2024-04-24 10:09:37 +01:00
DrakiaXYZ
316234e9ae
Fix TradersInfo nextResupply if it is null in profile data ( !305 )
...
Add test covering fixNullTraderNextResupply
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/305
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-04-24 07:13:31 +00:00
Dev
6e262a228f
Add optional param to ignore raid settings chosen by player during getAllBotDifficulties()
2024-04-23 22:41:00 +01:00
Dev
d49bf4a378
Replace single letter variables with better names
2024-04-23 21:07:34 +01:00
nader
96208ed95f
add getters (and additional setter) to FenceService ( !304 )
...
resubmitting PR targeting 3.8.1-DEV
Co-authored-by: Nader <nader@cloudkraken.dev>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/304
Co-authored-by: nader <nader@noreply.dev.sp-tarkov.com>
Co-committed-by: nader <nader@noreply.dev.sp-tarkov.com>
2024-04-23 19:21:21 +00:00
Terkoiz
d41a40b2d2
Updated the PMC name list with more modders and prominent community members ( !303 )
...
Co-authored-by: Terkoiz <terkoiz@spt.dev>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/303
Co-authored-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
Co-committed-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
2024-04-23 19:16:56 +00:00
Refringe
42db0aca0b
Revert "add getters (and additional setter) to FenceService ( !302 )"
...
This reverts commit a0981e9297
.
2024-04-23 15:07:05 -04:00
nader
a0981e9297
add getters (and additional setter) to FenceService ( !302 )
...
Co-authored-by: Nader <nader@cloudkraken.dev>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/302
Co-authored-by: nader <nader@noreply.dev.sp-tarkov.com>
Co-committed-by: nader <nader@noreply.dev.sp-tarkov.com>
2024-04-23 18:56:42 +00:00
Dev
0ab5ca6dee
Prevent check from failing when upd object is missing
2024-04-23 19:38:45 +01:00
Dev
8761462acd
Update server locales with data from crowdin
2024-04-23 17:14:21 +01:00
Dev
522306b9b1
Fixed error message inside isModCompatible()
not showing the name of a mod correctly
2024-04-23 17:08:20 +01:00
Dev
9862336645
Remove file added by mistake
2024-04-23 11:16:28 +01:00
micyael
1881a0842a
Fixed incorrect handbook price using CustomItemService ( !301 )
...
The handbookPriceRoubles member of base class NewItemDetails was never used to create the new item.
Co-authored-by: Refringe <me@refringe.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/301
Co-authored-by: micyael <micyael@noreply.dev.sp-tarkov.com>
Co-committed-by: micyael <micyael@noreply.dev.sp-tarkov.com>
2024-04-23 10:15:29 +00:00
Dev
57557d6063
Migrate loot generation code to use per-map static data - ONLY WORKS WITH CUSTOMS (other maps to follow later)
2024-04-23 10:27:09 +01:00
Dev
a4bb5a2f60
Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.9.0-DEV
2024-04-23 10:03:48 +01:00
Dev
8366dd355d
Added logging to removeRandomItemFromAssorts()
when no upd object found
2024-04-23 10:01:41 +01:00
Dev
d2cf495426
Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.1-DEV
2024-04-23 09:34:58 +01:00
Dev
f82cbc189b
Improved how drawAmmoTpl()
handles bad static ammo distribution data input
2024-04-23 09:34:01 +01:00
Refringe
01d97953fa
Fixes Linting Issues
...
Fixes a number of Biome linting issues:
- Variable implicitly has the any type.
- Use a function type instead of a call signature.
- Reassigning a function parameter is confusing.
- Suppression comment is not being used
2024-04-22 23:43:35 -04:00
Refringe
a572e8e67e
Runs Style Fix
2024-04-22 15:53:07 -04:00
Refringe
3ef3f076b0
Updates workflows to run properly on pull requests
2024-04-22 15:41:44 -04:00
Dev
be841fbe3f
Improved handling of a missing upd
object inside removeRandomItemFromAssorts()
2024-04-22 17:54:32 +01:00
Dev
fe7d09e075
Improved logic inside isModValidForSlot()
to better handle edge cases
2024-04-22 09:39:32 +01:00
Dev
e3bb1932ff
Fixed server type generation command not working
2024-04-21 16:23:39 +01:00
Dev
8e8df89434
29774
2024-04-21 11:39:15 +01:00
Dev
fc544379e4
29774 - Update JSONs
2024-04-21 11:31:41 +01:00
Dev
2bfa9ab40c
Revert changes to file
2024-04-21 10:28:53 +01:00
Dev
bba169127c
Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.9.0-DEV
...
# Conflicts:
# project/assets/configs/bot.json
# project/assets/configs/core.json
# project/assets/database/bots/types/arenafighterevent.json
# project/assets/database/bots/types/assault.json
# project/assets/database/bots/types/bear.json
# project/assets/database/bots/types/bossboar.json
# project/assets/database/bots/types/bossboarsniper.json
# project/assets/database/bots/types/bossbully.json
# project/assets/database/bots/types/bossgluhar.json
# project/assets/database/bots/types/bosskilla.json
# project/assets/database/bots/types/bossknight.json
# project/assets/database/bots/types/bosskojaniy.json
# project/assets/database/bots/types/bosskolontay.json
# project/assets/database/bots/types/bosssanitar.json
# project/assets/database/bots/types/bosstagilla.json
# project/assets/database/bots/types/bosszryachiy.json
# project/assets/database/bots/types/exusec.json
# project/assets/database/bots/types/followerbigpipe.json
# project/assets/database/bots/types/followerbirdeye.json
# project/assets/database/bots/types/followerboar.json
# project/assets/database/bots/types/followerboarclose1.json
# project/assets/database/bots/types/followerboarclose2.json
# project/assets/database/bots/types/followerbully.json
# project/assets/database/bots/types/followergluharassault.json
# project/assets/database/bots/types/followergluharscout.json
# project/assets/database/bots/types/followergluharsecurity.json
# project/assets/database/bots/types/followerkojaniy.json
# project/assets/database/bots/types/followerkolontayassault.json
# project/assets/database/bots/types/followerkolontaysecurity.json
# project/assets/database/bots/types/followerzryachiy.json
# project/assets/database/bots/types/gifter.json
# project/assets/database/bots/types/marksman.json
# project/assets/database/bots/types/peacefullzryachiyevent.json
# project/assets/database/bots/types/pmcbot.json
# project/assets/database/bots/types/ravangezryachiyevent.json
# project/assets/database/bots/types/sectantpriest.json
# project/assets/database/bots/types/sectantwarrior.json
# project/assets/database/bots/types/shooterbtr.json
# project/assets/database/bots/types/usec.json
# project/assets/database/globals.json
# project/assets/database/locales/global/ch.json
# project/assets/database/locales/global/cz.json
# project/assets/database/locales/global/en.json
# project/assets/database/locales/global/es-mx.json
# project/assets/database/locales/global/es.json
# project/assets/database/locales/global/fr.json
# project/assets/database/locales/global/ge.json
# project/assets/database/locales/global/hu.json
# project/assets/database/locales/global/it.json
# project/assets/database/locales/global/jp.json
# project/assets/database/locales/global/kr.json
# project/assets/database/locales/global/pl.json
# project/assets/database/locales/global/po.json
# project/assets/database/locales/global/ro.json
# project/assets/database/locales/global/ru.json
# project/assets/database/locales/global/sk.json
# project/assets/database/locales/global/tu.json
# project/assets/database/templates/achievements.json
# project/assets/database/templates/handbook.json
# project/src/generators/BotLootGenerator.ts
# project/src/generators/LootGenerator.ts
# project/src/models/eft/common/tables/IBotType.ts
# project/src/models/spt/bots/IBotLootCache.ts
# project/src/servers/HttpServer.ts
# project/src/services/BotLootCacheService.ts
# project/src/services/FenceService.ts
# project/tests/controllers/InsuranceController.test.ts
2024-04-20 23:29:54 +01:00
Dev
00691becd1
Add extra protection against null objects inside itemAllowedInContainer()
2024-04-20 20:33:36 +01:00
Dev
716df08983
Revert "Revert "Inverted check to allow correct server comms""
...
This reverts commit f873edb456
.
2024-04-20 15:24:21 +01:00
Dev
5f9c51f1e3
Revert "Revert "Split out debug heading into 2 headers, one each for request/response""
...
This reverts commit 7fd9dadb13
.
2024-04-20 15:24:07 +01:00