2942 Commits

Author SHA1 Message Date
Chomp f52c39dc75 Only set LowerNickname for PMCs 2025-01-26 09:23:29 +00:00
Chomp 2989f97bf1 Force PrestigeLevel to be 0 2025-01-26 09:21:19 +00:00
Chomp 207328a158 Force Encyclopedia to show nulls 2025-01-26 09:19:09 +00:00
Chomp e86622960a Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 23:05:53 +00:00
Chomp 93a2274165 Fixed botgen failing when no raid settings are found 2025-01-25 23:04:55 +00:00
Valens b8c413a10d Update LootGenerator.cs
Implement FindAndAddRandomItemToLoot and InitItemLimitCounter
2025-01-25 18:02:34 -05:00
Valens f2fc07a8c2 Delete LocationGenerator.cs
No longer used.
2025-01-25 17:35:52 -05:00
Chomp 494c5921b2 Fix config 2025-01-25 22:27:38 +00:00
Chomp cb807b05dc Add back missing brace 2025-01-25 22:23:13 +00:00
Valens 1b6e7085d2 Update BotEquipmentModGenerator.cs
Implement FilterPlateModsForSlotByLevel and GetMinMaxArmorPlateClass
2025-01-25 17:15:24 -05:00
CWX d43c313bac Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 21:58:04 +00:00
CWX 6a01944d71 add shrapnel to blacklists 2025-01-25 21:57:46 +00:00
CWX 986139b683 Fix botcap 2025-01-25 21:57:24 +00:00
Chomp 242e51b746 Improved typing 2025-01-25 21:43:59 +00:00
CWX 8de6a8be94 FixieWixie 2025-01-25 21:25:03 +00:00
Valens 667daff7cc Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 16:23:02 -05:00
Valens 43a7e648b2 Update BotEquipmentModGenerator.cs
Oopsies!
2025-01-25 16:23:00 -05:00
CWX e16a08489a Fix profiles not creating, along with chomps replaceID changes 2025-01-25 21:20:32 +00:00
Chomp 0327f99805 Fixed bots spawning with empty upd objects 2025-01-25 21:21:27 +00:00
CWX badb12830d fix jsonelement 2025-01-25 20:31:05 +00:00
Valens 799a4c778e Update RepairController.cs
Implement RepairWithKit method.
2025-01-25 15:30:28 -05:00
Chomp 0865af073a Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 20:28:22 +00:00
Chomp 379bd96fa4 Second part to ReplaceIDs rewrite 2025-01-25 20:28:08 +00:00
Valens 8b2401e76a Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 15:16:30 -05:00
Valens 7fcd72e8d3 Update NotifierController.cs
Remove unused parameters and clean up the controller so it doesn't break the build KEK.
2025-01-25 15:16:16 -05:00
Valens 8871827c92 Update NotifierController.cs
Start implementation of the NotifyAsync function from node server. Partially completed.
2025-01-25 15:14:22 -05:00
CWX 9310ef7463 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 20:13:38 +00:00
CWX 573cf786a9 cast to int, change type and lock before accessing bots 2025-01-25 20:13:30 +00:00
Chomp 5f663d70af Rewrote repaceIds function 2025-01-25 20:12:51 +00:00
Chomp f484a4b16f Improved types for item purchasing
Fixed purchased items lacking inserts
2025-01-25 19:06:01 +00:00
Valens dd52283d0d Fix GetErrorCode in ItemEventCallbacks
Cast int to string to retrieve proper error code which is Unknown Error.
2025-01-25 13:36:25 -05:00
Chomp 8ab23cf6f4 Fixed item examining not working 2025-01-25 18:02:06 +00:00
Chomp f46cb294cd Implemented RagfairOfferHelper 2025-01-25 17:29:09 +00:00
Valens d7cd632e36 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 12:26:17 -05:00
Valens cb23d26da3 Fix AirdropService
Implement the AirdropService file, and all associated methods from the node server.
2025-01-25 12:25:32 -05:00
Chomp 88df3e6651 Implemented GetValidOffers + lint 2025-01-25 16:49:35 +00:00
CWX 04423082bd add pop function to List, fix accessing Dict 2025-01-25 16:14:54 +00:00
CWX 831ca48fbc null guarding and formatting 2025-01-25 15:44:54 +00:00
CWX dc119a68dd allow raid configuration 2025-01-25 15:44:41 +00:00
CWX c3740ed484 re-enable bot gen 2025-01-25 15:44:27 +00:00
CWX fc8d94ecc3 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 14:54:03 +00:00
CWX 91dbfca547 Fix Notes and remove Dupe type 2025-01-25 14:54:00 +00:00
Chomp f991cbee7c Flagged properties as non-null + More ragfair implementation 2025-01-25 14:45:16 +00:00
CWX 9c3aab4271 Type changes for "Time" to long or double 2025-01-25 14:42:59 +00:00
CWX 99994a69bd null guard 2025-01-25 14:27:15 +00:00
CWX f2683aef54 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 14:23:23 +00:00
CWX 0ef0d90704 fix getting new quests on accepting others, fix dialog type and null guards 2025-01-25 14:23:14 +00:00
Chomp 114826b6a8 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 13:18:11 +00:00
Chomp c6e774a063 partial implementation of RagfairOfferHelper 2025-01-25 13:17:55 +00:00
CWX 9ada369ede null guards 2025-01-25 12:40:34 +00:00