Commit Graph

189 Commits

Author SHA1 Message Date
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
CWX 4d2a41fd0a formatting and start adding checks before logging debug messages 2025-01-28 20:12:41 +00:00
CWX b7184f68bd finish off custom item service 2025-01-28 19:57:01 +00:00
Chomp 78e8c1b3c1 Implemented BundleHashCacheService 2025-01-28 19:51:52 +00:00
Chomp 8ec6b94cc5 Implemented ModHashCacheService 2025-01-28 19:44:19 +00:00
CWX da301a570f formatting, finish off customItemService 2025-01-28 19:40:09 +00:00
CWX ed2bc36edd implement last method of CircleOfCultistService 2025-01-28 19:10:42 +00:00
Chomp 47512b0716 Small cleanup of ProfileFixerService 2025-01-28 15:39:44 +00:00
CWX 078e1b1b36 Improve Health system to Use EFT's models and actual Types, also fixed some RequestData not using the base record 2025-01-28 15:27:45 +00:00
Chomp ae7042dcc3 Improved logging message 2025-01-28 15:21:32 +00:00
Chomp df8f777431 Removed unnecessary method 2025-01-28 15:12:17 +00:00
Chomp 4605186c67 Updated MailSendService to use longs for timestamps + standardised optional params 2025-01-28 14:25:23 +00:00