Commit Graph

1892 Commits

Author SHA1 Message Date
CWX 5886320bb6 change to seconds not ms 2025-04-20 14:33:14 +01:00
Chomp 29f992b9c3 Fixed GetDateTimeFromTimeStamp incorrectly converting from milliseconds 2025-04-20 14:19:04 +01:00
CWX 97c1c22315 split logic to make debugging easier 2025-04-20 13:28:12 +01:00
CWX 8312dacc25 seperate logic to see result easier, fix logic for defaulting 2025-04-20 13:27:47 +01:00
CWX 07d9c6cb5a update logging 2025-04-20 13:27:19 +01:00
CWX 8032358a5e Fix ragman messages from fleamarket 2025-04-20 10:26:47 +01:00
Chomp bde5c40210 Updated quest data 2025-04-20 09:43:35 +01:00
Chomp c518032c2b Merge pull request #165 from DrakiaXYZ/moremoddevnames
Add way more mod dev names
2025-04-20 08:44:11 +01:00
DrakiaXYZ 895efb4a5d Add way more mod dev names
Remove duplicate names
2025-04-19 17:34:45 -07:00
CWX b2ada3e75f Merge pull request #162 from sp-tarkov/develop
Working build YaY
2025-04-19 19:44:03 +01:00
CWX db093bebf3 fix publish locally 2025-04-19 19:36:47 +01:00
CWX 757456659c fix exe ico 2025-04-19 18:41:19 +01:00
CWX f5e0affe25 Merge pull request #161 from sp-tarkov/develop
fix branches
2025-04-19 17:39:28 +01:00
CWX 9a1cf2e1fb Delete dupe images 2025-04-19 17:39:03 +01:00
CWX 15cafecc37 Merge pull request #160 from sp-tarkov/main
commits missing?
2025-04-19 17:37:59 +01:00
CWX a13678069d changed to always 2025-04-19 17:05:52 +01:00
CWX 8a23f84684 try this 2025-04-19 16:30:57 +01:00
Chomp fd231e65c1 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp 2025-04-19 16:23:27 +01:00
CWX d1ce58f693 Fixed up SptFriend not being able to process gifts 2025-04-19 16:14:52 +01:00
CWX 3cbfc348cd default to null not enums default, so logic can work 2025-04-19 15:40:21 +01:00
CWX 641d6ec1ba moved images to follow bsg scheme 2025-04-19 12:56:32 +01:00
CWX 546b02779c set console to encoding utf8 2025-04-19 11:59:04 +01:00
Chomp 9ff8004d89 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-04-18 18:51:17 +01:00
Chomp b126850910 lint 2025-04-18 18:50:55 +01:00
Chomp 23b91e6b7e Added gift codes:
ROADMAP
ARENABATTLE
CUPSERIES
TIKTOK1M
2025-04-18 18:50:39 +01:00
Chomp 5442a46f39 Merge pull request #155 from sp-tarkov/localeService
Locale service
2025-04-18 09:52:25 +01:00
Chomp 3e8043d4af Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-04-17 17:52:38 +01:00
Chomp 41cab8a9c0 Updated JSON from live data 2025-04-17 17:52:30 +01:00
CWX cd94eee774 removed duplicate logging 2025-04-17 16:30:08 +01:00
CWX 69ecde139e Update uasges to use LocalService 2025-04-17 13:21:38 +01:00
CWX 257c8cc698 moved removal of prapor message to localService as this needs to happen each time we lazyload 2025-04-17 13:20:54 +01:00
CWX eed3c5e105 added and fixed spelling on comments 2025-04-17 13:20:14 +01:00
CWX f83b4a9138 implemented ability to add custom locales
change was relatively small so added it directly to localService
anything dealing with locales should use this service and not directly with DatabaseService.GetTables().Locales.Global as injected locales will be lost due to lazyloading
2025-04-17 13:19:55 +01:00
CWX 74f755af61 Implemented LogWithColor along side module changes, newtonsoft will always send a string 2025-04-16 13:00:01 +01:00
Chomp 362a9cc758 Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-04-16 11:56:21 +01:00
Chomp 00e94e2f25 Copy changes from node-server 2025-04-16 11:55:51 +01:00
CWX e55aba79ac Use ProgramStatics in places to disable Modding with Flag 2025-04-16 11:51:44 +01:00
CWX dc4935e8ff Update readme 2025-04-16 11:10:44 +01:00
CWX 8206b2d844 Merge pull request #152 from sp-tarkov/global-statics
Global statics
2025-04-16 11:00:42 +01:00
CWX edebe3fb66 make static props private 2025-04-16 10:59:43 +01:00
CWX d9100412a7 remove logging, add generated side, this will be overritten with each build, supplied to stop warnings 2025-04-15 20:59:41 +01:00
CWX ddd78785fd Merge branch 'develop' into global-statics 2025-04-15 20:56:45 +01:00
CWX 9b5a8ece75 Undo changes for Buffs 2025-04-15 20:53:30 +01:00
CWX 199a8fc1d9 added a partial class gen
this will take csproj properties and set them, this will allow us to use publish -p:{parameter=value} for building the server
2025-04-15 20:31:06 +01:00
CWX 0f2e18c34d renamed as its dependant on the build not what config is run
just to add,
fat fingered commit instead of moving to a new line.

server in debug mode will use appsettings.development.json

this has changed to have three sub logging folders - Kestrel, Requests, spt
before the logging changes we lost all kestrel logging, which sometimes made it hard to understand failed requests

in release it will use appsettings.json
this will log to console and spt only
2025-04-15 18:46:38 +01:00
CWX b520c34930 cleaned up logging a little 2025-04-15 18:37:18 +01:00
CWX 3ba0f5f92c Fix serialization of BodyPartColliderType 2025-04-15 15:29:45 +01:00
Chomp f2ad4c28cc Updated PMC brain pools 2025-04-13 22:52:17 +01:00
Chomp 6a5bceba39 Fixed AddContainerUpgradeToClientOutput saving the wrong key into client response object 2025-04-13 09:53:34 +01:00
Chomp 83b46a1c1e Renamed parameter to follow conventon 2025-04-13 09:38:03 +01:00