Commit Graph

3510 Commits

Author SHA1 Message Date
Archangel 1bc3ef63f4 Send content length as a header for files 2025-09-19 15:27:49 +02:00
sp-tarkov-bot 499e725e8c Format Style Fixes 2025-09-18 22:36:26 +00:00
Chomp 55b819e1ec Removed GetItemRarityMultiplier, the values in items.json are garbage and should not be used
Added system to add multiplier to items that are used to craft in the hideout
2025-09-18 23:35:27 +01:00
Cj 35b595cff0 Prefer Count over Any() 2025-09-18 14:19:11 -04:00
Archangel f3470aac59 Remove redundant checks for MongoId 2025-09-18 19:57:34 +02:00
Archangel 5fc7761b4c Send InvalidOrUnloadableProfile to launcher 2025-09-18 19:56:26 +02:00
Cj 10566f2fc4 Remove old clothing service code, BSG changed how it works. Leaving it to modders. 2025-09-18 13:36:37 -04:00
Archangel 7024b77d88 Handle error in response 2025-09-18 18:17:52 +02:00
Archangel 7184b4e5db Stop execution of invalid profiles on game start 2025-09-18 18:09:41 +02:00
Chomp f7e8aa9e77 Added GetItemRarityMultiplier 2025-09-18 16:31:35 +01:00
sp-tarkov-bot 60990a22a3 Format Style Fixes 2025-09-18 13:04:36 +00:00
Chomp fb175d4341 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-09-18 14:03:39 +01:00
Chomp e8897886d2 Added an item type price multiplier override to GetFleaBasePriceMultiplier
All keycards now use a `2.5` multiplier, not just the red keycard
2025-09-18 14:03:28 +01:00
Chomp 9037b4d74c Add MeansImplicitUse attribute to patch and injectable attributes (#591) 2025-09-18 09:34:27 +00:00
qe201020335 26d816ee56 Add MeansImplicitUse attribute to patch and injectable attributes 2025-09-18 00:53:26 -04:00
Archangel 1cc1d2e95d Remove unused record 2025-09-17 20:49:10 +02:00
Archangel 6a4efe9e53 Set correct type on global LocationInfection 2025-09-17 20:47:24 +02:00
sp-tarkov-bot 0c471cf3c1 Format Style Fixes 2025-09-16 21:25:51 +00:00
Chomp 1ef9ebd88a Added system to generate item flea base prices based on handbook value 2025-09-16 22:24:35 +01:00
Chomp 2d172649e1 Added new items found in live pvp flea to prices.json
Existing values unchanged
2025-09-15 17:30:11 +01:00
Chomp 3d67fdd02a Reverted removal of event item 2025-09-15 17:24:53 +01:00
sp-tarkov-bot 1c7294f19c Format Style Fixes 2025-09-15 16:13:13 +00:00
Chomp a7b325372c Added Programmer's diary (Copy) to PMC loot blacklist 2025-09-15 17:12:21 +01:00
sp-tarkov-bot b818c99b24 Format Style Fixes 2025-09-15 15:41:35 +00:00
Chomp af86b839a0 Blacklisted Thumb drive with military data event item from loot rewards and PMCs 2025-09-15 16:40:41 +01:00
Chomp 794aa558a0 Adjusted partizan grenade wights 2025-09-15 13:25:32 +01:00
Chomp 746fad8810 Increased PMC backpack loot price limits 2025-09-14 16:40:32 +01:00
Chomp 3fa72b5064 Code lint 2025-09-14 16:40:05 +01:00
Chomp 45237693f8 Fixed issue with GenerateExtraPropertiesForItem not returning Upd object 2025-09-14 16:39:47 +01:00
Chomp 7bbb76d755 Removed unused import 2025-09-14 16:03:06 +01:00
Chomp 0ddb9cebb3 Updated locales 2025-09-14 16:02:52 +01:00
Chomp 3ac47c6c60 Increased partisan mag count 2025-09-14 15:52:13 +01:00
Chomp d0a24db828 Removed recursion from GeneratePool
Reduced use of locks
2025-09-14 15:44:04 +01:00
Chomp 60271229f9 Performance/locking/name improvements to GeneratePool 2025-09-14 15:07:20 +01:00
Chomp e95421820a Reduced PMC ATTACK_LAY_CHANCE value to 15 2025-09-14 12:54:47 +01:00
sp-tarkov-bot 1ee05fb1fc Format Style Fixes 2025-09-14 10:43:53 +00:00
Chomp 8b2a42eda8 Removed PVP ref quests 2025-09-14 11:43:00 +01:00
sp-tarkov-bot a88f4bb07c Format Style Fixes 2025-09-14 10:13:18 +00:00
Chomp fd57c1aed9 Added Programmer's diary (Copy) to loot blacklist 2025-09-14 11:12:24 +01:00
Chomp 11ec6f66da Fixed issue with 0 valued maxhpresource items causing errors 2025-09-14 11:07:54 +01:00
Chomp ee1cca6330 Force StackObjectCount property to be added to:
Bot equipment
Bot loot
Player scav additional loot items

Emulates what we see in live data
2025-09-14 10:20:24 +01:00
Chomp 0c68d56ee1 Improved GetRandomizedResourceValue + GenerateExtraPropertiesForItem handling of values
Explicit handling of value == 1
Prevent returned value being below 1
Allow caller to force `StackObjectsCount` property
Renamed returned object
2025-09-14 10:17:49 +01:00
Cj 11ae50875a Custom quest service (#589)
* Initial work

* add todo

* Fix up errors

* More work on CustomQuestService

* Fix mistake

* Remove cloning work, its cancer

* clean-up

* Use TryAdd as a guard

* localize errors

* remove unused exception

* fix using

* fix not passing logging params
2025-09-14 09:20:25 +01:00
Chomp eae750a0c7 Improved property comments 2025-09-13 20:43:38 +01:00
Chomp d38c9358fe Adjusted PMC difficulty values based on values BSG uses for their PMCs as a base 2025-09-13 17:26:11 +01:00
sp-tarkov-bot c5b4834473 Format Style Fixes 2025-09-12 19:42:52 +00:00
Chomp 8559c16851 Added missing PMC difficulty values 2025-09-12 20:41:46 +01:00
Chomp e94137b472 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-09-12 20:10:20 +01:00
Chomp a3e634dfa2 Updated server locales 2025-09-12 20:10:09 +01:00
sp-tarkov-bot a3de70e93a Format Style Fixes 2025-09-12 18:24:57 +00:00