Skip to content
Snippets Groups Projects
  1. Mar 31, 2017
  2. Mar 15, 2017
  3. Jan 12, 2017
  4. Jan 06, 2017
  5. Jan 04, 2017
  6. Jul 31, 2016
  7. Jul 30, 2016
  8. Jun 17, 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
    • Rogier's avatar
      Eliminate mass conversions between blossom and leaves · a27c97d3
      Rogier authored
      This happens when the ABM runs after the block has been unloaded
      for much longer than the ABM interval: in that case, the initial
      ABM running chance for a node in the block may become up to 100%.
      a27c97d3
    • Rogier's avatar
      Increase minimum duration for blossoms · 6af38b48
      Rogier authored
      6af38b48
    • Rogier's avatar
      Fix timer bug causing persistent blossoms · 6c715f65
      Rogier authored
      Because minetest.after() is not bound to a position, and because it is not
      saved, it may trigger after the node to which it applies was unloaded, or
      not at all (if the session ends). If that happens, The 'young' flag
      will not be cleared, and will have become persistent (i.e. without a timer
      which will eventually clear it).
      
      This patch removes the 'young' flag, and replaces it with a timestamp, removing
      the need for a timer. Any lingering 'young' flags that have become persistent
      are automatically removed over time (i.e.: they are simply ignored...)
      6c715f65
    • Rogier's avatar
      Remove redundant 'remove_node' in blossom code · aaa41866
      Rogier authored
      aaa41866
Loading