Chomp
2eca8df2fa
Default continuous to false
2025-11-04 21:43:34 +00:00
Chomp
ca7733246d
Fixed fuel listings being either min or max, now chooses variable amount
2025-11-04 10:11:44 +00:00
Chomp
21e5b5f0fc
Renamed variable to improve clarity
2025-11-04 09:47:22 +00:00
Chomp
ca3c085e76
Improved sell chance calculation inside CalculateSellChance, removes default 10% sell chance on any offer
2025-11-04 09:45:16 +00:00
Chomp
5f20768f4e
Early exit GetItemQualityModifier when item Upd object is null
2025-11-04 09:43:30 +00:00
Chomp
de55d173ed
Improved accuracy of resources removed from repair kits when used
...
Fixed invalid ID values being logged
2025-11-03 18:43:26 +00:00
Chomp
26856006ff
Fixed repairkit resource values going into negatives
2025-11-03 17:37:39 +00:00
Chomp
5eae048d99
Fixed bug in GetPresetPriceByChildren where root item was having be a combination of static and dynamic price + fixed root item not always being found
2025-11-02 19:47:54 +00:00
Chomp
088e7a156c
Do not apply ItemPriceMultiplier values to weapon price
2025-11-01 12:22:37 +00:00
Chomp
74cf552d48
Added check for player listed weapons on flea, calculate the cost of the weapon+mods and use this value as the comparison against player listing price
2025-11-01 12:20:06 +00:00
DrakiaXYZ
96c7feff55
Merge pull request #675 from DrakiaXYZ/fix-zombies
...
Fix zombie spawns
2025-11-01 09:13:35 +00:00
Archangel
5354733c94
Mark as obsolete
2025-10-31 23:17:15 +01:00
Chomp
ac88c05e1e
Fixed weapon builds not overwriting existing #654
...
Cleaned up `SaveWeaponBuild` and `SaveEquipmentBuild`
2025-10-31 18:55:47 +00:00
Chomp
2be1310c64
Revert "Updated nuget packages"
...
This reverts commit f6d9d461a6 .
2025-10-31 18:37:02 +00:00
Archangel
73d299830a
Remove unused record
2025-10-31 19:26:38 +01:00
Chomp
b92aedbc0c
Fixed player scav not having correct HP values on limbs #642
2025-10-31 18:24:30 +00:00
Chomp
f6d9d461a6
Updated nuget packages
2025-10-31 16:36:46 +00:00
Chomp
421ab55c23
Post raid effect fixes:
...
When exiting raid with severe muscle pain, prevent client instructing server to add mild muscle pain
When exiting a raid with effect that has a timer, decrease timer value by amount of time spent in raid
2025-10-31 16:29:55 +00:00
Archangel
e5bb62cf62
Default assign IEnumerable
2025-10-31 17:05:13 +01:00
Archangel
ae15dc1bee
Add migration for invalid pockets
2025-10-31 16:53:15 +01:00
Chomp
4070f866fa
Added halloween event bosses to april event
2025-10-31 13:45:06 +00:00
Chomp
c1c9b2a53f
Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop
2025-10-30 22:14:52 +00:00
Chomp
ab882617d7
Generate weapon/armor price based on the child item price total
2025-10-30 22:13:53 +00:00
Tyfon
cac81f417d
Account for compound items in DialogHelper.GetMessageItemContents
2025-10-30 11:03:24 -07:00
Chomp
df068fb8bd
ProfileDataService changes:
...
Added `ClearProfileData()`
Replaced filepath access with `Path.Combine`
Reduced various sources of duplication
2025-10-30 10:45:22 +00:00
DrakiaXYZ
ef18c902dc
Addd a new ReleaseCheckService to notify users of updates ( #670 )
...
* Addd a new ReleaseCheckService to notify users of updates
- Pulls the latest release from GitHub API to compare the tag against the users current SPT version
- Runs at the very end of the startup process to avoid being pushed off screen by mod logging
- Only notifies of patch version increments, not major or minor increments
- Links the release notes so users can Ctrl+Click to open directly to the upgrade page
- Is run on its own thread, and discards all errors, so as to not impact users without an internet connection or ability to access GitHub
* Formatting
* Use record for the ReleaseInformation class
---------
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com >
2025-10-30 09:05:34 +00:00
Chomp
b6b67e0ecc
Enabled Night of The Cult bosses to spawn
2025-10-29 23:23:24 +00:00
Chomp
2aebb3643b
Fixed incorrect logic
2025-10-29 23:19:37 +00:00
Chomp
15fbe958c9
Don't apply hostility changes to maps without zombies during halloween
...
`ReplaceBotHostiltiy` has optional map whitelist param
2025-10-29 17:01:57 +00:00
sp-tarkov-bot
3da3ea1098
Format Style Fixes
2025-10-28 17:03:57 +00:00
CWX
abb844c9ce
formatting and add Wipe Endpoint to V2
2025-10-28 17:02:55 +00:00
CWX
9ce50c697a
Add wipe Response model
2025-10-28 17:02:33 +00:00
CWX
2d5535c0c8
Remove unused using
2025-10-28 17:01:12 +00:00
Chomp
17c8572bed
Added comment
2025-10-27 13:34:22 +00:00
Chomp
88037291d9
Change BTR skin to tarcola during Christmas event
2025-10-27 13:32:46 +00:00
DrakiaXYZ
7039731e67
Fix exception sometimes thrown on save
...
- Switch back from File.Rename to File.Move, as Rename is throwing exceptions on some users systems
2025-10-26 23:04:30 -07:00
DrakiaXYZ
60acb23d72
Move cooldown check inside the lock for better thread safety ( #663 )
...
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com >
Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com >
2025-10-26 17:27:30 +00:00
DrakiaXYZ
4e73778920
Fix multiple backups running at once
...
- Backups now have a cooldown, default of 30 seconds
- Backups now have a lock, in the event of a TOC/TOU race condition, the lock will stop duplicate backups
2025-10-26 10:17:26 -07:00
sp-tarkov-bot
aa3bda6578
Format Style Fixes
2025-10-26 08:50:45 +00:00
GrooveypenguinX
07aa4c8977
Implemented Modded Trader Customization Services ( #660 )
...
Co-authored-by: GrooveypenguinX <jakechase2110@gmail.comX >
Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com >
2025-10-26 08:49:39 +00:00
DrakiaXYZ
d375879a3a
Fix post-raid health ( #661 )
...
* Fix post-raid health
- Re-add death penalty for limbs
- Correctly set body part HP to 1 for cursed death only
- Use the server profile body part max HP for calculating penalties
- Never modify the body part max HP on the profile
- Remove ResetMaxLimbHp as it's unnecessary if we never update max HP elsewhere
* Formatting
* Remove unnecessary null coalescing
* Stupid formatting
---------
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com >
2025-10-26 08:47:40 +00:00
DrakiaXYZ
a524dc47dd
Merge pull request #658 from DrakiaXYZ/fix-savecontention
...
Fix potential file access contention in SaveProfileAsync
2025-10-25 21:43:14 +00:00
Cj
a608b33f38
Merge branch 'develop' into develop
2025-10-24 19:03:17 -04:00
Tyfon
dae5da9399
Adjust when Dialogue.AttachmentsNew is changed
2025-10-24 15:48:00 -07:00
Chomp
a46e26725f
Hardened GetRandomizedResourceValue when GetPercentOfValuereturns values below 1
2025-10-24 21:59:04 +01:00
Chomp
7bf0ecc78e
Remove eft version tag from watermark
2025-10-23 20:23:05 +01:00
sp-tarkov-bot
776f09c470
Format Style Fixes
2025-10-23 16:24:33 +00:00
Archangel
0038e19489
Add new migration
2025-10-23 18:23:19 +02:00
Chomp
f702c4f85f
Fixed AllExtracts json issue
2025-10-23 14:35:19 +01:00
Archangel
f3b2af7ccc
Remove dupe unused props
2025-10-23 08:06:32 +02:00