Chomp
|
dc2579c86d
|
Skip init Offers as its immediately int on the line below
|
2025-10-20 09:56:32 +01:00 |
|
Cj
|
f3f91e37b7
|
remove unused record
|
2025-10-20 04:22:49 -04:00 |
|
Alex
|
f935eb82b9
|
Added setter to ExtensionData properties
|
2025-10-20 09:09:04 +01:00 |
|
ozen-m
|
ab62b070a8
|
Fix insurance removes stored item and fix drawn element not being removed (#639)
* Exclude items stored inside root item (e.g. armored rigs) when processing regular items
* Remove draw element when whitelist is null
* Simplify null check
|
2025-10-19 20:23:31 -07:00 |
|
Cj
|
37c900c8aa
|
Always overwrite locales instead of reporting an error if the key exists
|
2025-10-19 16:40:45 -04:00 |
|
Chomp
|
832e9e4b7c
|
Generate item prices before generating offers that use price data - Fixes offers being generated using stale prices, then corrected once they expire and get regenerated #641
|
2025-10-19 21:37:21 +01:00 |
|
Cj
|
fd47c47c3e
|
Remove potential for deadlock in ProfileDataService
|
2025-10-19 01:13:46 -04:00 |
|
Cj
|
80b49eb077
|
Write profile data json indented
|
2025-10-19 00:28:45 -04:00 |
|
Cj
|
4f73860e66
|
Fix ProfileDataService adding the string to the cache instead of the object
|
2025-10-19 00:09:27 -04:00 |
|
DrakiaXYZ
|
a5fe584cee
|
- Pass through main exception on json deserialization failure
- Fix below to above
|
2025-10-18 11:13:10 -07:00 |
|
DrakiaXYZ
|
5a6f560736
|
Harden config loading against exceptions
- Extra files in the `config` folder are now skipped
- Exceptions deserializing now output what file failed and the exception more clearly
|
2025-10-18 11:07:07 -07:00 |
|
Yuri
|
954eee5251
|
Fix daily quest always generating one quest type on replace.
|
2025-10-18 04:09:00 -05:00 |
|
Chomp
|
4ce5512d7d
|
Added BotConfig.ReplaceScavWith to allow adjustment of scavs into other bot types
|
2025-10-17 10:53:25 +01:00 |
|
Chomp
|
2604db86e6
|
Fixed nullref error in FixProfileBreakingInventoryItemIssues due to BSG typo
|
2025-10-17 09:05:09 +01:00 |
|
DrakiaXYZ
|
a98a5ce8a1
|
Discard duplicate item locale entry instead of throwing an exception
|
2025-10-16 18:19:08 -07:00 |
|
Chomp
|
e9a6b5953d
|
Flagged BotLocationModifier.AdditionalHostilitySettings as nullable
|
2025-10-16 21:09:34 +01:00 |
|
Chomp
|
b23832267c
|
Fixed sort by name not working due to it being really slow #625
|
2025-10-16 18:23:26 +01:00 |
|
Chomp
|
13f370f0dc
|
Fixed nullref inside GetItemMinAvgMaxFleaPriceValues
|
2025-10-16 16:29:47 +01:00 |
|
Chomp
|
697e07456d
|
Persist PMC stats on prestige
|
2025-10-16 15:55:49 +01:00 |
|
Archangel
|
0e548aa080
|
UnmappedMemberHandling on debug builds only
|
2025-10-16 12:34:03 +02:00 |
|
DrakiaXYZ
|
2d0713d94e
|
Offset PMC spawns to start of raid when using a simulated raid start
|
2025-10-15 18:15:28 -07:00 |
|
Chomp
|
b15892b256
|
Fixed nullref inside ChargePlayerTaxFee #620
|
2025-10-15 20:29:02 +01:00 |
|
Chomp
|
56026297cf
|
Fixed logic error inside CheckAndLockOfferFromPlayerTieredFlea
|
2025-10-14 18:23:09 +01:00 |
|
Chomp
|
12a086bc70
|
Show unlock at level x instead of offer creators name in flea while item is tier locked
|
2025-10-14 12:22:32 +01:00 |
|
Chomp
|
562dee37d7
|
Fixed tiered flea issue. A level level profile can lock item for all other profiles until server restarts
|
2025-10-14 12:19:15 +01:00 |
|
DrakiaXYZ
|
eedc4e543e
|
Formatting
|
2025-10-13 14:45:57 -07:00 |
|
DrakiaXYZ
|
14e6f187b8
|
Fix commando inheriting all chat commands
- Add new ICommandoCommand interface for Commando-specific commands
|
2025-10-13 14:44:38 -07:00 |
|
Archangel
|
a9b715c0c3
|
Set to 0 if we're below 0
|
2025-10-13 16:42:43 +02:00 |
|
Archangel
|
4cf3279f97
|
Add handler for PointsEarnedDuringSession overflow
|
2025-10-13 16:27:21 +02:00 |
|
Archangel
|
6d65e68e29
|
Add comments
|
2025-10-13 15:34:46 +02:00 |
|
Archangel
|
740895056f
|
Accept VS suggestion
|
2025-10-13 15:23:39 +02:00 |
|
Archangel
|
3d1f757d1e
|
Fix index going out of range on probability object array
|
2025-10-13 15:19:49 +02:00 |
|
Archangel
|
fa674ef3ae
|
Make file writes atomic
|
2025-10-13 15:17:04 +02:00 |
|
Chomp
|
64b4881dfb
|
Log Total system memory in OS-agnostic way
|
2025-10-12 17:21:33 +01:00 |
|
Chomp
|
a66ce40ba8
|
Updated Cost logging to be debug
|
2025-10-12 16:34:36 +01:00 |
|
Chomp
|
9bbfee8e6d
|
Cleaned up comments and var usage inside UpdateQuestsForGameEdition
|
2025-10-12 11:16:19 +01:00 |
|
Chomp
|
a7798b1b27
|
Added comments to GetOffersOfType
|
2025-10-12 09:43:45 +01:00 |
|
Chomp
|
4bc643adfb
|
Merge pull request #613 from DrakiaXYZ/fix-hideoutexamine
Fix examining item in hideout upgrade panel exception
|
2025-10-12 07:53:27 +00:00 |
|
DrakiaXYZ
|
e4c5b69fec
|
Formatting
|
2025-10-11 22:57:03 -07:00 |
|
DrakiaXYZ
|
1bdfd4186e
|
Implement ToStringJsonConverter Read method
|
2025-10-11 22:55:44 -07:00 |
|
DrakiaXYZ
|
b416d7109a
|
Fix launcher not showing mods
Convert `Version` and `SptVersion` to strings when serializing JSON for AbstractModMetadata
|
2025-10-11 22:44:27 -07:00 |
|
DrakiaXYZ
|
e00dcc719c
|
Fix examining item in hideout upgrade panel exception
|
2025-10-11 21:19:32 -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 |
|
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 |
|
Archangel
|
699a4dfafe
|
Cleanup
|
2025-10-10 16:14:23 +02:00 |
|