Chomp
|
1d5162c761
|
Various changes and fixes for things that have been bugging me
Removed/flagged unused props
Typo fixes
Use `FirstOrDefault` over direct index access
Log stacktrace on exception inside `CreateWeaponItems`
|
2025-06-08 10:40:40 +01:00 |
|
Alex
|
1499627d3c
|
DI completely reworked to keep status of singletons on multi type components
|
2025-05-06 10:52:22 +01:00 |
|
Chomp
|
1976218991
|
Updated locations where we parse a number stored as a string into a double to use CultureInfo.InvariantCulture, this resolves errors with languages that don't use commas instead of periods in numbers
|
2025-05-01 17:41:54 +01:00 |
|
CWX
|
7c7297f63c
|
Code cleanup and format
|
2025-04-22 14:49:05 +01:00 |
|
Chomp
|
699b43ef93
|
Prevent UBGLs from generating patron_in_weapon during mod generation
https://github.com/sp-tarkov/server/pull/1154
|
2025-04-06 09:48:46 +01:00 |
|
Chomp
|
8c0470df36
|
Made various methods static + updated private methods to be protected
|
2025-03-14 19:16:26 +00:00 |
|
Chomp
|
df8ffa2b16
|
Replaced various instances of dictionaries and hashsets with their frozen counterparts
|
2025-03-09 17:12:07 +00:00 |
|
Chomp
|
d49adb1be1
|
Updated static hashsets inside BotEquipmentModGenerator to be readonly
|
2025-03-08 10:17:24 +00:00 |
|
Chomp
|
33c56e0730
|
Updated values to be consts where possible
|
2025-03-08 09:33:04 +00:00 |
|
clodan
|
270f095413
|
renamed projects and namespaces
|
2025-03-07 13:16:43 +00:00 |
|