Skip to content
Snippets Groups Projects
  1. Aug 21, 2020
    • Sal's avatar
      XOR IP addresses before sending them to Discord · d4a530ac
      Sal authored
      Not complex because we aren't sending anything that isn't easily accessible via the Master Server anyway, just means we aren't sending plain-text IPs to Discord. Might be improved by basing the XOR key on other values (base RNG, maybe version) so that it's not like *right* there
      d4a530ac
  2. Aug 18, 2020
  3. Aug 17, 2020
  4. Aug 10, 2020
  5. Aug 06, 2020
  6. Aug 05, 2020
  7. Jul 25, 2020
  8. Jul 24, 2020
  9. Jul 15, 2020
  10. Jul 14, 2020
    • Ashnal's avatar
      Properly handle rocket sneakers when shrinking · f60b6c88
      Ashnal authored
      f60b6c88
    • Ashnal's avatar
      Some safeguards for K_DropRocketSneaker usage · fef23cf7
      Ashnal authored
      fef23cf7
    • Ashnal's avatar
      Fixing RocketSneakers · bb6a5662
      Ashnal authored
      New function specifically for dropping rocketsneakers K_DropRocketSneaker
      Used by Eggbox touchspecial to properly dispose of shoes and clean up hnext
      Now also used by the shoe thinker to drop themselves
      Fixes angle of spent shoe launch
      bb6a5662
    • Ashnal's avatar
      Add clean up to K_PuntMine · fb51f60e
      Ashnal authored
      This cleans up hnext when a mine shield is P_RemoveMobj'ed while being punted
      Otherwise, hnext could point to a removed mobj and cause undefined behavior
      This also fixes the bug where if you have multiple mines in your slot, drag one
      and have it punted, all your unused mines would disappear.
      This should/may fix the crashes/desyncs I've observed in gameplay when a held mine is punted.
      fb51f60e
  11. Jul 01, 2020
Loading