Commit Graph

1729 Commits

Author SHA1 Message Date
Chomp 13a87264fa Added new boss types to enum 2025-03-28 16:14:52 +00:00
Chomp 34cd52454d Made GetLooseLootMultiplierForLocation and GetStaticLootMultiplierForLocation safer 2025-03-28 16:14:35 +00:00
Chomp 834e2f20e6 Update location config to handle labyrinth 2025-03-28 16:12:53 +00:00
Chomp 0fa2c827e5 Simplified logic 2025-03-28 16:09:43 +00:00
Chomp b85a9eeb86 Fixed GenerateStaticContainers failure when checking if map has randomised container settings 2025-03-28 16:02:46 +00:00
Chomp d42dd61903 Added basic data to 2 new bosses 2025-03-28 15:37:17 +00:00
Chomp f2499622a4 Added temp boss files 2025-03-28 15:26:19 +00:00
Chomp 2c0ced4e4d Updated quest data 2025-03-28 15:26:08 +00:00
Chomp afc6c695e9 Stub out new map 2025-03-28 15:04:30 +00:00
Chomp 831d7e3334 Fixed issue where the same character would cause an exception 2025-03-28 15:00:51 +00:00
Chomp 93cdcffb67 Added event bots to bot.json config 2025-03-28 14:59:13 +00:00
Chomp e168e8ff98 Further work to ensure ammo/currency is not flagged with a SpawnedInSession propperty 2025-03-28 12:40:05 +00:00
Chomp 7187ab999a Dont flag ammo or currency as FiR 2025-03-28 11:56:35 +00:00
Chomp 4e1885b1b3 Removed SpawnedInSession from remaining current stacks 2025-03-28 11:05:27 +00:00
Chomp e38e8e1be9 Removed FiR status from profile templates for currency 2025-03-28 11:03:54 +00:00
Chomp cf21952b36 Added new quest + icon 2025-03-27 21:05:15 +00:00
Chomp 3b4e28a08f 35932 2025-03-27 20:55:46 +00:00
CWX 2c45d473f7 Fix launcherV2 endpoint for loaded mods 2025-03-22 15:57:26 +00:00
Chomp 2c13e0d04e Added new IsMountable property 2025-03-19 17:27:48 +00:00
Chomp d878ca7037 Updated items.json 2025-03-19 17:25:49 +00:00
Chomp c358651bc5 Updated assets 2025-03-19 17:18:08 +00:00
Chomp 64275432df Reset skill progress value inside profile on raid start instead of raid end 2025-03-19 17:09:38 +00:00
Chomp d388df3ce9 Fixed skill rewards not showing their progress on skills screen 2025-03-19 17:05:44 +00:00
Chomp 054e75048b Fix prestige menu rewards in a generic way
Add new CustomisationTypeId enum
2025-03-19 17:05:36 +00:00
Chomp aa2feff542 Exposed repeatable collection quest FiR requirement + min durability value in config 2025-03-19 16:57:39 +00:00
Chomp 6b2493c2b9 Updated item tpl enum 2025-03-19 16:49:11 +00:00
Chomp bfd7b5a56b Made type non-static 2025-03-19 16:48:56 +00:00
Chomp 4d40612e16 Exposed repeatable replacement cost chance values in config 2025-03-19 16:46:14 +00:00
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