Commit Graph

1701 Commits

Author SHA1 Message Date
Chomp 787f15b124 Fix buy_price_coef inversion
buy_price_coef isn't a direct percentage for their buyback value, it's
an inverse percentage

If it is 30, then their buyback rate is 70% of the handbook, not 30%
2025-03-19 16:43:25 +00:00
Chomp 875b471453 Updated version string 2025-03-18 19:53:47 +00:00
Chomp fddff23c0d Improved CheckAndLockOfferFromPlayerTieredFlea comments 2025-03-14 19:35:52 +00:00
Chomp 8c0470df36 Made various methods static + updated private methods to be protected 2025-03-14 19:16:26 +00:00
Chomp 56957147aa Fixed error in CheckForOrphanedModdedItems 2025-03-14 19:15:55 +00:00
Chomp 303cfa0967 Improved comment for CalculateLevel 2025-03-11 20:30:41 +00:00
Chomp 736355954a Merge pull request #108 from tetrisdev/ServersComments
Change Services Comments
2025-03-11 10:01:52 +00:00
Chomp 43b042ab84 Fixed nullref inside GetActiveServerMods 2025-03-10 10:28:53 +00:00
Chomp 062a2d003e Fixed GetDefaultPreset failing due to a null default id 2025-03-09 19:00:01 +00:00
Chomp 81e8bd7797 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-03-09 17:12:21 +00:00
Chomp df8ffa2b16 Replaced various instances of dictionaries and hashsets with their frozen counterparts 2025-03-09 17:12:07 +00:00
Archangel c5e1ec4030 Add verbose logging to failing handlers for now 2025-03-09 18:11:22 +01:00
clodan 3c83018513 Added ServiceProvider to ApplicationContext and added static callable reference to the ApplicationContext instance 2025-03-09 16:50:09 +00:00
Archangel 587c1f4547 Add missing property 2025-03-09 16:57:41 +01:00
TetrisGG 45a131ae3c Delete Libraries/Core/Services/ItemFilterService.cs
Removed file, as wrongly rebased.
2025-03-09 13:47:06 +01:00
TetrisGG b7a5fc592a Delete Libraries/Core/Services/InMemoryCacheService.cs
Removed file, as wrongly rebased
2025-03-09 13:46:41 +01:00
TetrisGG 4b9ad904b6 Merge branch 'ServersComments' of https://github.com/tetrisdev/server-csharp into ServicesComments 2025-03-09 13:43:05 +01:00
TetrisGG 86f31fe202 Change Services Comments
Changed comments to XML standard
Added missing comments
Adjusted wording on some comments for clarity.
2025-03-09 13:40:05 +01:00
TetrisGG 8ed8a1dbe7 Change Services Comments
Changed comments to XML standard
Added missing comments
Adjusted wording on some comments for clarity.
2025-03-09 13:30:15 +01:00
Archangel c872dd3d7f Make GenerateLocationAndLoot public & virtual 2025-03-08 17:43:41 +01:00
Archangel 744c14b72c Add basic method to register custom Json converters 2025-03-08 13:34:25 +01:00
Chomp f0aafc452f Improved logic inside CreateMagazineTemplate 2025-03-08 11:26:20 +00:00
Chomp 6e0316f3c4 Removed unused varable inside SaveEquipmentBuild + improved null handling 2025-03-08 11:21:02 +00:00
Chomp 1b08f9b72e Improved string comparison logic inside GenerateBotWave 2025-03-08 11:20:26 +00:00
Chomp 2bdab2d7b6 Updated GetAchievementStatics to loop through ids, not achievement objects 2025-03-08 11:18:28 +00:00
Chomp 1f741a0f52 made GetErrorCode static 2025-03-08 11:14:09 +00:00
Chomp 7997493c5b Made IsCriticalError static 2025-03-08 11:13:26 +00:00
Chomp 6cf6271a48 Made RegistrableType sealed and fixed typos 2025-03-08 11:10:40 +00:00
Chomp 94dc3a3424 Improved ArgumentOutOfRangeException handling inside RegisterComponent 2025-03-08 11:07:56 +00:00
Chomp d01231d322 Cleaned up loop inside RegisterGenericComponents 2025-03-08 11:03:08 +00:00
Chomp d9cf496950 Made ContainsJsonProp approach consistent with GetByJsonProp 2025-03-08 10:27:14 +00:00
Chomp 204f9e4525 Improved performance of PopFirst and PopLast 2025-03-08 10:24:47 +00:00
Chomp e219ce2ffd Updated name of parameter in ISerializer 2025-03-08 10:20:06 +00:00
Chomp d49adb1be1 Updated static hashsets inside BotEquipmentModGenerator to be readonly 2025-03-08 10:17:24 +00:00
Chomp 1f22450c51 Updated OnUpdate to match interface param name 2025-03-08 10:15:36 +00:00
Chomp c3671b4232 Indent foreach inside RegisterComponents 2025-03-08 10:14:00 +00:00
Chomp 12ed501f9e made parameter on ReplaceIDs non-optional 2025-03-08 10:12:48 +00:00
Chomp 42983bf92c Updated Write handling of null checks, now takes into account structs 2025-03-08 10:08:55 +00:00
Chomp 69e841e52c Correctly pass a double into FillMagazineWithRandomCartridge 2025-03-08 10:05:08 +00:00
Chomp 17e0a4245a Fixed merged quest assorts not correctly merging 2025-03-08 10:03:52 +00:00
Chomp d6b5a1ad1e Remove unused method 2025-03-08 10:00:23 +00:00
Chomp 6b48dfa463 Made locks more consistent across solution 2025-03-08 09:55:36 +00:00
Chomp df2c8649a3 Moved BundleManifest and BundleManifestEntry into same namespace they're used in 2025-03-08 09:46:14 +00:00
Chomp 9024d048dd Improve method comments 2025-03-08 09:44:42 +00:00
Chomp 19ffed44c7 Removed single loop foreach in favor of key lookup inside GetDialogueFromProfile 2025-03-08 09:38:54 +00:00
Chomp 951ba24d98 Removed reduandant property from method and improved error message text 2025-03-08 09:33:41 +00:00
Chomp 33c56e0730 Updated values to be consts where possible 2025-03-08 09:33:04 +00:00
Chomp 0b38563aa3 Fixed floating point issues with comparison 2025-03-08 09:22:53 +00:00
Chomp 0d23400db3 Replaced single loop with key lookup inside BindItem 2025-03-08 09:17:57 +00:00
Chomp 6d2c5e0e19 Flag 'Tarkov' as a valid word 2025-03-08 09:08:09 +00:00