Skip to content
Snippets Groups Projects
  1. Dec 28, 2019
  2. Dec 27, 2019
  3. Dec 26, 2019
  4. Dec 25, 2019
    • James R.'s avatar
      Correct the check for rings on thing 604 - 607 · 70f08007
      James R. authored
      The original code used a switch case, not AND 1. :V
      70f08007
    • Monster Iestyn's avatar
      Fix ShouldDamage, MobjDamage and MobjDeath hooks all messing up the pushing of... · 52410300
      Monster Iestyn authored
      Fix ShouldDamage, MobjDamage and MobjDeath hooks all messing up the pushing of variables to Lua as function args, by adding damagetype support where it was missing!
      
      The above issue occured only if you had both a generic hook and a type specific hook for a particular hook type. This way, the stack is never updated to include damagetype at the start, and all pushes of the variables get offsetted by 1 compared to what they should be, once the code *expects* damagetype to be included in it.
      52410300
Loading