Skip to content
Snippets Groups Projects
  1. Jul 07, 2020
  2. Jul 02, 2020
  3. Jun 30, 2020
  4. Jun 29, 2020
  5. Jun 28, 2020
  6. Jun 26, 2020
  7. Jun 24, 2020
  8. Jun 23, 2020
  9. Jun 21, 2020
  10. Jun 19, 2020
  11. Jun 18, 2020
  12. Jun 17, 2020
  13. Jun 16, 2020
  14. Jun 13, 2020
  15. Jun 12, 2020
  16. Jun 07, 2020
  17. Jun 05, 2020
  18. Jun 04, 2020
    • DarkGod's avatar
      Merge branch 'rnd_boss_restrict_fix' into 'master' · 50974198
      DarkGod authored
      Fix rnd_boss_restrict=true will trigger a bug.
      
      Let `rnd_boss_restrict` use `util.getval` interface to make it support defination like `rnd_boss_restrict = true` (in `data/talents/celestial/combat.lua:130`)
      
      Bug report:
      ```
      Lua Error: /mod/class/GameState.lua:2218: attempt to call field 'rnd_boss_restrict' (a boolean value)
      ```
      
      See merge request !639
      50974198
    • Otowa Kotori's avatar
      Fix rnd_boss_restrict=true will trigger a bug. · d71de162
      Otowa Kotori authored
      Bug report:
      Lua Error: /mod/class/GameState.lua:2218: attempt to call field 'rnd_boss_restrict' (a boolean value)
      d71de162
  19. Jun 02, 2020
    • DarkGod's avatar
      plop · 04328fb6
      DarkGod authored
      04328fb6
    • DarkGod's avatar
      Merge branch 'object-preuse-talent' into 'master' · cd3f07b0
      DarkGod authored
      Make using item respect preUseTalent
      
      Currently, using item talent will not check talent's on_pre_use.
      
      For example, Threads of Fate can use See the Threads infinite times on a same map, which is contrary to talent description.
      
      This patch will make it check `actor:preUseTalent`, with `force_talent_ignore_ressources=1`
      
      The HotkeysIconsDisplay is also modified to check preUseTalent.
      
      This would need some tests to see if it would break any item talents.
      
      See merge request !629
      cd3f07b0
Loading