Commit Graph

3659 Commits

Author SHA1 Message Date
DrakiaXYZ 76d9beb28d Merge pull request #610 from sp-tarkov/develop
Merge develop into main
2025-10-11 20:24:02 -07:00
Chomp 0582f8d5fc Fixed ExamineItem() log message error 2025-10-11 19:48:20 +01:00
Chomp 7403990e69 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-11 10:08:34 +01:00
Chomp e813357a60 Updated mongoid length check to log the string, not the name of the param 2025-10-11 10:08:21 +01:00
Chomp 2576a163e3 Merge pull request #609 from DrakiaXYZ/fix-workout
Fix incorrect workout classes
2025-10-11 07:32:06 +00:00
DrakiaXYZ 4b421b6f47 Fix incorrect workout classes 2025-10-10 23:15:25 -07:00
Chomp cda3511227 Streamlined logic check inside GetActiveChatBots 2025-10-10 17:53:08 +01:00
Chomp ef4c646ffd Fixed being unable to disable chatbots 2025-10-10 17:50:01 +01:00
Chomp a0937c2d33 Fixed gift code messages not working correctly 2025-10-10 17:43:15 +01:00
sp-tarkov-bot 730883dc4a Format Style Fixes 2025-10-10 15:41:51 +00:00
Chomp b2a3d58dfe Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-10 16:40:36 +01:00
Chomp c8cc6a8c5f Added direct sacrifice reward for Friend from Norvinsk - Part 5 2025-10-10 16:40:24 +01:00
Archangel 699a4dfafe Cleanup 2025-10-10 16:14:23 +02:00
Archangel c372418165 Improve SptLogger stability & do not implement IDisposable 2025-10-10 16:13:24 +02:00
Archangel 8fb7b96127 Render test page interactively 2025-10-10 15:25:15 +02:00
Archangel 70ef0bcc7e Add interactive element to test page 2025-10-10 14:54:55 +02:00
Archangel 5670e5a123 Set page render mode 2025-10-10 14:52:59 +02:00
Chomp 3945869414 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-10 12:38:18 +01:00
Chomp 92ed412823 Reduced zombie head hp - workaround for halloween event being nearly impossible 2025-10-10 12:38:03 +01:00
sp-tarkov-bot 331162e141 Format Style Fixes 2025-10-10 11:27:26 +00:00
Chomp 57a1b16505 Improved handling of ammo pick when data not found in bot json 2025-10-10 12:26:34 +01:00
sp-tarkov-bot 8ad0f3d31a Format Style Fixes 2025-10-10 11:19:58 +00:00
Chomp 117b07d73b Added missing Caliber40mmRU values 2025-10-10 12:19:03 +01:00
sp-tarkov-bot da115b77ec Format Style Fixes 2025-10-10 09:55:07 +00:00
Chomp 48b41add00 Added dummy head to PMCs during Halloween event
Made `FIxDogtag` method protected
2025-10-10 10:54:13 +01:00
Chomp 310e8eee20 Fixed dogtag case not accepting all dogtag TPLs via FixDogtagCaseNotAcceptingAllDogtags call on server start 2025-10-10 09:41:32 +01:00
Chomp d9367c378e Expanded dogtag slot allowed IDs 2025-10-09 22:05:11 +01:00
Chomp 77b706baeb Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-09 21:10:50 +01:00
Chomp 4b03f39e60 Updated CountPVE property 2025-10-09 21:10:25 +01:00
Archangel 4188ed8cbd Remove CountPve 2025-10-09 22:03:23 +02:00
Archangel 9baa1236d4 Make StaticLoot IEnumerable 2025-10-09 20:19:36 +02:00
Chomp 7f6e96a656 Merge pull request #606 from DrakiaXYZ/fix-salessum
Fix traders salessum not increasing on purchase
2025-10-09 07:31:03 +00:00
DrakiaXYZ b15d1e3034 Fix traders salessum not increasing on purchase
The chance of a PMC transaction ID overlapping with a trader is slim to none, but the request type can be multiple this for traders. Skip checking type, and validate just using the transaction ID
2025-10-08 16:29:20 -07:00
Chomp b2e33c551a Updated server locales 2025-10-08 22:38:41 +01:00
Chomp 5863379cc6 Bumped PMC spawns to 30 secs 2025-10-08 17:52:57 +01:00
Chomp 65a9e0f35e Delayed all starting PMCs for 20 seconds on raid start 2025-10-08 17:15:00 +01:00
sp-tarkov-bot 5639e6c5e0 Format Style Fixes 2025-10-08 12:59:03 +00:00
Chomp c99f05b663 Added missing ref offers gained via arena play 2025-10-08 13:58:05 +01:00
Chomp 51cbc96c49 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-08 11:40:34 +01:00
Chomp a5d98c1f61 Added offerListingTaxMultiplier to ragfair config and wired up. Defaults to off 2025-10-08 11:40:23 +01:00
sp-tarkov-bot 499fac75f6 Format Style Fixes 2025-10-08 09:58:05 +00:00
Chomp 604abd6ba9 Updated REF assort data 2025-10-08 10:57:15 +01:00
Chomp bf14a09091 Reduced PMC spawns on factory 2025-10-08 09:21:53 +01:00
Chomp 49ae448b0d Added missing achievement icon 2025-10-07 22:03:11 +01:00
DrakiaXYZ c756479239 Fix mod SptVersion to be a range (#605)
* Fix mod SptVersion to be a range
- SptVersion and ModDependencies now use a Range instead of a set version
- Remove IsValid and IsValidRange checks from ModValidator, as invalid values will fail to parse into the strong types before this method is called
- Remove unused "AnySatisfies" and "IsValid*" methods from ISemVer
- Update TestMod to use Range types

* Formatting

---------

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
2025-10-07 15:56:48 +00:00
sp-tarkov-bot 3e576a1143 Format Style Fixes 2025-10-07 15:26:13 +00:00
Archangel 501f5d6615 Update exception thrown if AbstractModMetadata fails to Activate 2025-10-07 17:25:10 +02:00
Chomp 89ca6d693b Updated test mod SptVersion 2025-10-07 16:16:11 +01:00
Chomp c4b4cf666f Updated modloader-loaded_mod logging 2025-10-07 15:04:58 +01:00
Chomp fcf99a3464 Added helper method GetProfileTemplateFlagValue 2025-10-07 11:50:50 +01:00