Commit Graph

2309 Commits

Author SHA1 Message Date
Chomp bcd366c2b5 Updated fastcloner nuget package 2025-06-07 18:32:05 +01:00
Chomp 9fd09f6128 Added additional missing soft inserts 2025-06-07 14:32:47 +01:00
Chomp 941a4f188d Added missing soft inserts to ref assort #370 2025-06-07 14:16:55 +01:00
Chomp fb31786ee2 Updated profile templates to be a dictionary, cleaned up all uses of it throughout code
Added `profileHelper.GetProfileTemplateForSide`
2025-06-07 12:17:28 +01:00
Chomp e444a9a3b6 Small optimisation of GetOffers()
Only process the paginated trader offers before sending to client
2025-06-07 10:40:27 +01:00
Chomp 5b29ce761b Added resasonable defaults for call to _ragfairSortHelper.SortOffers 2025-06-07 10:31:22 +01:00
Chomp 3df2fdfc0f Added edge-case handling to flea offer results pagination, stops server trying to get offers starting at a higher index than the end position
Moved pagination code into own function
Resolved various IDE warnings
Added comments
2025-06-07 10:19:24 +01:00
Chomp c9da583b0f Merge pull request #371 from RuKira/develop
Shadow of Tagilla Helmet (Replica) & Fleece Fabric
2025-06-07 09:11:40 +01:00
RuKira 6eaab5cba2 Added Missing Cultist Recipes, Shadow of Tagilla Helmet (Replica) & Fleece Fabric 2025-06-07 03:14:12 -04:00
Chomp 2d330b2329 Merge pull request #365 from sp-tarkov/ceciler
Fody sucks :)
2025-06-06 18:50:26 +01:00
Alex be7e0aea2d Fody sucks :) 2025-06-06 17:44:10 +01:00
Chomp 85014c1ec5 Added comment to AddStashRowsBonusToProfile 2025-06-06 15:22:40 +01:00
Chomp de36e24772 Add new record 2025-06-06 13:24:14 +01:00
Chomp 855c5e39c0 Minor code improvement to ReturnUnsoldPlayerOffer 2025-06-06 12:37:53 +01:00
Chomp c264b87c30 Created CreateRagfairNewRatingNotification and show when player offer fails and is returned 2025-06-06 12:27:50 +01:00
Chomp 822450787a Updated NotificationEventType order/values with data from client 2025-06-06 11:58:46 +01:00
Chomp 60cdc39463 Added BACKPACK_MYSTERY_RANCH_TERRAFRAME_BACKPACK_CHRISTMAS_EDITION 2025-06-06 09:29:40 +01:00
Chomp c52a189557 Added BARTER_SHYSHKA_CHRISTMAS_TREE_LIFE_EXTENDER and BACKPACK_MYSTERY_RANCH_TERRAFRAME_BACKPACK_CHRISTMAS_EDITION to christmas items 2025-06-06 09:27:27 +01:00
Jesse 3d288f3489 Fix up converters to target all assemblies in the AppDomain (#364)
* Fix up converters to target all assemblies in the AppDomain

* Make test more robust

* Make test more robust v2 electric boogaloo
2025-06-06 07:23:26 +01:00
Chomp 71ad18b9da Merge pull request #363 from sp-tarkov/add-enumconverter
Add additional enum converts
2025-06-05 20:37:24 +01:00
Chomp ce778c3715 Merge pull request #362 from sp-tarkov/ItemEventRouter-async
Make ItemEventRouter's asynchronous
2025-06-05 20:36:09 +01:00
Archangel 0190c00aac Add additional enum converts to these enums 2025-06-05 21:12:04 +02:00
Archangel e88f83ba7e Make ItemEventRouter's asynchronous 2025-06-05 20:31:32 +02:00
Chomp 92bc45bcb5 Add Ukranian to supported server list 2025-06-05 17:07:02 +01:00
Chomp 206d57f9da Fixed SPT bot not showing new lines #361 2025-06-05 15:19:06 +01:00
Chomp fee5a1f4dc Fixed AddStashRowsBonusToProfile due to inverted null check fixes #360 2025-06-05 15:10:33 +01:00
Chomp 2eb7b798c3 Fixed issues with ReplaceBotHostility 2025-06-05 15:04:52 +01:00
Chomp 304adab743 Clean up vars 2025-06-05 14:48:53 +01:00
Chomp ab148beae0 Fixed veryspooky SPT command throwing error #359 due to error in getting location name inside AddEventBossesToMaps 2025-06-05 14:47:19 +01:00
Chomp 8023aff959 Improved how OnUpdate is handled 2025-06-05 14:21:28 +01:00
Chomp 09211c78ee Updated OnUpdate to return task<bool> 2025-06-05 14:12:10 +01:00
Chomp 969e94975e Fixed hideout OnUpdate not triggering correctly 2025-06-05 13:52:27 +01:00
Chomp 82b8c7d2da Fixed ragfair offers not being processed Fixes #358 2025-06-05 13:41:40 +01:00
Chomp 2019e7d182 Renamed variable for clarity 2025-06-05 12:06:45 +01:00
Chomp 4890bc9caf Resolved purchased PMC offers on flea getting set to 'expired' instead of being removed, Resolves #357
Renamed `ReturnPlayerOffer` to `ReturnUnsoldPlayerOffer`
Added comments
Renamed variables for better clarity

Small cleanup of `RagfairOfferService`
2025-06-05 11:31:45 +01:00
Chomp 9dd62471e8 Fixed typo 2025-06-05 09:51:30 +01:00
Chomp f1d4a098d2 Added PMCs to labyrinth
4x PMCs on raid start, 2 more 6~ minutes into raid

Resolves #350
2025-06-05 09:33:51 +01:00
Chomp 4b3d9a57a9 Further improvements to GetAllPropsAsDict
Return the props of `ExtensionData`
2025-06-05 09:19:02 +01:00
Chomp ecad23cd31 Improved ExtensionData checks, moved closer to source 2025-06-05 08:28:13 +01:00
Chomp df16088a73 Merge pull request #356 from sp-tarkov/static-pmctypes
Set PMC types statically
2025-06-05 08:17:11 +01:00
Archangel 3fc3ecc0fc Set PMC types statically 2025-06-05 07:31:05 +02:00
Chomp 37bd3a433c Handle various locations where ExtendedData causes issues 2025-06-04 21:28:29 +01:00
Jesse 787752b555 Async task OnUpdate (#355)
* Make OnUpdate a task instead a void, handle OnUpdate better by running it in it's own task

* Make helper transient, resolve mod loading issues
2025-06-04 20:53:39 +01:00
Chomp a92994e50b Changed Error handling request to critical 2025-06-04 19:58:04 +01:00
Chomp 6377d92d47 Updated ref assort data 2025-06-04 19:21:10 +01:00
Chomp 417201767d Include reference to Reflection in .Server (#354) 2025-06-04 18:00:21 +01:00
Archangel 674b86656a Include reference to Reflection in .Server 2025-06-04 18:56:33 +02:00
Chomp 112afd3391 Fixed flea logic that prevented offers being listed for complex items (items /w children)
`GetItemsToListOnFleaFromInventory` would not keep the root item at index 0, client requires this

`FindAndReturnChildrenAsItems` now inserts root item at index 0
`CreateMultiOffer` now looks for root item by its id

Updated `CreateSingleOffer` to not choose first inventory item as root, search for it instead

Fixes #318
2025-06-04 17:30:26 +01:00
Chomp adf65f497c Fixed quests not failing other quests #345 2025-06-04 15:53:12 +01:00
Chomp 838e72ff3c Cleanup of weavers xsd 2025-06-04 14:51:47 +01:00