Commit Graph

200 Commits

Author SHA1 Message Date
CWX a4f8036d09 formatting, fix build error 2025-02-05 07:36:13 +00:00
CWX f648f42721 This is just Jetbrains formatting and code syntax styling 2025-02-05 06:56:51 +00:00
CWX ce78a2231e add comment 2025-02-05 06:41:50 +00:00
CWX 43c9a42d47 added alternative keys to mapping of location, should be able to resolve all types we deal with then 2025-02-05 06:39:41 +00:00
Chomp 28ae273ef2 More centralised FiR status handing across server 2025-02-04 21:14:36 +00:00
Chomp 983baa64bb Improved FiR handling of weapon/armors from cultist circle 2025-02-04 20:28:11 +00:00
Chomp e985777267 Flag weapon/armor rewards from circle as FiR 2025-02-04 11:48:01 +00:00
KaenoDev 45fbd198d0 Fix Botcaps not getting set correctly 2025-02-03 19:38:25 +00:00
CWX e1cd19933f Removed unused Achievements object, use pmcdata.achievements. now transfer correct stuff for prestige 2025-02-03 17:19:40 +00:00
Chomp 5a2e4fe8cc Improved logging 2025-02-03 17:01:58 +00:00
Chomp 7366da899b Renamed IsSameItem 2025-02-03 15:02:03 +00:00
CWX 9fb41fe0c7 fix logic 2025-02-03 14:26:48 +00:00
Chomp 67e8ddef30 Logging improvements 2025-02-03 11:29:01 +00:00
Chomp 85b018869e Improved concurrency issues with multithreaded bot gen 2025-02-03 11:25:20 +00:00
KaenoDev 92d66351d8 Fix Regex used by SptCommando And default message maxstoragetime if null 2025-02-02 22:24:19 +00:00
Chomp 15c1bb3f5a Updated debug logs + added dict saftey 2025-02-02 17:55:29 +00:00
Chomp d469bba7b8 Wrapped all debug logging inside backupService 2025-02-02 17:14:57 +00:00
Chomp 462579f33e Fixed linked search not working 2025-02-01 22:27:12 +00:00
CWX ccc76e423c fix categories in flea 2025-02-01 21:29:57 +00:00
CWX 9f3a50c336 fix sending changes to client, Live doesnt do this. null guard 2025-02-01 21:03:25 +00:00
Chomp c58fa1ec7a Updated GetBot to pop last item off instead of first
Updated `GetX` to expect an IList
2025-02-01 20:31:26 +00:00
CWX a59e636554 add popLast extension, remove static style access to const 2025-02-01 20:21:33 +00:00
Chomp 20f1439b3c Disabled TraderAssortService saving of trader assorts 2025-02-01 20:05:41 +00:00
CWX b9be82e7a3 mark ones still to test, fix edit of map markers 2025-02-01 19:29:48 +00:00
CWX 53e30c56e9 fixed debugging check 2025-02-01 19:16:21 +00:00
CWX 041be9f314 partial fix for scav cultist circle 2025-02-01 19:01:09 +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 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 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 58db41dd1e Added more type changes 2025-01-29 22:22:00 +00:00
Chomp 73b2924cf2 Added eventType enum 2025-01-29 20:03:31 +00:00
CWX ad1d368d08 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-29 13:35:22 +00:00
CWX b4602dce23 add timing to debug not info, remove a clone that i dont think is needed 2025-01-29 13:35:18 +00:00
clodan 7c060fdf86 RandomUtil fixes 2025-01-29 11:47:42 +00:00
Chomp 8a1dad338b Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-29 10:35:52 +00:00
Chomp 25617d507f Partially Implemented BackupService 2025-01-29 10:35:36 +00:00
clodan d427f5f33d Removed unnecessary services 2025-01-29 10:34:05 +00:00
CWX 16ba93383b add debug logging checcks 2025-01-28 21:30:57 +00:00