junglegrass-changelog.txt 1.2 KB

12345678910111213141516171819202122232425
  1. Changelog
  2. ---------
  3. 2012-08-03: Mild rewrite to adapt the mod to use perlin noise while spawning.
  4. Also got rid of the random-numbers-inside-abm stuff, now using the abm's own
  5. 'chance' parameter instead. Tuned various settings to try to retain the same
  6. overall density and growth rates as in the previous version. Moved this
  7. changelog into a separate file.
  8. 2012-07-12: moved project to github.
  9. 2012-07-09 (a bit later): tuned the spawn/grow rates a bit more, made the
  10. numbers more sane. Added a radius check to limit the density of the spawned
  11. grasses (they won't grow near each other or near dry shrubs or cactus, though
  12. they still grow on the top of said cacti).
  13. 2012-07-09: Added cactus, sand, and desert sand as spawning surfaces. Reduced
  14. and tuned the spawn rates a bit to try to balance things out. Made that which
  15. spawns on grass, dirt, or sand start out at any size, grow over time, and
  16. eventually die off. Limited desert sand to only the first two sizes (the
  17. smallest size will grow one step, eventually), which will eventually die and
  18. turn into dry shrubs. Only the two smallest sizes can spawn on cactus or
  19. papyrus (and they don't grow or die). Fixed slightly off-center smallest size.
  20. Fixed selection boxes.