Skip to content
Snippets Groups Projects
  1. Mar 29, 2024
  2. Oct 24, 2023
  3. Oct 19, 2023
  4. Aug 14, 2023
  5. Aug 05, 2023
  6. Aug 03, 2023
  7. Jul 29, 2023
  8. Dec 20, 2022
  9. Dec 19, 2022
  10. Dec 17, 2022
  11. 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
    • toaster's avatar
      455177a3
  12. Nov 12, 2022
  13. Nov 04, 2022
  14. Nov 02, 2022
  15. Nov 01, 2022
  16. Oct 31, 2022
Loading