Skip to content
Snippets Groups Projects
  1. May 07, 2020
  2. Apr 30, 2020
  3. Apr 29, 2020
  4. Apr 24, 2020
  5. Apr 23, 2020
  6. Apr 22, 2020
  7. Apr 21, 2020
  8. Apr 17, 2020
    • DarkGod's avatar
      Merge branch 'sleeping-dragons' into 'master' · 65f67b10
      DarkGod authored
      make sleep dragons neutral & make forced unique
      
      Your summons won't aggro it uncontrollably, also make its reward more alluring.
      
      See merge request !633
      65f67b10
    • DarkGod's avatar
      Merge branch 'weapon_attack_recurse' into 'master' · 5c0dbbd2
      DarkGod authored
      weapon_recurse bugfix
      
      This is the cause of an interaction between Flexible Combat and weapon `attack_recurse` that may cause infinite recursive attack
      
      
      Cause of this problem:
      
      Currently, recurse attack will not check if current weapon have `attack_recurse` property.
      
      Also, this mechanism use `self.__attacktargetwith_recursing = nil` to mark attack recurse haven't been started / have been ended.
      
      Flexible combat is triggered before recurse attack
      
      So, a flexible combat unarmed attack can consume `self.__attacktargetwith_recursing`, while the later triggered attack thinking we are starting a new attack, recurse again.
      
      You can test this with Flexible Combat + Razorlock.
      
      This is a quick fix, howevr while considering while using the old `if self.__attacktargetwith_recursing or (weapon and weapon.attack_recurse) then` design may also need discussion.
      
      See merge request !631
      5c0dbbd2
    • DarkGod's avatar
      Merge branch 'unify_shield_factor' into 'master' · 57c84096
      DarkGod authored
      unify shield_factor
      
      Unify `* (100 + (self:attr("shield_factor") or 0)) / 100` call across the whole game into `Actor:getShieldAmount` call to make it more easy to track and help avoid bugs.
      
      
      
      See merge request !632
      57c84096
    • DarkGod's avatar
      fix · ac53a4c3
      DarkGod authored
      ac53a4c3
    • DarkGod's avatar
      only 3 to go! · 60105b04
      DarkGod authored
      60105b04
  9. Apr 14, 2020
  10. Apr 09, 2020
  11. Apr 08, 2020
  12. Apr 07, 2020
  13. Apr 06, 2020
  14. Apr 03, 2020
  15. Apr 01, 2020
  16. Mar 31, 2020
  17. Mar 27, 2020
  18. Mar 25, 2020
  19. Mar 23, 2020
  20. Mar 22, 2020
    • Otowa Kotori's avatar
      weapon_recurse bugfix · b765b38a
      Otowa Kotori authored
      This is the cause of an interaction between Flexible Combat and weapon attack_recurse that may cause infinite recursive attack
      b765b38a
  21. Mar 20, 2020
  22. Mar 19, 2020
Loading