Skip to content
Snippets Groups Projects
  1. Dec 17, 2022
  2. Dec 15, 2022
    • Sal's avatar
      Merge branch 'axis-brake-broken' into 'master' · 80abf386
      Sal authored
      Fix gamepad axis brake behaviour
      
      See merge request KartKrew/Kart-Public!324
      80abf386
    • toaster's avatar
      Fix gamepad axis brake behaviour · 99c1a517
      toaster authored
      - It was actually ACCELERATION axis input that was predominantly broken!
          - It was inexplicably slightly under double what it should be (98 instead of the digital value of 50), which meant brake analog input struggled to dampen it.
          - Analog brake deceleration also gets a slight buff, from 24 to 25 (previously off from the digital value of 25 due to integer division rounding)
      - Remove a pointless, always-true condition for brake handling.
          - Checked whether accel was held down OR whether `cmd->forwardmove` was less than or equal 0...
          - But further up the same function, `cmd` was invariably overwritten with a blank `I_BaseTiccmd`!
          - Therefore, `cmd->forwardmove` would always equal 0, and the `forwardmove` subtraction would always occur.
      99c1a517
  3. Nov 12, 2022
  4. Nov 04, 2022
  5. Nov 02, 2022
  6. Nov 01, 2022
  7. Oct 31, 2022
  8. Oct 30, 2022
Loading