Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • EDuke32 EDuke32
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 109
    • Issues 109
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Richard Gobeille
  • EDuke32EDuke32
  • Merge requests
  • !243

Duke3D: Fix player Z interpolation on SE17.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Mitchell Richters requested to merge mjr4077au/eduke32:duke_se17_zfixes into master Oct 07, 2022
  • Overview 2
  • Commits 1
  • Changes 1
  • In SE17's first loop, the player's position is unconditionally backed up. This means jumping in the elevator, even while its not in motion is uninterpolated for the player.
  • Removing these interpolation calls fixes that, however there is a hitch now when the elevator is going back down.
  • If the sign of q is positive, we back up the player's Z coordinate to fix the aforementioned hitch.
  • Also remove actor[j].bpos.z = sprite[j].z; call that's covered G_RecordOldSpritePos().
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: duke_se17_zfixes