Dev
0bc807a6b8
Added ability to send insurance mail after Labs raid via editing of labs `base.json/insurance property
2024-04-16 17:28:00 +01:00
Dev
f50a400cde
Add missing validation checks to ammo cache generation for scav case
2024-04-16 16:05:33 +01:00
Dev
d609d4b41a
Improved local request log handling
2024-04-16 15:53:54 +01:00
Dev
4e936572e5
Update filterInsuredItems()
to log when insurance items are found
2024-04-16 10:57:27 +01:00
Dev
62a0731cd1
Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.1-DEV
2024-04-16 09:57:45 +01:00
Dev
82d568a428
Cleaned up findAndAddRandomPresetToLoot()
...
Added nullcheck for an empty presetPool parameter
Cleaned up comments where possible
Cleaned up variable names where possible
2024-04-16 09:57:19 +01:00
Brent
c2b376e697
Add missing weapons to WeaponType enum, fix assort comments ( !292 )
...
Added RSh-12 and 40mm GLs to WeaponTypes.ts
Fixed incorrect comments on assort functions
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/292
Co-authored-by: Brent <wiggyvidyadev@gmail.com>
Co-committed-by: Brent <wiggyvidyadev@gmail.com>
2024-04-16 07:34:08 +00:00
chomp
1cb6859f2f
Merge pull request 'Fix issue 627, limit Reshala and Sanitar keys' ( !293 ) from Brent/Server:server_3_8_1_issue627 into 3.8.1-DEV
...
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/293
2024-04-16 07:17:03 +00:00
DrakiaXYZ
521cf51f0e
Fix multiple server instances overwriting profiles with old data ( !291 )
...
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/291
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-04-16 07:15:49 +00:00
Brent
5026dc13ab
Fix issue 627, limit Reshala and Sanitar keys
2024-04-16 00:47:42 -04:00
Dev
ffbeefba6f
Allow 3.8.0 mods to load into 3.8.1 with warning
2024-04-15 14:12:16 +01:00
Cj
37ec7bc9d1
Type fixes ( !290 )
...
Adds missing weapon and ammo types to enums for generated types.
Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/290
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-04-15 12:47:44 +00:00
Dev
29ef7769ee
Update akiVersion
property inside core.json
2024-04-15 09:07:44 +01:00
Dev
9c81df91d1
Fixed itemDelivery()
failing when trader lacks a dialogue
object (incorrectly configured custom traders)
2024-04-15 09:06:11 +01:00
Dev
8cbc51d20e
Revert "Merge branch '3.9.0-DEV' into 3.8.1-DEV"
...
This reverts commit 6121e65b4e
, reversing
changes made to 10b1b2b3aa
.
2024-04-15 09:00:52 +01:00
chomp
6121e65b4e
Merge branch '3.9.0-DEV' into 3.8.1-DEV
2024-04-15 07:57:24 +00:00
Dev
10b1b2b3aa
Added nullguard when req.socket.remoteAddress
is null inside handleRequest()
2024-04-15 00:06:53 +01:00
Dev
ad54e7ae98
Fixed itemAllowedInContainer()
failing when filter object is null
2024-04-14 19:33:44 +01:00
Dev
d31eedf92b
Fixed itemAllowedInContainer()
failing when the filter or excluded filter objects are null
2024-04-14 19:32:11 +01:00
Dev
0d6239ea42
Added getActiveProfileIdsWithinMinutes()
to ProfileActivityService
2024-04-13 23:04:17 +01:00
Dev
33496aa5c3
Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.1-DEV
2024-04-13 12:47:12 +01:00
Dev
a9d89695f0
Added new service ProfileActivityService
...
Maintains a timestamp of when each profile was last active on the server.
Timestamp is refreshed on two events: `game/start and `game/keepalive`
Timestamp is used to determine if a profiles hideout should be processed. If a profile has a timestamp older than 90 minutes, it is not processed. (could be set lower but its a conservative value)
This has the side effects of not adjusting the `sptUpdateLastRunTimestamp` property, resulting in `saveProfile()` not running for every profile.
My testing shows a 20x perf increase for every profile in SPT not in use.
Service could likely be used in other scenarios to avoid doing unnecessary work
2024-04-13 12:46:43 +01:00
chomp
0fb845c370
Merge pull request 'Fix some issues in the ProfileFixerService' ( !288 ) from DrakiaXYZ/Server:fix-profilefixer-builds into 3.8.1-DEV
...
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/288
2024-04-13 07:36:20 +00:00
DrakiaXYZ
272050c7cf
Fix some issues in the ProfileFixerService
...
- Allow fixing the profile even if it has no items in the inventory
- Refactor weapon build fixing so we can re-use it for equipment builds, switch both to be a .filter() call
- Add magazine build fixing, also as a .filter() call
- For any fix that iterates over an array and splices, use Object.entries to create an in-place shallow copy of the array, so we don't skip entries
- Reverse the order of the removeOrphanedQuests loop so we don't skip entries
2024-04-12 21:58:37 -07:00
Dev
73a1dd9511
Split out static/dynamic magazine fill options in config
...
set static mag fill to 0%
2024-04-12 23:05:27 +01:00
Dev
a33325cbf5
Revert change to minFillStaticMagazinePercent
2024-04-12 22:12:26 +01:00
Dev
765c2ae270
Only send failed message to player if failure message text length is great than 0 (after having whitespace trimmed)
2024-04-12 11:29:50 +01:00
Dev
364e590960
Improved logic for failing a quest - will never send a failed message for daily
2024-04-12 11:20:30 +01:00
Dev
9dc8211268
Refactored fence partial refresh code to be more generic and shared between normal/discounted assorts
2024-04-12 11:08:32 +01:00
Dev
a5924dbe0d
Fix incorrect calculation for normal fence assort count
2024-04-12 10:36:24 +01:00
Dev
1c660fcf4e
Reduced magazine fill size to 0 for static loot to match live
2024-04-12 09:50:37 +01:00
Dev
61d63d9ca6
Slightly reduce mp7a1/2 weighting on PMCs
2024-04-12 09:33:17 +01:00
Dev
d60cdb6be2
Separate out address used by backend to assist with users who have locked down local machines and cannot connect to a local http server
...
Remove unsed ip/port property assignment on server start that wasn't used anywhere
2024-04-12 09:27:15 +01:00
Refringe
8cf8688eba
Spelling Mistake
2024-04-11 21:18:38 -04:00
Refringe
0e63ced3ac
Test - Insurance - Updates for v3.8
...
- Updates the tests for insuranceController methods for v3.8
- Updates the profileInsurance fixture with updated insurance packages for v3.8
- Updated the profileInsurance factory to remove outdated references as of v3.8
2024-04-11 21:18:38 -04:00
Refringe
4a0d3c3487
Test - BotGenerator - Refactored
...
- Made the sessionId parameter for generateBotNickname optional and marked it as deprecated, to be removed in v3.9. It wasn't being used.
- Refactored the tests for the generateBotNickname method in the BotGenerator class. Mostly to bring it inline with v3.8 changes to the structure of botGenerationDetails.
2024-04-11 21:18:37 -04:00
Refringe
b59ffd8ff2
Test - InRaidHelper
...
- Removes tests for missing calculateFenceStandingChangeFromKills method
- Adds a test for the resetSkillPointsEarnedDuringRaid method
2024-04-11 21:18:36 -04:00
Refringe
5aebbb9c86
Test - ItemHelper - 3.8 Refactor
...
- Removes unused code from getRepairableItemQualityValue in itemHelper
- Updated tests for getRepairableItemQualityValue to no longer assume a special calculation for armour
- Added tests for adoptOrphanedItems (moved from insuranceController)
2024-04-11 21:18:36 -04:00
Refringe
7d3eaf735a
Test - PaymentService - Refactored payMoney test
...
Refactored the payMoney test to work with 3.8. The output is no longer returned, but updated by reference.
2024-04-11 21:18:35 -04:00
Dev
fe7ef06c6c
Dont force regen stims into PMC secures, may cause problems
2024-04-11 16:29:52 +01:00
Refringe
1cd4b055eb
Test - Updates ItemBaseClassService tests to inline with recent code changes
2024-04-10 23:16:04 -04:00
Refringe
c123c034cf
Test - Updates ItemHelper Tests
...
- Removes tests for a method that no longer exists: `generateItemsFromStackSlot`
- Updates a test to use a mock to ensure test data reliability
2024-04-10 23:13:46 -04:00
Refringe
0ec0b7a40c
Test - Updates fromRUB tests to use mocks
2024-04-10 23:10:17 -04:00
Refringe
68c2358b08
Test - Adds missing property to mock of BotGenerationDetails
2024-04-10 23:07:41 -04:00
Refringe
85aec72a63
Test - Updates the experince needed to reach level 79
2024-04-10 23:06:40 -04:00
Refringe
dfaed660ed
Workflows - Minor Formatting
2024-04-10 19:56:01 -04:00
Refringe
eb57a5e01f
Workflows - Fixes Fix Instructions
2024-04-10 19:47:11 -04:00
Refringe
2b50b29db2
Adds Lint & Style Workflows
2024-04-10 19:29:20 -04:00
Refringe
a331ab608d
Test Workflow - Cache NPM Dependencies
2024-04-10 18:42:58 -04:00
Dev
e48362ae6e
Added setting to allow/deny player wiping a profile via launcher - default true
2024-04-10 22:49:26 +01:00