Commit Graph

30 Commits

Author SHA1 Message Date
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 440121514b Fix post-raid PMC messages not working after bot gen changes 2025-02-18 09:31:20 +00:00
Chomp 29de894442 Fixed incorrect usage of GetBotPresetGenerationLimit 2025-02-17 14:45:13 +00:00
Chomp b5dee1b285 improved bot logging 2025-02-17 14:30:05 +00:00
Chomp 167e55c126 Resolve issue with generating too few bots 2025-02-17 14:28:47 +00:00
Chomp 924fff686d Refactored botgen 2025-02-17 13:07:32 +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 abd7f243e8 Removed unnecessary TODOs and fixed typos
Removed unnecessary uses of `GetByJsonProp`
2025-02-09 15:13:05 +00:00
CWX 5c6fa9242f BIG BOI FORMATTING 2025-02-07 19:36:17 +00:00
CWX f648f42721 This is just Jetbrains formatting and code syntax styling 2025-02-05 06:56:51 +00:00
Chomp 76c185a946 Improved exception logging 2025-02-03 16:59:35 +00:00
CWX b4602dce23 add timing to debug not info, remove a clone that i dont think is needed 2025-01-29 13:35:18 +00:00
CWX f8ce007a64 give GetAiBotBrainTypes response a type 2025-01-29 11:28:13 +00:00
CWX 4d2a41fd0a formatting and start adding checks before logging debug messages 2025-01-28 20:12:41 +00:00
Chomp cfde0bd528 Fixed issue with PMC level calculations coming back as 1 2025-01-28 12:11:15 +00:00
Chomp 9a9c5f3c72 Fixed issues caused by inclusion of multithreading
Added stopwatch to bot generation
2025-01-28 08:49:01 +00:00
Alex b7b5b7da34 added if checks to some debug logs 2025-01-27 21:10:44 +00:00
Alex 87dd6f6e0f multithreaded ragfair and botgen 2025-01-27 20:57:47 +00:00
Chomp 93a2274165 Fixed botgen failing when no raid settings are found 2025-01-25 23:04:55 +00:00
CWX 986139b683 Fix botcap 2025-01-25 21:57:24 +00:00
CWX 04423082bd add pop function to List, fix accessing Dict 2025-01-25 16:14:54 +00:00
CWX c3740ed484 re-enable bot gen 2025-01-25 15:44:27 +00:00
CWX 0ef0d90704 fix getting new quests on accepting others, fix dialog type and null guards 2025-01-25 14:23:14 +00:00
CWX 48b5a00726 implment other controllers 2025-01-23 23:52:35 +00:00
Chomp 72cdae8641 Fixed GetAllBotDifficulties, now returns data for bot types lacking a json 2025-01-23 17:11:50 +00:00
Chomp 5c07a05343 Fixed GetRandomizedArmorDurability not handling some bot types 2025-01-21 14:21:25 +00:00
Chomp 966b36715b More bot generation implementation 2025-01-21 10:59:04 +00:00
Alex 59cbaa6b02 renamed methods 2025-01-20 20:24:59 +00:00
Alex b5240a615e Refactor project into smaller chunks 2025-01-19 17:45:48 +00:00