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

Merge mouse-smoothing #2479

Merged
merged 42 commits into from
Dec 16, 2022
Merged

Merge mouse-smoothing #2479

merged 42 commits into from
Dec 16, 2022

Commits on Oct 9, 2022

  1. Update PlayerMouseLook.cs

    AverniteDF committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    b8a4e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c09912c View commit details
    Browse the repository at this point in the history
  3. Update PlayerMouseLook.cs

    AverniteDF committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    8b2b884 View commit details
    Browse the repository at this point in the history
  4. Update PlayerMouseLook.cs

    AverniteDF committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    1aacd4a View commit details
    Browse the repository at this point in the history
  5. Update PlayerMouseLook.cs

    AverniteDF committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    61f73f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Update PlayerMouseLook.cs

    AverniteDF committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    343aba5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    f749bfa View commit details
    Browse the repository at this point in the history
  2. Refactoring

    A stronger refactoring than previous commits. The Init method is no longer needed and has been eliminated. Other classes may safely change Yaw and Pitch members directly now because getter/setters have been improved (the change to SerializablePlayer.cs is no longer needed). General code cleanup.
    AverniteDF committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    d228001 View commit details
    Browse the repository at this point in the history
  3. Reverted

    PlayerMouseLook no longer needs changes to this file.
    AverniteDF committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    83c1d8c View commit details
    Browse the repository at this point in the history
  4. Improved Yaw Wrapping

    AverniteDF committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    66a3336 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f83808 View commit details
    Browse the repository at this point in the history
  6. New camera smoothing implemented

    New camera smoothing implemented with minimal changes to existing code.
    AverniteDF committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    2a3054e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    13b4c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655edbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b728c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b0931 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e7d883 View commit details
    Browse the repository at this point in the history
  6. Mouse smoothing slider accommodation

    Specified a default smoothing of 0.5
    AverniteDF committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    981df8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bb0533 View commit details
    Browse the repository at this point in the history
  8. Minor comment edits

    AverniteDF committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ac620ed View commit details
    Browse the repository at this point in the history
  9. Added value clamp

    AverniteDF committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c830ad9 View commit details
    Browse the repository at this point in the history
  10. Changed AddSlider method

    AverniteDF committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    e41ec3d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Added testing function

    AverniteDF committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    b89c9cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f617fd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update DefaultCommands.cs

    AverniteDF committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a8f0a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4088e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb22c59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    531d9f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c96dff8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e92e45c View commit details
    Browse the repository at this point in the history
  7. Mouse look smoothing tooltip suggestion

    Clarify looking instead of general mouse use
    AverniteDF committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9f20558 View commit details
    Browse the repository at this point in the history
  8. Tweaked smoothing factors

    To better cover a useable range of values.
    AverniteDF committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c257df3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33ce3ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b367c38 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Switched to more conventional smoothing strength descriptors

    None / Lowest / Low / Medium / High / Highest
    AverniteDF committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    1e61992 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Removed testing function

    PR code is now in a "production-ready" state, pending review
    AverniteDF committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    4ac85f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    3830086 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2441 from AverniteDF/master

    Improved Mouse Look Camera Smoothing
    Interkarma committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    63e8b94 View commit details
    Browse the repository at this point in the history
  3. Remove old field

    Missed when resolving merge conflicts.
    Interkarma committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    45e042c View commit details
    Browse the repository at this point in the history
  4. Adjust default mouselook sensitivity

    Increase from 1.0 to 2.0 as old default feels lower with new smoothing setup.
    New smoothing has better parity between smoothing disabled or enabled.
    Interkarma committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0286cf2 View commit details
    Browse the repository at this point in the history
  5. Remove commented out code

    Interkarma committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    db7ee0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34170a3 View commit details
    Browse the repository at this point in the history