Commit Graph

3645 Commits

Author SHA1 Message Date
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
sp-tarkov-bot b4c881034e Format Style Fixes 2025-10-07 10:22:43 +00:00
Chomp a09e8bf3fa Added customFlags <string/bool> dict property to profile templates 2025-10-07 11:21:46 +01:00
Chomp 7e0d911113 Added patreon names + cleanup of variables 2025-10-07 10:02:45 +01:00
Archangel 487085be95 Update referenced packages 2025-10-06 15:52:16 +02:00
Chomp 53b950609e Removed dupe log line 2025-10-06 12:26:00 +01:00
Chomp b15e284bc1 Merge pull request #604 from sp-tarkov/prevent-close
Prevent closing the server if an exception happens
2025-10-06 11:24:56 +00:00
Chomp ed4299a194 Merge branch 'develop' into prevent-close 2025-10-06 11:24:44 +00:00
Alex 1f0991f695 Prevent closing the server if an exception happens 2025-10-06 12:16:49 +01:00
Cj 5e0c32e9c2 Add method comment 2025-10-06 05:22:43 -04:00
Chomp 2376d54d71 Fixed flea offer item count + cultist circle rouble value being incorrect when using randomUtil.GetPercentOfValue 2025-10-06 09:51:40 +01:00
Chomp 7350a87c5f Undo test code changes 2025-10-05 14:28:14 +01:00
Chomp 022c3d3d0a Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-05 14:07:40 +01:00
Chomp 8e476d6992 Exclude the base dll from being copied out of root 2025-10-05 14:02:29 +01:00
sp-tarkov-bot af29eff9f8 Format Style Fixes 2025-10-05 13:00:50 +00:00