Skip to content
Snippets Groups Projects
  1. Jul 01, 2013
  2. Jun 16, 2013
  3. Mar 31, 2013
  4. Mar 24, 2013
  5. Mar 10, 2013
  6. Mar 09, 2013
  7. Feb 24, 2013
  8. Feb 23, 2013
  9. Feb 20, 2013
  10. Feb 03, 2013
  11. Jan 29, 2013
  12. Jan 27, 2013
  13. Jan 26, 2013
    • Vanessa Ezekowitz's avatar
      Changed plants_lib API to require a table argument when not using legacy · 68a6ce43
      Vanessa Ezekowitz authored
      calling options.  This opens the door for even more features in the future.
      Changed flowers, junglegrass, poisonivy to match.
      
      Made plants lib faster in some places, especially the surface-hunting
      algorithm, and especially over water.  Fixed a few other misc. bugs.
      
      Made growth code properly execute all biome-control code before executing
      any string-named function or spawn_tree().
      
      Tuned flowers settings.  Made flowers require at least some light to spawn,
      made waterlilies require shallower water.  Fixed a bug in water depth detection
      and made water depth depend on whether the bottom of the water area is dirt,
      dirt with grass, or sand, rather than just anything.
      
      Made waterlilies randomly rotate on spawning to break up the patterns (now has
      16 orientations with the help of nodeboxes and facedir, requires only 3 new
      nodes). Smoothed edges of the regular waterlily texture.  Made all flowers and
      water- lilies spawn using only 3 ABM calls instead of 8.
      
      Got rid of colon prefix node def overrides on all plants, since this is a
      modpack now instead of an integrated mod.  Fixed a misspelled folder name for
      poisonivy.
      
      Fixed a bug in the wall detection routine - it returned the last wall found,
      not the first.
      
      Made the top-side-check for air only apply when spawning on top of the
      target rather than its sides/bottom.
      
      Many other features and enhancements have been made.  Too many to list here.
      Please see API.txt for details.
      68a6ce43
  14. Jan 24, 2013
  15. Jan 22, 2013
  16. Jan 20, 2013
  17. Jan 19, 2013
  18. Jan 12, 2013
  19. Jan 11, 2013
  20. Jan 10, 2013
  21. Jan 05, 2013
  22. Dec 29, 2012
Loading