Chomp
e769d43a5f
Fixed odd bot behaviour when determining friend/foe
2025-08-30 16:54:17 +01:00
Chomp
4c80ca242c
Updated various enums with values from live
2025-08-30 15:42:48 +01:00
Chomp
307071fa9f
Moved GC to later in map gen
...
Store Mongoid correctly
2025-08-29 09:48:14 +01:00
Chomp
d3f95de546
Wired up notification alert reward - untested #576
2025-08-28 22:43:08 +01:00
Chomp
7197d786dc
Prevent PMC waves spawning when they would have occurred before the player spawns as a scav in a simulated late-start raid
2025-08-28 21:51:39 +01:00
sp-tarkov-bot
9a4f31ebe7
Format Style Fixes
2025-08-28 19:48:22 +00:00
Alex
8f55b8642d
Added before and after events for router actions
2025-08-28 20:26:56 +01:00
Archangel
6dacfde715
Change prop method naming to be more consistent
2025-08-28 15:38:36 +02:00
sp-tarkov-bot
db8af3c88f
Format Style Fixes
2025-08-28 13:33:02 +00:00
Archangel
7e2e3db3fd
Change property naming to be more consistent ( #578 )
2025-08-28 15:32:02 +02:00
Chomp
da96cfbf79
Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop
2025-08-28 11:33:04 +01:00
Chomp
bbd0b50d34
Removed hotfix for System.AccessViolationException error
2025-08-28 11:32:21 +01:00
sp-tarkov-bot
618dd15886
Format Style Fixes
2025-08-27 21:54:22 +00:00
clodanSPT
5a609835a4
Fixed patch for extension data ( #577 )
...
Co-authored-by: Alex <clodanSPT@hotmail.com >
2025-08-27 21:53:39 +00:00
Archangel
1d3e388a36
uhh
2025-08-27 16:01:28 +02:00
Chomp
b5ff9106ae
Reduced logging to debug: GetAggressorBonusByDifficulty and GetStandingChangeForKillByDifficulty + improved message text
...
Inverted logic so happy path is first
2025-08-27 14:13:14 +01:00
Archangel
b25e9f8813
Fix up conditions for BEM Builds
2025-08-27 14:17:57 +02:00
Archangel
f9708c00aa
Update missing type in model ( Fixes #572 )
2025-08-27 13:17:25 +02:00
Archangel
7312c7264a
Fix up airdrops to not use strict typing ( Fixes : #574 )
2025-08-27 13:00:55 +02:00
Archangel
d4ed6c3392
Update profile migration code
2025-08-26 20:11:03 +02:00
Chomp
a7a1aa4bad
Added missing reward property
2025-08-26 15:15:35 +01:00
Chomp
be84b40a71
Added missing property to Quest
2025-08-26 13:02:24 +01:00
DrakiaXYZ
18aca7d514
Store data passed back from SaveDialogueState call ( #568 )
...
* Store data passed back from SaveDialogueState call
This makes the rest area game playable, though variables still don't save
* Woops, bad casing
---------
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com >
2025-08-24 08:58:08 +01:00
Archangel
dce403c10e
More nullable in models
2025-08-23 22:51:32 +02:00
sp-tarkov-bot
59d82cab29
Format Style Fixes
2025-08-23 20:40:09 +00:00
Archangel
19de072dd1
Update bot globalsetting models
2025-08-23 22:39:06 +02:00
Chomp
0df0d95363
First pass at rest area hideout changes
2025-08-23 21:02:24 +01:00
Chomp
fd7a576b0c
use voiceId value directly when generating a bot + updated type to use mongoid
2025-08-23 18:23:17 +01:00
Archangel
9dec5e8dc7
Update bot jsons
2025-08-23 19:16:52 +02:00
Archangel
7415436efa
Update models
2025-08-23 18:14:53 +02:00
Archangel
646211ef04
Push global bot settings models, breaks server
2025-08-23 17:44:17 +02:00
Chomp
c7e1a3f51a
Fixed incorrect enum values in TraderServiceType
2025-08-23 14:51:17 +01:00
Chomp
1df80171eb
Added new property to profiles
2025-08-23 14:34:53 +01:00
Archangel
a0a4307cb6
Update TheVoices migration
2025-08-23 13:25:48 +02:00
Archangel
0fe034691d
Fix up wrong type
2025-08-23 13:25:37 +02:00
Chomp
c40439d04f
Updated core difficulty code to use JsonElement
2025-08-23 10:30:26 +01:00
Chomp
3312a5f28c
Fixed Server serializing difficulty values incorrectly
2025-08-23 10:14:04 +01:00
Archangel
95e632e66b
Fix up SettingsBase model
2025-08-22 15:17:28 +02:00
Archangel
53b2e5e429
Fix up requests to endpoints
2025-08-21 21:48:22 +02:00
Chomp
b44d9617d0
Added RestSpace to _areasWithResources
2025-08-21 20:42:56 +01:00
Archangel
945f5b5449
Remove debug condition
2025-08-21 18:14:26 +02:00
Archangel
3c4aa79265
Add migration to remove GInterface in debug mode
2025-08-21 17:51:19 +02:00
Archangel
4c7fdf1471
Set change I made during testing back
2025-08-21 16:21:08 +02:00
Archangel
d413a6e9c5
Remove TraderStore, use DatabaseService as the source of truth
2025-08-21 16:18:41 +02:00
Chomp
b00d6f8d0d
Fixed various property mapping issues
2025-08-21 15:14:54 +01:00
Chomp
71b33a174b
Only log profile save time when there's more than 1 profile
2025-08-21 15:06:30 +01:00
Archangel
0f5044527c
Make more properties immutable
2025-08-21 15:44:38 +02:00
Chomp
b2b1f18f73
Oops
2025-08-21 14:43:02 +01:00
Chomp
a0ce834b29
Fixed various property mapping issues
2025-08-21 14:41:56 +01:00
Chomp
93a074f907
Fixed various property mapping issues
2025-08-21 14:05:14 +01:00