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
Chomp
80dcdce6d5
Removed redundant check inside RemoveItemFromAssort
2025-03-04 15:02:24 +00:00
Chomp
00ae8f464b
Comment improvements
2025-03-04 15:01:34 +00:00
Chomp
5984838082
Improved GetDefaultPlateTpl handling of null properties
2025-03-04 14:00:28 +00:00
Chomp
64a63a18e2
Moved hashset to class and made it static
2025-03-04 13:51:00 +00:00
Chomp
d835439d72
Added more comments
2025-03-04 13:50:37 +00:00
Chomp
4361433aa2
Improved GetModPoolForSlot checking
2025-03-04 13:49:53 +00:00
Chomp
e3664d3614
Comment improvements
...
Made various variables static / readonly
2025-03-04 11:47:14 +00:00
Alex
1041fc3ca1
Added csproj extra details
2025-03-04 11:22:31 +00:00
Chomp
d2db6f9b2b
Updated method comments + made private methods protected
2025-03-03 12:11:41 +00:00
Chomp
35e8a814b9
Implemented CustomLocaleService
2025-03-02 19:32:29 +00:00
CWX
ee0f8e2906
Fix images not working, using MapFallback had further unwanted changes
2025-02-28 18:37:26 +00:00
Chomp
d8d732f270
Added workaround for cert issue on first-time creation
2025-02-27 15:55:52 +00:00
Chomp
786151b0fa
Updated assets
2025-02-27 15:13:34 +00:00
Chomp
3a79aae494
Cache bot names of desired length results
2025-02-26 20:09:54 +00:00
Chomp
6014347c7d
Improved ragfair expired offer performance
2025-02-26 20:09:25 +00:00
Chomp
c2180f820f
Fix llinux loading
2025-02-26 16:45:21 +00:00
Chomp
3b7c8dbdb5
Fixed ragfair offers not expiring + some perf improvements
...
todo:
fix "offer not found"
Replace _offersByTraderLock with hashset + manual locks
2025-02-26 16:45:04 +00:00
Chomp
3d6eaefd8c
AddPlayerOffers reordering
2025-02-26 14:18:38 +00:00
Chomp
594269b683
ItemHelper cleanup
2025-02-26 14:18:00 +00:00
Chomp
d74e990186
Improved how presets are cached and lookups occur
2025-02-26 13:28:35 +00:00
Chomp
6760b3ac05
Updated GetDynamicOfferCurrency to make use of existing weighting code
2025-02-26 12:36:35 +00:00
Chomp
b3a82038e3
Improved memory pressure inside WeightedRandom<T> + small optimisations when all weights are the same
2025-02-26 12:05:41 +00:00
Chomp
a000714f41
Add early exit to GetWeightedValue
2025-02-26 11:41:39 +00:00
Chomp
cff882c971
Cleaned up GetPmcNicknameOfMaxLength
2025-02-26 11:30:07 +00:00
Chomp
1fbddc0f2b
Moved queue init to be inside if check
2025-02-26 10:47:04 +00:00
Chomp
259c0e4b37
Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop
2025-02-25 17:35:50 +00:00
Chomp
cb65a20092
Expanded item types inside GetSizeByInventoryItemHash
2025-02-25 17:35:37 +00:00
clodan
aca6446d5c
Added third party library loading and execution
2025-02-25 17:35:34 +00:00
Chomp
4999b80172
Inverted ignore list check
2025-02-25 17:23:05 +00:00
Chomp
f5941aa05c
Added early exit to GetContainerItemsWithChildren
2025-02-25 17:00:24 +00:00
Chomp
8239e1dd07
Cleaned up GetSizeByInventoryItemHash
2025-02-25 16:54:17 +00:00
clodanSPT
2464246fd7
Pre spt mod loader ( #102 )
...
* partial commit
* pre spt mod loader refactored
---------
Co-authored-by: Alex <alex@dm-me-for-questions.com >
Co-authored-by: clodan <clodan@clodan.com >
2025-02-25 16:34:51 +00:00
Chomp
b7e734c781
Various small micro-optimisations
2025-02-25 15:06:09 +00:00
Chomp
e6c21f131a
Optimised ListCumSum
2025-02-25 15:04:51 +00:00
Chomp
b67ff36631
Converted more string comparisons to use string.equals
...
Optimised `CreateBarterBarterScheme`
2025-02-25 13:30:59 +00:00
Chomp
8aebbcd395
Updated GetArrayValue to use same logic as optimised GetCollectionValue
2025-02-25 13:29:34 +00:00
Chomp
15f042435f
Forgot to ToList both results
2025-02-25 12:55:12 +00:00
Chomp
c857359b5a
Optimised GetCollectionValue and GetPmcNicknameOfMaxLength
2025-02-25 12:53:41 +00:00
Chomp
7ac04530da
Access dictionary keys correctly
2025-02-25 12:23:32 +00:00
Chomp
7fcc5b1514
interned more strings
2025-02-24 21:36:22 +00:00
Chomp
8f2fbed27b
Reduced amount of items iterated over when generating fence assorts
2025-02-24 21:08:58 +00:00
Chomp
4c255dcd48
Reduced amount of items iterated over when generating flea offers
2025-02-24 21:08:40 +00:00
Chomp
4d94044e51
Why is this here, it does nothing?
2025-02-24 21:07:03 +00:00
Chomp
5a1ed7942d
Improved logic for filtering items inside GetContainerItemsWithChildren
2025-02-24 20:55:57 +00:00
Chomp
2f2daa7474
Improved string comparison
2025-02-24 20:31:26 +00:00
Chomp
e9028354ca
Improved performance of GetContainerItemsWithChildren
2025-02-24 20:31:02 +00:00