Commit Graph

176 Commits

Author SHA1 Message Date
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
Chomp dc0e29e8ef Updated _christmasEventItems 2025-01-28 12:46:21 +00:00
Chomp 73c48305a1 Add garbage collection after raid has been generated 2025-01-28 10:14:08 +00:00
Chomp 302a21af56 Further Concurrency improvements 2025-01-28 10:06:59 +00:00
Chomp 9a9c5f3c72 Fixed issues caused by inclusion of multithreading
Added stopwatch to bot generation
2025-01-28 08:49:01 +00:00
CWX 6b305bee07 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-27 21:28:45 +00:00
CWX 1cff358e52 add getLocalisation for pmc responses 2025-01-27 21:28:41 +00:00
Alex efe9f81b31 more fixes 2025-01-27 21:21:04 +00:00
Alex 87dd6f6e0f multithreaded ragfair and botgen 2025-01-27 20:57:47 +00:00
Chomp e836d3d0f8 Added more christmas items to list 2025-01-27 18:47:24 +00:00
Chomp 5dc472014e Various Ragfair fixes - Allows trader offers to show, pmc offers still not appearing 2025-01-27 15:27:32 +00:00
Chomp ac8091106d Updated christmas item list 2025-01-27 12:43:42 +00:00
Chomp 63a5966222 Added HEADWEAR_ELF_HAT to christmas gear 2025-01-27 12:19:25 +00:00
Chomp 9c77553bde Fixed datetime being incorrect inside GetActiveWeatherSeason 2025-01-27 12:02:14 +00:00