flowers-changelog.txt 1.2 KB

12345678910111213141516171819202122232425
  1. Changelog
  2. ---------
  3. 2012-08-06: Tweaked selection boxes on all nodes. Tweaked seaweed to use
  4. signlike instead of raillike drawtype, (still forced to only spawn flat as
  5. usual). Adjusted light level limits to give it more time to grow. Created
  6. this changelog file using github commit messages as the basis. Shrunk the
  7. geranium flower down a bit to better match the others.
  8. 2012-08-03: Tuned out the random-numbers-inside-ABM stuff. Uses the ABM's
  9. chance setting instead. Should be approximately the same as before, but
  10. hopefully using a tad less CPU. Minor tweak to ABM interval/growing delay.
  11. 2012-08-01: Added blue geranium to the collection of flowers.
  12. 2012-07-31: Disable debug by default.
  13. 2012-07-30: many updates over the course of the day - first commit, removed
  14. some redundant files, added wield/inventory image entries for each item, to
  15. force the game to draw them properly (these shouldn't be needed, must be a
  16. bug). Tweaked spawn code so that the radius check also includes the name of
  17. the item being spawned as well as items in group:flower, that way all items can
  18. have a radius test, and not just those in group:flower. Fiddled with the spawn
  19. rates a bit.