Commit Graph

1227 Commits

Author SHA1 Message Date
Chomp 344ea6de35 Moved container methods around
Added code to validate items fit into airdrop crate

Updated `CreateForcedLoot` and `CreateRandomLoot` to return items with their children

Updated `SetFoundInRaid` to not add a upd to money/currency if it doesn't already have one
2025-05-02 19:48:28 +01:00
CWX ff40b2d1c7 add vog-30 shrapnel to blacklist 2025-05-02 19:00:45 +01:00
CWX fb64349691 Merge branch 'develop' of github.com:sp-tarkov/server-csharp into develop 2025-05-02 17:13:45 +01:00
CWX a0bc2803f6 add upd check 2025-05-02 17:13:36 +01:00
clodanSPT ec0f8b2eab Made program statics running in local turning debug variable depending on the runtime mode (#225)
Co-authored-by: Alex <clodanSPT@hotmail.com>
2025-05-02 17:09:59 +01:00
hulkhan22 25386d588f Fix bonus ID check (#223) 2025-05-01 22:04:17 +01:00
Chomp 1976218991 Updated locations where we parse a number stored as a string into a double to use CultureInfo.InvariantCulture, this resolves errors with languages that don't use commas instead of periods in numbers 2025-05-01 17:41:54 +01:00
Chomp e716e7b1d8 Made use of ProfileActivityService inside HandleFallback
Removed storage of session id from `HandleFeedback`

Cleaned up `ProfileActivityService`
2025-05-01 13:51:04 +01:00
Alex a14cbee52f removed app context concurrent dictionary in favor of method lock object 2025-05-01 10:45:02 +01:00
hulkhan22 247c0b77b1 fix: Infinite loading screen (#216)
* Fix various issues that cause infinite loading

* Revert nullable
2025-05-01 08:18:10 +01:00
Chomp 2393619dac Added sandbox_high to containerRandomisationSettings 2025-04-30 22:19:58 +01:00
Chomp f50e22ed5f Updated quest json
Added missing banners
2025-04-30 16:51:17 +01:00
CWX 0f3795fc49 fix buff logic for nulls 2025-04-30 15:59:13 +01:00
CWX 1984555dbc Update Terminal base json 2025-04-30 15:51:02 +01:00
CWX 44c5a488c8 fix checking null or empty 2025-04-30 15:33:01 +01:00
CWX ddef9a992a remove terminal banner as its not available 2025-04-30 13:51:22 +01:00
CWX 309fffeab2 Remove redundant code from node 2025-04-30 13:31:25 +01:00
Chomp 442011fef3 Deconstruct KvP inside PayMoney 2025-04-30 13:12:51 +01:00
Chomp c6c76303e3 Show active eft version in watermark 2025-04-30 13:11:58 +01:00
Chomp 7b8a10adeb Updated map location values 2025-04-30 13:11:35 +01:00
Chomp c6e717bf2b Updated various JSONs - part 4 (assorts) 2025-04-29 22:24:37 +01:00
Chomp e8177c6ef8 Updated various JSONs - part 3 2025-04-29 21:42:19 +01:00
CWX 990fe1cd7f Fix: taking the wrong amount 2025-04-29 21:41:26 +01:00
Chomp 837f96d369 Updated various JSONs - part 2 2025-04-29 21:08:10 +01:00
clodan 57974a552b Fixed component naming and dependency injection prioritization 2025-04-29 21:04:35 +01:00
Chomp 74301dfa8f Updated various JSONs - part 1 2025-04-29 20:43:11 +01:00
CWX f3ad660ef2 Merge pull request #201 from hulkhan22/fix/arms-legs
fix: Send correct bodyparts to client for daily quests
2025-04-29 20:20:04 +01:00
CWX 714d685304 Merge pull request #208 from hulkhan22/fix/health-regen
fix: Energy and hydration not generating when game is shut down
2025-04-29 19:25:57 +01:00
CWX 3bebd49f8f Merge pull request #199 from hulkhan22/refactor/perf-work
refactor: Bot caching & chat messages at raid end
2025-04-29 19:21:54 +01:00
CWX 49808c96ff Merge branch 'develop' into extra-props 2025-04-29 19:19:30 +01:00
clodan 2dd57a1080 Added Release extension of data for item and ups for modders to add extra properties 2025-04-29 19:02:14 +01:00
hulkhan22 6a5926ccfd Merge branch 'develop' into fix/health-regen 2025-04-29 19:51:20 +02:00
hulkhan22 d1cb04264c Merge branch 'develop' into fix/arms-legs 2025-04-29 19:50:38 +02:00
hulkhan22 7175110546 Merge branch 'develop' into refactor/perf-work 2025-04-29 19:49:12 +02:00
CWX ae39d6f579 Merge branch 'develop' into location-enum 2025-04-29 18:46:48 +01:00
Chris Adamson 9fb8b62630 remove logs 2025-04-29 12:45:36 -05:00
hulkhan22 c74b59f8cb Merge branch 'develop' into fix/health-regen 2025-04-29 19:45:04 +02:00
hulkhan22 ba70911de3 Fix health and hydration regen 2025-04-29 19:44:03 +02:00
Chomp feb031bd8b Updated core config 2025-04-29 17:59:03 +01:00
Chris Adamson a446f039c9 location enum for fresh profiles 2025-04-29 11:44:25 -05:00
Chomp 8285a1e92d Updated PMC difficulty values 2025-04-29 17:31:31 +01:00
Chris Adamson de38f1fe88 try just the enum 2025-04-29 10:57:12 -05:00
hulkhan22 0d8c66a12d Merge branch 'develop' into refactor/perf-work 2025-04-29 13:00:15 +02:00
hulkhan22 b519da3e48 Make BotDetailsForChatMessages a record 2025-04-29 12:54:56 +02:00
Chomp 760f3e3c72 Revert "fixed error where itemlocation can be either a string or int" 2025-04-29 08:47:44 +01:00
Chomp 370de0250f Merge pull request #203 from hulkhan22/fix/cast-error
fix: Fix cast & filtering during elimination quest generation
2025-04-29 08:34:51 +01:00
hulkhan22 9357c1d2b9 Fix cast & filtering 2025-04-29 00:33:40 +02:00
hulkhan22 072113004e Define bodypart constants for efficiency 2025-04-28 23:39:33 +02:00
hulkhan22 c1b8f8c6a0 Fix body parts sent to client 2025-04-28 23:27:51 +02:00
Chomp 1e42c8b8db Merge branch 'develop' into refactor/perf-work 2025-04-28 21:16:03 +01:00