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

Multiplayer RoffSystem Fixes #1165

Merged
merged 2 commits into from
Sep 16, 2023
Merged

Commits on Sep 16, 2023

  1. [MP] Fix ROFF system using incorrect time value.

    The ROFF system previously used engine time instead of module time when setting the time values for trajectories of shared entities. This caused issues when the server module time has been reset on map change, because the game module would misinterpret the trajectories.
    Daggolin committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    677d7b1 View commit details
    Browse the repository at this point in the history
  2. [MP] Fix roff not working on 64 bit builds.

    Change type of mVersion in TROFFHeader and TROFF2Header from long to int.
    Daggolin committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4a044f5 View commit details
    Browse the repository at this point in the history