Commit Graph

84 Commits

Author SHA1 Message Date
Alex 8b3305efca T type logging 2025-01-15 15:06:54 +00:00
Alex 94b7caf398 fixed up config enums 2025-01-15 11:52:33 +00:00
Alex 8f47bd89c5 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-15 11:50:55 +00:00
Alex 6a2f11d2c4 Improved logging with exceptions and remove config enum parameter 2025-01-15 11:49:42 +00:00
Chomp 3591cb73f6 Fixed errors in botController 2025-01-14 20:47:19 +00:00
Chomp 770976527e Formatting changes 2025-01-14 18:57:26 +00:00
Chomp 77c2f94aad Implemented HideoutCustomizationSetMannequinPose 2025-01-14 18:51:54 +00:00
Chomp 80b077b74d Implemented parts of HideoutCallbacks 2025-01-14 18:46:41 +00:00
Chomp 55b6f17de3 Stubbed out client/game/profile/items/moving - hideoutCustomizationSetMannequinPose 2025-01-14 18:05:58 +00:00
Chomp 34dcd2283e Updated GetFriends implementation 2025-01-14 16:16:57 +00:00
CWX 8dbbc07670 sorting 2025-01-14 14:16:47 +00:00
Chomp 190e658537 Further improvements to BotController 2025-01-14 12:50:36 +00:00
Chomp f20108a6c7 First pass at BotController implementation 2025-01-14 11:53:45 +00:00
Chomp 58f7390468 Added various error messages 2025-01-14 10:50:50 +00:00
Chomp d64dc5d040 Expanded PrestigeController implementation 2025-01-14 10:50:15 +00:00
CWX d5db2023da change type to dictorlist and use dict 2025-01-13 21:59:34 +00:00
CWX e117c97400 null check 2025-01-13 21:59:21 +00:00
Chomp 0a3ac15ed4 Implemented SaveActiveModsToProfile with TODO 2025-01-13 19:33:52 +00:00
Chomp 1f510f1d34 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-13 19:21:36 +00:00
Chomp 4a56197bc8 Implemented WarnOnActiveBotReloadSkill and UpdateProfileHealthValues 2025-01-13 19:21:27 +00:00
CWX a41fbdfc39 start TraderController 2025-01-13 19:04:22 +00:00
KaenoDev 01d07ed903 Update buyclothing 2025-01-13 17:56:00 +00:00
Chomp e35c125e02 Implemented: GetKeepAlive, ClearCache, IsMagazine + stubbed out GenerateBot` 2025-01-13 16:41:13 +00:00
CWX c54bda4784 fix customizationController method 2025-01-13 11:08:01 +00:00
CWX a6ecb434c4 add money enum, finish traderController (#47)
* ignore nulls in json

* Implement ProfileActivityService

* add temp beta release

* implement customizationController

* comment out logging

* implement gameStart

* start traderController

* add money enum, finish traderController
2025-01-12 23:18:24 +00:00
Chomp 61ebc570e4 Added CreateProfileService Implementation 2025-01-12 23:15:55 +00:00
CWX dc894bc298 Partial tradercontroller (#46)
* ignore nulls in json

* Implement ProfileActivityService

* add temp beta release

* implement customizationController

* comment out logging

* implement gameStart

* start traderController
2025-01-12 22:40:41 +00:00
Chomp 2607f0bff6 Cleanup 2025-01-12 22:39:20 +00:00
Chomp efb8f84ba2 Added QuestRewardHelper and Cleaned up QuestHelper 2025-01-12 22:39:06 +00:00
Alex f67f43c364 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-12 21:45:12 +00:00
Alex d85bd6c315 logger 2025-01-12 21:44:30 +00:00
Chomp 045c1a5eb5 More implementation of QuestHelper
made `QId` consistent
2025-01-12 21:06:05 +00:00
CWX 5e7b4e3538 more progress (#45)
* ignore nulls in json

* Implement ProfileActivityService

* add temp beta release

* implement customizationController

* comment out logging

* implement gameStart
2025-01-12 20:41:00 +00:00
Chomp 85482b34d7 Implemented GetFriendList() 2025-01-12 20:19:48 +00:00
Chomp 85050f69c2 Implemented GetValidGameVersion and GetServer 2025-01-12 20:06:24 +00:00
Chomp 5f98f16cd5 Stubbed out GetCurrentGroup 2025-01-12 20:03:44 +00:00
Chomp 7b1d9e9d71 Implemented DialogueController functionality 2025-01-12 20:01:57 +00:00
CWX ca7e5fdc11 fix more spelling 2025-01-12 19:25:53 +00:00
CWX e214354b36 fix spelling after change 2025-01-12 19:25:44 +00:00
CWX d2c16f2f6a implement gameStart 2025-01-12 19:25:23 +00:00
CWX a9ac113cbb Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-12 19:24:57 +00:00
Chomp 9269705eee Fixed types + Implemented QuestController/helper method 2025-01-12 19:12:35 +00:00
CWX d68f6374e4 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-12 18:52:54 +00:00
Chomp d90638e078 Implemented GameController.GetSurvey 2025-01-12 18:45:19 +00:00
CWX 67ec37f987 Implement CustomizationController 2025-01-12 18:41:33 +00:00
Chomp 1be1f8c6e4 Expanded NotifierController implementation 2025-01-12 18:38:42 +00:00
Alex 69985ebc24 ICloner for LocationController 2025-01-12 17:40:22 +00:00
Chomp c1b509e3a8 Expanded LocationControler implementation 2025-01-12 17:24:26 +00:00
CWX c171bfe76c fix injections, fix logging 2025-01-12 16:53:46 +00:00
Chomp 6fcf73f223 Improved Weather implementation 2025-01-12 16:23:48 +00:00