Skip to content
Snippets Groups Projects
  1. Nov 27, 2015
    • DarkGod's avatar
      Merge branch 'chrono_fix' into 'master' · e5a74166
      DarkGod authored
      Chrono clone fix
      
      Fix nil index error in makeParadoxClone
      
      I'm not sure how/why it happened, but while testing the 1.3.2 beta cut
      I got a nil index error in makeParadoxClone() while try to index on
      getInven("INVEN"). My character did have an inventory, so this seems
      strange. Anyway, it makes sense to check whether INVEN exists before
      trying to skip it.
      
      Now, the function checks whether INVEN exists before adding it to the
      alt_nodes table.
      
      This should be pushed to 1.3.2.
      e5a74166
    • Samuel Wegner's avatar
      Leave dead flag as is · f15e34b2
      Samuel Wegner authored
      It's probably safer not to change this, on the off chance that we
      actually spawn a clone of a dead actor.
      f15e34b2
    • Samuel Wegner's avatar
      Fix nil index error in makeParadoxClone · 57a00b68
      Samuel Wegner authored
      I'm not sure how/why it happened, but while testing the 1.3.2 beta cut
      I got a nil index error in makeParadoxClone() while try to index on
      getInven("INVEN"). My character did have an inventory, so this seems
      strange. Anyway, it makes sense to check whether INVEN exists before
      trying to skip it.
      
      Now, the function checks whether INVEN exists before adding it to the
      alt_nodes table.
      57a00b68
  2. Nov 26, 2015
  3. Nov 25, 2015
  4. Nov 24, 2015
  5. Nov 23, 2015
  6. Nov 22, 2015
  7. Nov 20, 2015
  8. Nov 18, 2015
  9. Nov 17, 2015
  10. Nov 10, 2015
    • DarkGod's avatar
      fix quest popup on birth · 7a32e2a2
      DarkGod authored
      7a32e2a2
    • DarkGod's avatar
      Merge branch 'fixed_cooldown' into 'master' · 475691d7
      DarkGod authored
      Fixed cooldown fix
      
      Previously, Contigency allowed bypassing fixed cooldowns and Matrix allowed reducing fixed cooldowns. In the case of Matrix, there was an attempt to filter out fixed cooldowns, but due to a typo they were not being filtered. Contingency did not have a similar condition, which I assume was an oversight.
      
      Now, Contingency and Matrix will filter out talents with fixed_cooldown==true.
      
      I think this could be included in 1.3.2.
      475691d7
  11. Nov 08, 2015
Loading