Chomp
e3664d3614
Comment improvements
...
Made various variables static / readonly
2025-03-04 11:47:14 +00:00
Chomp
d74e990186
Improved how presets are cached and lookups occur
2025-02-26 13:28:35 +00:00
clodan
aca6446d5c
Added third party library loading and execution
2025-02-25 17:35:34 +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
7fcc5b1514
interned more strings
2025-02-24 21:36:22 +00:00
Chomp
85900724e5
Fixed multipler typo
2025-02-21 15:07:41 +00:00
Chomp
bffeec8361
Handle flea item prices as doubles
2025-02-21 15:05:00 +00:00
Chomp
fc6c15792d
Fixed flea offers not reducing quantity after purchase
2025-02-21 12:58:02 +00:00
Chomp
5a5e18f568
Add HTTPS support ( #101 )
...
* Initial work on adding https support
* Updated logging
* More logging
* Added support for a certificate password
Replaced method used for getting path to cert
* Reduce duplication of logic in program.cs
* Cleanup of `HttpServer`
* More https stuff
* https
* Fixed remote IP stuff
* Fixed non-local request logging
* Updated assets
* Replaced `singleplayer/bossconvert` to `singleplayer/bosstypes`
* Updated map loot
* Asset update
* Stop storing a bots inventory and other values to save memory
---------
Co-authored-by: Chomp <dev@dev.sp-tarkov.com >
Co-authored-by: clodan <clodan@clodan.com >
2025-02-20 12:27:55 +00:00
Chomp
1ff8d2cbef
Replaced lists containing unique values with HashSets
...
Reworked Soft Insert id checks
Improved dogtag id lookup memory usage
Removed wave cleanup code
2025-02-17 19:05:47 +00:00
Chomp
054074c51f
Store whitelist as hashset not list
2025-02-17 17:00:58 +00:00
Chomp
924fff686d
Refactored botgen
2025-02-17 13:07:32 +00:00
CWX
9858573dad
workaround for HideoutItem coming back as _id or id, saves duplicating the type
2025-02-15 22:41:08 +00:00
Chomp
3b1f8c81ef
Updated loot generator to block seasonal items when out of season
2025-02-14 17:33:29 +00:00
CWX
2a172a6861
make launcherV2 endpoints consistent, add new profile endpoint
2025-02-14 17:12:09 +00:00
Chomp
bff815e4b9
Fixed typo
2025-02-14 17:11:57 +00:00
Chomp
87e1306f33
Improved GetAchievementStatics
2025-02-13 13:09:27 +00:00
CWX
069c6665c5
fix mapping
2025-02-12 20:35:07 +00:00
Chomp
693d393706
Updated package json
2025-02-12 19:51:28 +00:00
Chomp
233a7c4202
Updated prestige system
2025-02-11 21:27:52 +00:00
Chomp
ed54312f35
Updated types to match game client
2025-02-10 12:30:14 +00:00
Chomp
0f0cbb1df5
Applied IMinMaxValue to MinMax<T>
2025-02-10 11:00:57 +00:00
Chomp
3219718d27
Replaced minmaxdouble + minmaxint with generic minmax<T>
...
Updated various doubles to be ints
2025-02-10 10:44:24 +00:00
Chomp
08b5caf337
Renamed Minmax to MinMaxDouble and added MinMaxInt
...
Swapped various doubles for ints across loot generator and airdrop code paths
Fixed forced airdrop loot being returned with a decimal stack count
2025-02-10 09:57:01 +00:00
Chomp
c8dadd106c
Interned more strings
2025-02-09 19:14:48 +00:00
Alex
a3bc7eea23
Merge branch 'main' into develop
...
# Conflicts:
# Server/Logger/WebApplicationLogger.cs
2025-02-09 18:04:46 +00:00
Alex
c67c807dd3
WriteToLogFile now implemented
2025-02-09 17:46:18 +00:00
Chomp
dec3956167
Expanded ModDllLoader implementation
2025-02-09 11:33:28 +00:00
Chomp
212dfd0d65
Added package jsons to mods + updated related poco
2025-02-08 11:56:14 +00:00
CWX
efd8b360de
Formatting
2025-02-07 22:47:47 +00:00
CWX
d6925e492c
Create wrapper for SptMod with assembly and package.json
2025-02-07 21:20:53 +00:00
CWX
5c6fa9242f
BIG BOI FORMATTING
2025-02-07 19:36:17 +00:00
CWX
db351c8632
Fix errors by using the actual error codes
2025-02-07 12:43:54 +00:00
Chomp
a6408cf9b7
34861 + asset update
2025-02-07 10:56:27 +00:00
Chomp
9db104cff7
Utilised string.Intern to reduce memory footprint of server
2025-02-06 14:39:22 +00:00
Chomp
9b33dd2d35
Updated itemTpl + weapon tpls to be consts
2025-02-06 11:21:36 +00:00
Chomp
83bc15ab1b
updated BaseClasses to use const and be a static class
2025-02-06 11:10:25 +00:00
Chomp
955e44eb62
Multiple casting fixes
2025-02-05 20:16:19 +00:00
CWX
9b2ed8805c
use prestige level and dont create additional data for us specifically
2025-02-05 07:58:19 +00:00
CWX
a4f8036d09
formatting, fix build error
2025-02-05 07:36:13 +00:00
CWX
f648f42721
This is just Jetbrains formatting and code syntax styling
2025-02-05 06:56:51 +00:00
CWX
43c9a42d47
added alternative keys to mapping of location, should be able to resolve all types we deal with then
2025-02-05 06:39:41 +00:00
Chomp
db0feff1d8
Made ProbabilityObjectArray slightly less awful
2025-02-04 19:38:59 +00:00
KaenoDev
45fbd198d0
Fix Botcaps not getting set correctly
2025-02-03 19:38:25 +00:00
CWX
e1cd19933f
Removed unused Achievements object, use pmcdata.achievements. now transfer correct stuff for prestige
2025-02-03 17:19:40 +00:00
Chomp
d2e04ff877
Improved IsSameItem
2025-02-03 15:29:34 +00:00
CWX
a4bb2e8f25
fix prestigeRequestTypes and getting items transfered
2025-02-03 15:05:51 +00:00
KaenoDev
dc3fdbf02e
Fix BotBase Properties issues
2025-02-02 22:24:50 +00:00
CWX
f44c8ba567
removed comments and added to github project page
2025-02-01 19:34:17 +00:00