Skip to content
Snippets Groups Projects
  1. Mar 19, 2020
  2. Mar 18, 2020
  3. Mar 15, 2020
  4. Mar 09, 2020
  5. Mar 08, 2020
  6. Mar 06, 2020
  7. Mar 05, 2020
  8. Mar 04, 2020
    • Zwip-Zwap Zapony's avatar
      More gamepad deadzone tweakage · bce6349b
      Zwip-Zwap Zapony authored
      bce6349b
    • Zwip-Zwap Zapony's avatar
      Hotfix for 100% deadzone returning 0 input · df220aa2
      Zwip-Zwap Zapony authored
      It makes more sense for 100% deadzone to just make it so that
      you have to push the axis all the way to trigger it,
      rather than 100% deadzone resulting in no axis input
      ever happening... So, let's make it be the former way instead
      df220aa2
    • Zwip-Zwap Zapony's avatar
      Fix division-by-0 crash with gamepad deadzones · 27e084a8
      Zwip-Zwap Zapony authored
      Fix division-by-0 crash with gamepad deadzones
      The problem was that it checked if A was more than B,
      then lowered A to a max value, then subtracted B from A,
      then divided something by that, without checking if A minus B was 0,
      allowing division by 0 if B was the same as that max value
      
      This fixes that by making sure that A is less than the max value
      27e084a8
Loading