Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
Kart-Public
Kart-Public
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 5
    • Issues 5
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Schedules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • KartKrew
  • Kart-PublicKart-Public
  • Merge Requests
  • !249

Closed
Opened Mar 01, 2021 by Sal@TehRealSalt 
  • Report abuse
Report abuse

Remove turn easing code

v2 mirror; original description: Vanilla holdover lots of people complain about & tbh just doesn't need to exist

Edited Mar 01, 2021 by Sal
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b no-turn-easing-v1 origin/no-turn-easing-v1

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff no-turn-easing-v1

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 4
  • Commits 26
  • Changes 19
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Sal @TehRealSalt

    changed the description

    Mar 01, 2021

    changed the description

    changed the description
    Toggle commit list
  • Hannu Hanhi @Hannu_Hanhi commented Mar 07, 2021

    I would prefer it was made optional instead, since I'm used to playing with the default keyboard controls. The code here would do that: bird/Kart-Public@3eb77ef2

    Could also change the default option to disabled if that's preferable.

    I would prefer it was made optional instead, since I'm used to playing with the default keyboard controls. The code here would do that: https://git.do.srb2.org/bird/Kart-Public/commit/3eb77ef2e0bbe7c7b71548b4279beba2e7585297 Could also change the default option to disabled if that's preferable.
  • Sal @TehRealSalt commented Mar 09, 2021
    Master

    I disagree since I can't think of a single other game that handles digital input like this

    I disagree since I can't think of a single other game that handles digital input like this
  • AJ Martinez @Tyron commented Mar 11, 2021

    Turn easing doesn't let you do anything that can't be done with unfiltered keypresses—as far as I can tell, it's strictly worse, basically just an unanticipated source of input lag, and doesn't really need a toggle.

    Turn easing doesn't let you do anything that can't be done with unfiltered keypresses—as far as I can tell, it's strictly worse, basically just an unanticipated source of input lag, and doesn't really need a toggle.
  • Sal @TehRealSalt

    changed target branch from next to master

    Mar 12, 2021

    changed target branch from next to master

    changed target branch from `next` to `master`
    Toggle commit list
  • Sal @TehRealSalt commented Apr 07, 2021
    Master

    Closing since we've iterated on a cleaner compromise on this in v2, which cannot be brought to v1

    Closing since we've iterated on a cleaner compromise on this in v2, which cannot be brought to v1
  • Sal @TehRealSalt

    closed

    Apr 07, 2021

    closed

    closed
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: KartKrew/Kart-Public!249