Chomp
6cf6271a48
Made RegistrableType sealed and fixed typos
2025-03-08 11:10:40 +00:00
Chomp
94dc3a3424
Improved ArgumentOutOfRangeException handling inside RegisterComponent
2025-03-08 11:07:56 +00:00
Chomp
d01231d322
Cleaned up loop inside RegisterGenericComponents
2025-03-08 11:03:08 +00:00
Chomp
d9cf496950
Made ContainsJsonProp approach consistent with GetByJsonProp
2025-03-08 10:27:14 +00:00
Chomp
204f9e4525
Improved performance of PopFirst and PopLast
2025-03-08 10:24:47 +00:00
Chomp
e219ce2ffd
Updated name of parameter in ISerializer
2025-03-08 10:20:06 +00:00
Chomp
d49adb1be1
Updated static hashsets inside BotEquipmentModGenerator to be readonly
2025-03-08 10:17:24 +00:00
Chomp
1f22450c51
Updated OnUpdate to match interface param name
2025-03-08 10:15:36 +00:00
Chomp
c3671b4232
Indent foreach inside RegisterComponents
2025-03-08 10:14:00 +00:00
Chomp
12ed501f9e
made parameter on ReplaceIDs non-optional
2025-03-08 10:12:48 +00:00
Chomp
42983bf92c
Updated Write handling of null checks, now takes into account structs
2025-03-08 10:08:55 +00:00
Chomp
69e841e52c
Correctly pass a double into FillMagazineWithRandomCartridge
2025-03-08 10:05:08 +00:00
Chomp
17e0a4245a
Fixed merged quest assorts not correctly merging
2025-03-08 10:03:52 +00:00
Chomp
d6b5a1ad1e
Remove unused method
2025-03-08 10:00:23 +00:00
Chomp
6b48dfa463
Made locks more consistent across solution
2025-03-08 09:55:36 +00:00
Chomp
df2c8649a3
Moved BundleManifest and BundleManifestEntry into same namespace they're used in
2025-03-08 09:46:14 +00:00
Chomp
9024d048dd
Improve method comments
2025-03-08 09:44:42 +00:00
Chomp
19ffed44c7
Removed single loop foreach in favor of key lookup inside GetDialogueFromProfile
2025-03-08 09:38:54 +00:00
Chomp
951ba24d98
Removed reduandant property from method and improved error message text
2025-03-08 09:33:41 +00:00
Chomp
33c56e0730
Updated values to be consts where possible
2025-03-08 09:33:04 +00:00
Chomp
0b38563aa3
Fixed floating point issues with comparison
2025-03-08 09:22:53 +00:00
Chomp
0d23400db3
Replaced single loop with key lookup inside BindItem
2025-03-08 09:17:57 +00:00
Chomp
6d2c5e0e19
Flag 'Tarkov' as a valid word
2025-03-08 09:08:09 +00:00
Chomp
1acd68baf1
Store index as int
2025-03-08 09:07:41 +00:00
Chomp
5cfa59f615
Use same types as BSG for properties
2025-03-08 09:05:30 +00:00
Archangel
b4adc130e6
Update to current nuget version
2025-03-07 18:02:53 +01:00
Archangel
63737e656c
Centralize globally used build properties
2025-03-07 17:47:47 +01:00
Archangel
852f95a56c
Update logger targets
2025-03-07 15:41:23 +01:00
clodan
270f095413
renamed projects and namespaces
2025-03-07 13:16:43 +00:00
clodan
87200e46cf
Split up mod examples into separate repository
2025-03-07 12:52:45 +00:00
Archangel
04f6644b46
Fix up notifier websocket if there's multiple websocket handlers
2025-03-06 22:42:45 +01:00
Chomp
6f1aeead4f
Sync with node
2025-03-06 19:03:37 +00:00
Chomp
33a9de3d1d
Various comment conversions + removed unused method
2025-03-06 15:43:45 +00:00
Chomp
f06d56961f
Sync with node
2025-03-05 21:44:05 +00:00
Chomp
70cd8b709d
Merge pull request #107 from tetrisdev/ServersComments
...
Change Servers comments
2025-03-05 21:35:01 +00:00
TetrisGG
cafe9ff543
Change Servers comments
...
Added missing Servers comments
Changed comments to xml
2025-03-05 20:51:58 +01:00
Chomp
bf00a3e1c3
Merge pull request #106 from tetrisdev/RoutersComments
...
Add Router Comments
2025-03-05 19:50:55 +00:00
TetrisGG
3190646cd0
Add Router Comments
...
Add missing Router comments.
2025-03-05 20:28:25 +01:00
Refringe
d045dfb9ec
Removed version number from core library properties
2025-03-05 09:48:14 -05:00
Refringe
86fb0f09f4
Updates Core Library PackageId Property
2025-03-05 09:28:33 -05:00
Chomp
e66da4abf4
Comment improvements
2025-03-05 14:27:51 +00:00
Chomp
c5864ad2e4
Refactored ragfair offer holder to pass offer id around instead of full offers
...
Optimised removing player offer from cache
2025-03-05 13:20:12 +00:00
Chomp
4e5636179d
Added comments
2025-03-05 13:13:54 +00:00
Chomp
75aacd05fb
Merge pull request #105 from tetrisdev/ModelsComments
...
Update Models Comments
2025-03-04 21:52:26 +00:00
TetrisGG
28a434a622
Update Models Comments
...
Changed Comments to adhere to xml standard in all Models.
Added missing comments.
2025-03-04 22:38:11 +01:00
Chomp
11b11ff747
Merge pull request #104 from tetrisdev/GeneratorComments
...
Update Generator Comments
2025-03-04 18:40:19 +00:00
TetrisGG
49c82bcc86
Update Generator Comments
...
Changed Comments to adhere to xml standard in all Generators.
Added missing comments.
Updated some descriptions.
2025-03-04 19:37:14 +01:00
Refringe
b7caeb6867
Update project metadata and include LICENSE file
...
- Changed `Authors` to "Single Player Tarkov".
- Added `PackageVersion` as "4.0.0-alpha.1".
- Introduced `Description` for the core libraries.
- Added `Copyright` notice for 2025.
- Included `PackageLicenseFile` pointing to "LICENSE".
- Added `PackageProjectUrl` for project website.
- Specified `RepositoryType` as "git".
- Added `ItemGroup` to package the LICENSE file.
2025-03-04 11:20:45 -05:00
Chomp
4939efa273
Sync with changes made to node since 35146
2025-03-04 16:19:47 +00:00
Chomp
ade0fd6e22
Comment changes
2025-03-04 15:07:12 +00:00