Commit Graph

3800 Commits

Author SHA1 Message Date
Archangel 0e548aa080 UnmappedMemberHandling on debug builds only 2025-10-16 12:34:03 +02:00
Archangel 84d08ade22 Initialize MVC before Blazor 2025-10-16 10:47:56 +02:00
sp-tarkov-bot f9638ee7c2 Format Style Fixes 2025-10-16 07:45:25 +00:00
Chomp 2a1af7dbac Merge pull request #621 from Greelan/develop
Allow bypass of SetConsoleOutputMode function
2025-10-16 07:44:34 +00:00
Chomp 2e71148792 Merge pull request #624 from DrakiaXYZ/fix-scav-pmcspawn
Offset PMC spawns to start of raid when using a simulated raid start
2025-10-16 07:42:46 +00:00
qe201020335 d6b7a783e4 Fix checks.dat not being copied into output directory during a clean compile (#616) 2025-10-16 06:36:52 +02:00
DrakiaXYZ 2d0713d94e Offset PMC spawns to start of raid when using a simulated raid start 2025-10-15 18:15:28 -07:00
Greelan 4cfc6a3338 Improve environment variable check flexibility
As per bot suggestion
2025-10-16 11:28:40 +11:00
Greelan 78b41ecde4 Allow bypass of SetConsoleOutputMode function 2025-10-16 11:17:57 +11:00
Chomp b15892b256 Fixed nullref inside ChargePlayerTaxFee #620 2025-10-15 20:29:02 +01:00
Cj a1a3db783c Explicitly handle socket exceptions (Multiple servers running) 2025-10-15 01:33:18 -04:00
Chomp 56026297cf Fixed logic error inside CheckAndLockOfferFromPlayerTieredFlea 2025-10-14 18:23:09 +01:00
Chomp 12a086bc70 Show unlock at level x instead of offer creators name in flea while item is tier locked 2025-10-14 12:22:32 +01:00
Chomp 562dee37d7 Fixed tiered flea issue. A level level profile can lock item for all other profiles until server restarts 2025-10-14 12:19:15 +01:00
Chomp b6ded0751f Blacklisted Rusted bloody key from rewards 2025-10-14 10:18:57 +01:00
Chomp a3f5385d35 Blacklisted Corpse room key from rewards 2025-10-14 09:52:49 +01:00
Chomp 0143b062e1 Merge pull request #618 from DrakiaXYZ/fix-commandocommands
Fix commando inheriting all chat commands
2025-10-14 08:16:35 +00:00
Cj 5e60904eb7 remove duped name 2025-10-13 20:59:15 -04:00
Cj 71fbe42e34 Merge remote-tracking branch 'origin/develop' into develop 2025-10-13 20:52:30 -04:00
Cj 6bdc1cc702 Add new PMC names 2025-10-13 20:52:02 -04:00
DrakiaXYZ eedc4e543e Formatting 2025-10-13 14:45:57 -07:00
DrakiaXYZ 14e6f187b8 Fix commando inheriting all chat commands
- Add new ICommandoCommand interface for Commando-specific commands
2025-10-13 14:44:38 -07:00
Archangel a9b715c0c3 Set to 0 if we're below 0 2025-10-13 16:42:43 +02:00
Archangel 4cf3279f97 Add handler for PointsEarnedDuringSession overflow 2025-10-13 16:27:21 +02:00
Archangel 6d65e68e29 Add comments 2025-10-13 15:34:46 +02:00
Archangel 740895056f Accept VS suggestion 2025-10-13 15:23:39 +02:00
Archangel 3d1f757d1e Fix index going out of range on probability object array 2025-10-13 15:19:49 +02:00
Archangel fa674ef3ae Make file writes atomic 2025-10-13 15:17:04 +02:00
Chomp 03fae2a975 Blacklisted unlootable PMC Origins figurine 2025-10-12 22:00:13 +01:00
Chomp 64b4881dfb Log Total system memory in OS-agnostic way 2025-10-12 17:21:33 +01:00
Chomp a66ce40ba8 Updated Cost logging to be debug 2025-10-12 16:34:36 +01:00
Chomp 9bbfee8e6d Cleaned up comments and var usage inside UpdateQuestsForGameEdition 2025-10-12 11:16:19 +01:00
Chomp 7a78eb8400 Updated bossKnight spawnchance chance to 18% from 0% 2025-10-12 11:15:11 +01:00
Chomp a7798b1b27 Added comments to GetOffersOfType 2025-10-12 09:43:45 +01:00
Chomp 4bc643adfb Merge pull request #613 from DrakiaXYZ/fix-hideoutexamine
Fix examining item in hideout upgrade panel exception
2025-10-12 07:53:27 +00:00
Chomp b5101604bd Merge pull request #614 from DrakiaXYZ/fix-launchermodinfo
Fix launcher not showing mods
2025-10-12 07:52:29 +00:00
Chomp ff2c8f0e8f Merge pull request #611 from DrakiaXYZ/fix-pmctypes
Remove tagilla brain from PMC brain pool
2025-10-12 07:51:29 +00:00
DrakiaXYZ e4c5b69fec Formatting 2025-10-11 22:57:03 -07:00
DrakiaXYZ 1bdfd4186e Implement ToStringJsonConverter Read method 2025-10-11 22:55:44 -07:00
DrakiaXYZ b416d7109a Fix launcher not showing mods
Convert `Version` and `SptVersion` to strings when serializing JSON for AbstractModMetadata
2025-10-11 22:44:27 -07:00
DrakiaXYZ e00dcc719c Fix examining item in hideout upgrade panel exception 2025-10-11 21:19:32 -07:00
DrakiaXYZ edf1cbd2af Remove tagilla brain from PMC brain pool 2025-10-11 20:14:03 -07:00
Chomp 0582f8d5fc Fixed ExamineItem() log message error 2025-10-11 19:48:20 +01:00
Chomp 7403990e69 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-11 10:08:34 +01:00
Chomp e813357a60 Updated mongoid length check to log the string, not the name of the param 2025-10-11 10:08:21 +01:00
Chomp 2576a163e3 Merge pull request #609 from DrakiaXYZ/fix-workout
Fix incorrect workout classes
2025-10-11 07:32:06 +00:00
DrakiaXYZ 4b421b6f47 Fix incorrect workout classes 2025-10-10 23:15:25 -07:00
Chomp cda3511227 Streamlined logic check inside GetActiveChatBots 2025-10-10 17:53:08 +01:00
Chomp ef4c646ffd Fixed being unable to disable chatbots 2025-10-10 17:50:01 +01:00
Chomp a0937c2d33 Fixed gift code messages not working correctly 2025-10-10 17:43:15 +01:00