Skip to content
Snippets Groups Projects
  1. Mar 04, 2020
    • 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
  2. Mar 02, 2020
  3. Feb 26, 2020
  4. Feb 24, 2020
  5. Feb 23, 2020
  6. Feb 22, 2020
  7. Feb 21, 2020
  8. Feb 20, 2020
  9. Feb 19, 2020
Loading