Skip to content
Snippets Groups Projects
  1. Jan 10, 2017
  2. Jan 06, 2017
    • Ezhh's avatar
      Fix to prevent crashes · d6d805fb
      Ezhh authored
      d6d805fb
    • Diego Martínez's avatar
      Prevent two separate instances of stack overflow. · d85fb4c6
      Diego Martínez authored
      The first one happens because `remove_node` is called
      directly, calling `remove_node` for the vine below,
      calling `remove_node` for the vine below, calling...
      
      The second one happens because `get_item_group`
      returns 0 for groups not set, and 0 is a truthy
      value in Lua, so the code always removes the bottom
      node regardless of its group rating. This interacted
      funnily with doors wanting to remove their top node,
      while vines wanted to remove their bottom nodes.
      d85fb4c6
  3. Jul 31, 2016
  4. Jul 30, 2016
  5. Jul 20, 2016
  6. Jul 19, 2016
  7. Jun 17, 2016
  8. May 25, 2016
  9. Nov 03, 2015
  10. Oct 23, 2015
  11. Oct 21, 2015
  12. Aug 15, 2015
  13. Aug 14, 2015
  14. Aug 09, 2015
  15. Jul 27, 2015
  16. Jul 19, 2015
  17. Jun 21, 2015
  18. Jun 18, 2015
Loading