0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:10:44 -05:00

3984 Commits

Author SHA1 Message Date
Chomp
cb253348a4 Store exit taken on raid end and store in app context for future use 2024-12-27 10:50:51 +00:00
Chomp
4938f38083 Updated transit-related properties - TODO: check if request.transition is hydrated now 2024-12-27 10:39:53 +00:00
Chomp
23dfbe27ae Updated statics data for maps 2024-12-27 10:38:54 +00:00
Chomp
e37c315694 Updated customs statics 2024-12-27 10:13:38 +00:00
Chomp
c4c23d7bef Added missing quest icons 2024-12-27 10:04:22 +00:00
Chomp
ce306018a6 Blacklisted flyers from fence 2024-12-27 10:01:00 +00:00
Chomp
b26dffe9f0 Added killas christmas armor 2024-12-27 09:56:13 +00:00
Chomp
9c67e18174 Updated item enums + Added overrides for new items 2024-12-27 09:56:00 +00:00
Chomp
ccc369cef5 Added questids to productions 2024-12-27 09:35:28 +00:00
CWX
9d821b0ca1 Merge branch 'bun' of https://github.com/sp-tarkov/server into bun 2024-12-27 00:54:48 +00:00
CWX
3d2b45f1a5 change to membercategory 1 for Dev, BSG now dont allow DevMask in raid unless you are this category 2024-12-27 00:54:44 +00:00
Chomp
1ecac90843 Blacklisted V40 shrapnel 2024-12-27 00:28:14 +00:00
Chomp
0d52a473c5 Stubbed out CustomizationSet event 2024-12-27 00:25:14 +00:00
CWX
988d967d95 remove another type 2024-12-27 00:17:54 +00:00
CWX
1501e44cb0 remove another type 2024-12-27 00:15:49 +00:00
Chomp
96ccde637c Removed another type 2024-12-27 00:02:24 +00:00
Chomp
a58f6847e0 Added dogtag data to profiles 2024-12-27 00:01:14 +00:00
Chomp
678cf903a2 Removed another type 2024-12-26 23:40:41 +00:00
Chomp
fe2983d2df Removed various unneeded 'types' 2024-12-26 23:38:20 +00:00
Chomp
641d186d7a Removed unused 'type' 2024-12-26 23:23:37 +00:00
Chomp
cde5216b84 Fixed type errors 2024-12-26 23:21:02 +00:00
Chomp
163e533f6e Added new JSONs 2024-12-26 23:20:49 +00:00
Chomp
900c2902d5 Add new type 2024-12-26 23:20:15 +00:00
Chomp
4168cc1211 Removed null value from Смотритель 2024-12-26 23:11:26 +00:00
Chomp
5383e11d15 Fixed formatting of client/prestige/list response 2024-12-26 23:10:49 +00:00
Chomp
d5690dd403 Removed null value from btr data 2024-12-26 23:08:49 +00:00
Chomp
ce3467da9b Updated version string in core.json 2024-12-26 23:02:50 +00:00
Chomp
cbe69db50b Added new client/customization/storage endpoint 2024-12-26 23:02:37 +00:00
Chomp
089cf2f2b0 Updated JSONS and matching interfaces
updated ragman clothing

Updated quests

Updated trader assorts

Updated location servcies

Added new prestige data + new classes to handle new endpoints

Added new hideout customisation endpoint
2024-12-26 20:54:19 +00:00
Chomp
9740852de4 Merge branch '3.10.4-DEV' of https://github.com/sp-tarkov/server into bun
# Conflicts:
#	project/Server.code-workspace
#	project/assets/configs/core.json
#	project/package.json
#	project/src/generators/BotGenerator.ts
#	project/src/services/BotNameService.ts
#	project/src/services/PaymentService.ts
2024-12-25 12:35:00 +00:00
Chomp
c6a9a1afb5 Fixed opening sealed case causing server error 3.10.4 2024-12-25 09:15:26 +00:00
Chomp
5a15aa348d Reset existing event data when caching currently active seasonal events 2024-12-24 19:13:02 +00:00
Chomp
952544f5d3 Revert "Improved ability for modders to adjust active seasonal events - Active events can be set via pre-db load event"
This reverts commit 4cd868aeb302515b879ed204397b567c73d2fcd2.
2024-12-24 19:09:51 +00:00
Chomp
4cd868aeb3 Improved ability for modders to adjust active seasonal events - Active events can be set via pre-db load event 2024-12-24 18:54:12 +00:00
Chomp
4317c3c273 Fixed incorrect logic when deciding who should be flagged as a player scav inside shouldSimulatePlayerScav 2024-12-24 14:14:06 +00:00
Chomp
1a2cc6113b Updated server locales 2024-12-24 09:45:09 +00:00
Chomp
bb6c4cae6a Made SeasonalEventService.cacheActiveEvents() public 2024-12-24 09:10:27 +00:00
Chomp
531dca5f92 Fixed incorrect ledx id inside inventory.json Pumpkin with sweets reward 2024-12-24 09:06:49 +00:00
Chomp
21d11702c6 Increased chance of rain 2024-12-23 22:45:15 +00:00
Chomp
a5e187ebda Reduced chance of sunny weather 2024-12-23 22:41:03 +00:00
Chomp
c68b3d7644 Slightly reduced chance of ornaments on scavs during christmas event 2024-12-23 22:15:40 +00:00
bc1d0c5fb4
Update Bot Generation to use ProgressWriter
- The ProgressWriter class now resets it's cursor position to the beginning of the current line so that any log inbetween increments overwrites the current progress bar.
- Bot generation will now display a progress bar.
2024-12-23 16:34:21 -05:00
agavalda
a9d76021bc
Allow to set reputation as decimal in TraderCommand (#994)
Since the reputation levels are expressed as decimals i found it weird
that you can only set integers. This PR changes the way the reputation
is set:
`spt trader prapor rep 44` won't set 44 to the reputation (which is way
higher than anyone can get) but 0.44, this allows to test loyalty levels
more granular:

![image](https://github.com/user-attachments/assets/4e706f63-2d25-4f4c-9501-e6379174dc16)

![image](https://github.com/user-attachments/assets/61edb0f7-fc0b-4e7c-869f-09a30efa50dc)

Updating the regex and then testing that only decimals are used for
`rep` and not for `spend` looked to messy.

PS: This is my first PR here :)
2024-12-23 20:52:46 +00:00
Chomp
db5701fd65 Updated shoreline data 2024-12-23 16:46:48 +00:00
Chomp
84c26a156e Fixed off by one error in DB load progress writer 2024-12-23 15:16:23 +00:00
DrakiaXYZ
49414b8805
Fix issue where insurance messages would appear as received if you only lost gear you were wearing (#993)
- Insurance messages each need a unique "stash" ID, properly handle this
as part of the processing side of insurance
- Remove handling of parent IDs from the insurance storing side of
insurance, as we don't need to do that processing twice
- Add a new step to the profileFixer service that resolves any already
broken trader messages with attached insurance items

---------

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
2024-12-23 13:26:10 +00:00
Chomp
74e1119b8c Updated bot data 3.10.4-BEM-20241223 2024-12-23 09:49:34 +00:00
Chomp
8a9a5a73d8 Updated location data 2024-12-23 09:49:03 +00:00
Chomp
45c3df682f Improved accuracy of comments 2024-12-22 21:53:44 +00:00
Chomp
da8c336519 Fixed various invalid nullguard checks + comments 2024-12-22 21:48:06 +00:00