Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor general fixes 2 #104

Merged
merged 19 commits into from
Dec 16, 2023
Merged

Minor general fixes 2 #104

merged 19 commits into from
Dec 16, 2023

Conversation

paulov-t
Copy link
Contributor

@paulov-t paulov-t commented Dec 15, 2023

This PR does the following:

  • Introduces a check to stop cultists spawning in the day
  • Fix issue where User could not exit the game (GameStatus cannot be changed before BaseLocalGame.Stop)
  • Fix an issue where PlayerRotate packets were round tripping and on some occassions repeating the round trip
  • Fix the position of the PMC character on the "Character Select" screen
  • Fix incorrect message being displayed when your team is dead
  • Introduce new way of sending arrays of SIT serialized data (very performant and has very small network cost)
  • Converts Player State handling from Dictionary to PlayerStatePacket using array of SIT serialized data
  • Fix issue with BepInEx preloaders [New Assembly]
  • Improve current movement logic to smooth it out the best it can be in its current form [Sprinting still not fixed]
  • Add a Zlib Compress of Bytes method
  • Refactor WebSocket_OnMessage in to several methods

Copy link

badge

Build Successful! You can find a link to the downloadable artifact below.

Name Link
Commit 6278251
Logs https://github.com/stayintarkov/StayInTarkov.Client/actions/runs/7219642360
Download https://github.com/stayintarkov/StayInTarkov.Client/suites/19072616902/artifacts/1116763175

@paulov-t paulov-t marked this pull request as ready for review December 15, 2023 08:23
@dounai2333 dounai2333 merged commit fc3e2f4 into master Dec 16, 2023
1 check passed
@paulov-t paulov-t deleted the Minor-General-Fixes-2 branch December 19, 2023 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants