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

Display: add CameraSmoothing setting to adjust smoothing ratio #437

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    291c509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c64bd4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a116485 View commit details
    Browse the repository at this point in the history
  4. Freecam: make cBlock::checkv check camera position

    Should let r100 load the whole map in while flying around with freecam
    emoose committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    71a3243 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b78cdb3 View commit details
    Browse the repository at this point in the history
  6. Freecam: reduce judder by tracking prev Y axis value

    Same method game seems to use for X axis
    emoose committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    76ec714 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5823397 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dfb464d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8521088 View commit details
    Browse the repository at this point in the history
  10. Freecam: remove old hooks

    calcOffset hooks aren't needed anymore since we overwrite the result of it
    emoose committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6695b03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    392713a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0740c74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8f6d1a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Freecam: add 2000 to camera Y pos when enabled

    Fixes issue with freecam always starting in the floor, would be nice if we could match the actual orbiting cams position eventually so enabling freecam would be more seamless, but unsure how much work that would take. (if we're lucky maybe it gets stored somewhere in CameraQuasiFPS struct, hmm...)
    emoose committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a451e2e View commit details
    Browse the repository at this point in the history