CWX
|
791cb6bc9b
|
fix launcher controller warnings
|
2025-01-19 12:59:25 +00:00 |
|
CWX
|
10ca26c022
|
warnings fixed in inventoryController
|
2025-01-19 12:56:41 +00:00 |
|
CWX
|
b9b70b8f68
|
fix warnings in insurance controller
|
2025-01-19 12:40:12 +00:00 |
|
CWX
|
d230025424
|
fix warnings that can be done in GameController
|
2025-01-19 12:38:18 +00:00 |
|
Chomp
|
907b602646
|
Removed unused using across server project
|
2025-01-19 11:46:12 +00:00 |
|
CWX
|
bea2d1799c
|
fix warnings for dialogueController
|
2025-01-18 22:53:04 +00:00 |
|
CWX
|
410f4799cc
|
formatting and fixing warnings on CustomizationController
|
2025-01-18 22:36:37 +00:00 |
|
CWX
|
5c5a42b535
|
change to prim Ctors
|
2025-01-18 19:17:35 +00:00 |
|
Chomp
|
69d22cef11
|
partially implemented inventory item movement
|
2025-01-18 18:01:40 +00:00 |
|
Chomp
|
8180fab8b8
|
Implemented various dialog functions
|
2025-01-18 17:03:21 +00:00 |
|
Chomp
|
3c2f955cc4
|
Enabled GetClientRepeatableQuests
|
2025-01-18 15:46:57 +00:00 |
|
CWX
|
683496ae0a
|
use prim ctor and fixed warnings: BuildController
|
2025-01-18 15:37:30 +00:00 |
|
CWX
|
26ad41bf4a
|
use prim ctor and fixed warnings: ClientLogController
|
2025-01-18 15:37:04 +00:00 |
|
CWX
|
6d5ff3af2d
|
use prim ctor and fixed warnings: Botcontroller and effected classes
|
2025-01-18 14:52:15 +00:00 |
|
CWX
|
a3d3d6490f
|
Merge branch 'main' of https://github.com/sp-tarkov/server-csharp
# Conflicts:
# Core/Services/BackupService.cs
|
2025-01-18 14:16:18 +00:00 |
|
CWX
|
33e07c4882
|
use prim ctor and fixed warnings: AchievementController, appContext, ContextVar, BackupService stubbed out
|
2025-01-18 14:15:33 +00:00 |
|
Chomp
|
dce0d11cec
|
First pass at implementing item event handling
|
2025-01-18 13:55:29 +00:00 |
|
CWX
|
b23735bb94
|
use prim ctor and fixed warnings: LauncherCallbacks, LauncherController
|
2025-01-18 13:34:00 +00:00 |
|
Chomp
|
abb9e02869
|
Implemented getAllBotDifficulties
|
2025-01-18 13:09:28 +00:00 |
|
CWX
|
e205c572b3
|
use prim ctor and fixed warnings: healthCallbacks, healthController partial
|
2025-01-18 12:57:32 +00:00 |
|
CWX
|
749ebb38df
|
use prim ctor and fixed warnings: DialogueCallbacks and a bit of dialogueController
|
2025-01-18 12:54:17 +00:00 |
|
CWX
|
09ac1e8b72
|
Changed to primary ctor and fixed warnings
|
2025-01-18 12:43:53 +00:00 |
|
Chomp
|
8d632e9bb2
|
Implemented skeleton of chatbot init
|
2025-01-18 12:39:42 +00:00 |
|
Chomp
|
051c8a5a28
|
Replaced EliminationTarget with a dictionary
|
2025-01-18 12:08:29 +00:00 |
|
Chomp
|
566deba507
|
Various code linting changes
|
2025-01-18 11:49:21 +00:00 |
|
Chomp
|
954144b079
|
Fixed build
|
2025-01-17 22:40:53 +00:00 |
|
Chomp
|
a8a0ce1880
|
Repeatable quest generation
|
2025-01-17 22:37:40 +00:00 |
|
Chomp
|
c29dfc486d
|
Repeatable quest changes
|
2025-01-17 21:06:56 +00:00 |
|
CWX
|
6622f4767c
|
Fix quests
|
2025-01-17 19:20:11 +00:00 |
|
Chomp
|
d862f845fd
|
Implemented GenerateRepeatableQuest
|
2025-01-17 18:58:35 +00:00 |
|
Chomp
|
49997e5819
|
Fixed compile error and improved logic of GetQuestCount
|
2025-01-17 14:20:18 +00:00 |
|
CWX
|
cafb49e5fd
|
implement GetRaidTime
|
2025-01-17 12:52:49 +00:00 |
|
CWX
|
1db5750557
|
now use ProgramStatics
|
2025-01-17 12:35:51 +00:00 |
|
Chomp
|
45fc86d8e0
|
Renamed QuestReward to Reward + QuestRewardType to RewardType
|
2025-01-17 11:58:10 +00:00 |
|
Chomp
|
6b2eed3a74
|
improved accuracy of GetOtherProfile
|
2025-01-17 11:48:22 +00:00 |
|
Chomp
|
cfe76241bc
|
Added comments to BuyClothing
Updated `GetTraderClothingOffer` logic to not throw exception and keep going
|
2025-01-17 10:53:54 +00:00 |
|
Chomp
|
d4b9edb161
|
Stubbed out Migrate310xProfile
|
2025-01-17 10:31:39 +00:00 |
|
Chomp
|
b3c5cce497
|
Updated ObtainPrestige logic
|
2025-01-17 10:21:34 +00:00 |
|
Chomp
|
3bf3c81815
|
Added nullguard to HideoutCustomizationSetMannequinPose
|
2025-01-17 10:11:51 +00:00 |
|
Chomp
|
3c0c94245c
|
Partially implemented RepeatableQuestController
|
2025-01-16 21:21:23 +00:00 |
|
Chomp
|
6a13e91839
|
Merge branch 'main' of https://github.com/sp-tarkov/server-csharp
|
2025-01-16 20:37:06 +00:00 |
|
Chomp
|
7abcf08f09
|
Implemented getClientRepeatableQuests
Adjusted various profile properties to match EFT types
|
2025-01-16 20:36:50 +00:00 |
|
CWX
|
ad17bc756f
|
fix enums
|
2025-01-16 20:22:31 +00:00 |
|
Chomp
|
c6538a7607
|
Fixed issue with GetUserBuilds
|
2025-01-16 18:00:01 +00:00 |
|
Chomp
|
a2f82fa81b
|
partial implementation of GetUserBuilds
|
2025-01-16 17:25:03 +00:00 |
|
Chomp
|
7074683aad
|
Implemented GetQteList
|
2025-01-16 17:06:22 +00:00 |
|
Chomp
|
2746867d18
|
Merge branch 'main' of https://github.com/sp-tarkov/server-csharp
|
2025-01-16 16:26:16 +00:00 |
|
Chomp
|
82cfeb974f
|
improved accuracy of values
|
2025-01-16 16:26:06 +00:00 |
|
CWX
|
a9e65f8464
|
fix new profiles being null
|
2025-01-16 16:17:10 +00:00 |
|
Chomp
|
844e7bac2f
|
Fixed GetCustomisationStorage returning incorrect data
|
2025-01-16 15:16:14 +00:00 |
|