Commit Graph

572 Commits

Author SHA1 Message Date
Chomp f23fdf3bf8 Fixed trader flea offers not showing their purchase limit 2025-02-01 19:58:07 +00:00
Chomp 54efc614c5 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-02-01 19:41:30 +00:00
Chomp c37ec18813 Fixed GetOffersForBuild incorrectly sorting offers 2025-02-01 19:41:21 +00:00
CWX f44c8ba567 removed comments and added to github project page 2025-02-01 19:34:17 +00:00
CWX b9be82e7a3 mark ones still to test, fix edit of map markers 2025-02-01 19:29:48 +00:00
Chomp 78f1815972 Fixed CalculateDynamicStackCount returning 0 2025-02-01 19:28:27 +00:00
CWX 53e30c56e9 fixed debugging check 2025-02-01 19:16:21 +00:00
CWX 06bf154a7a added comments to each itemevent that work or not 2025-02-01 19:16:10 +00:00
CWX 041be9f314 partial fix for scav cultist circle 2025-02-01 19:01:09 +00:00
CWX f1d0d85a44 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-02-01 19:00:42 +00:00
CWX a87dad31a8 format and fix scavcase for ammo 2025-02-01 19:00:38 +00:00
Chomp 7ef796306a Comment changes 2025-02-01 18:52:25 +00:00
CWX 7a72fe41a0 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-02-01 18:28:34 +00:00
CWX e2df64f5e1 remove check for type 2025-02-01 18:28:26 +00:00
Chomp ebc1e8f0cd Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-02-01 18:07:52 +00:00
Chomp 9ca8655758 FIxed flea not showing any weapons correctly - there are still issues with weapons on flea 2025-02-01 18:07:41 +00:00
CWX b6ede36b91 add missing Props to Mastering 2025-02-01 18:05:43 +00:00
CWX ecf9540514 do tryadd for insurance cost (cant have more than one of the same tpl), client handles multiple items being the same 2025-02-01 17:02:10 +00:00
CWX a9f230eed7 changed the rest of itemeventactions to use const 2025-02-01 16:01:39 +00:00
Chomp 234bf456fb Synced 'addOffer' code checks 2025-02-01 14:49:53 +00:00
Chomp 8ce9528f8f Fixed pack offer error 2025-02-01 14:48:52 +00:00
Chomp c5233c9739 Fixed incorrect null check 2025-02-01 14:45:30 +00:00
CWX d285061057 added enumStringConverter attributes, current issue with list<enum> tho 2025-02-01 13:33:54 +00:00
CWX d1f53e7629 implemented rest of ragfairOffer method 2025-02-01 13:33:18 +00:00
Chomp b201a47b0b Further improvements to BackupService 2025-02-01 10:32:41 +00:00
Chomp 1f9a18f37c Removed dupe command RemoveMail that does nothing
Gived `GetMessagePreview` throwing an error when its messages were empty

Cleanup of spt friend commands
2025-01-31 18:31:42 +00:00
Chomp 6a4fda8d84 FIxed nullref inside GiftExists 2025-01-31 14:22:02 +00:00
Chomp a5cbc5e40c Fixed nullref in RemoveOrphanedQuests 2025-01-31 14:20:36 +00:00
Chomp b3dfa3054c Improved spt give command 2025-01-31 12:33:06 +00:00
Chomp 709e5cb55e Improved backup service 2025-01-31 12:32:27 +00:00
Chomp 86365e3454 Fixed incorrect logic breaking Fence in AdjustAssortItemPricesByConfigMultiplier 2025-01-30 18:09:11 +00:00
Chomp 18cf7bf386 Update JSONs 2025-01-30 17:25:11 +00:00
Chomp aec4a20c06 Renamed parameter 2025-01-30 17:16:04 +00:00
Chomp 92bfba74e0 Code cleanup 2025-01-30 15:07:14 +00:00
Chomp 12f989a4da Type improvements 2025-01-30 14:33:19 +00:00
Chomp f0774822c1 Updated TraderAssortService to be readonly 2025-01-30 14:16:59 +00:00
Chomp b37496bf76 Added additional safety to AdjustItemPriceByModifier 2025-01-30 14:11:04 +00:00
CWX 065b073f48 HashSet is created on ctor, no need to recreate, change check to check count not null as its never null 2025-01-30 09:37:01 +00:00
CWX 660154a2e2 fix customization zapping all ze money and changed to use paymentservice, removed unused method 2025-01-29 23:10:53 +00:00
Chomp 7335399cff Fixed typo 2025-01-29 23:09:29 +00:00
Chomp 3b1f5f975c Reduced nesting inside PayMoney 2025-01-29 23:09:14 +00:00
Chomp 0bdca3ff7f Improved handling of expired offers 2025-01-29 22:38:58 +00:00
Chomp 9e7cd61d24 Added dict lookup error handling inside GetExpiredOfferAssorts 2025-01-29 22:34:26 +00:00
Chomp 24ea3eca5f Revert type chagne 2025-01-29 22:24:43 +00:00
Chomp 58db41dd1e Added more type changes 2025-01-29 22:22:00 +00:00
CWX feeec4ba6b somehow missed 🤷 2025-01-29 22:10:21 +00:00
Chomp 4210d6a47d Additional type improvements 2025-01-29 20:27:12 +00:00
Chomp 73b2924cf2 Added eventType enum 2025-01-29 20:03:31 +00:00
Chomp 83bc0c4448 Type improvements to Item 2025-01-29 19:56:30 +00:00
Chomp 9f7f129bd5 FIxed HandleRecipe incorrectly handling tools 2025-01-29 19:04:52 +00:00