kwg / InfiniteArtGallery

Infinite Art Gallery is a game that uses established methods of evolving art with Compositional Pattern Producing Networks (CPPNs) to allow users to explore a world of art tailored to their preferences.
https://people.southwestern.edu/~schrum2/SCOPE/iag.php
3 stars 0 forks source link

Replacing a portal that leads to a previously generated room does not regenerate the room #66

Closed kwg closed 5 years ago

kwg commented 6 years ago

Steps to reproduce:

  1. Save a portal (A)
  2. Walk through a different portal (B)
  3. Back up to the previous room
  4. Load saved portal (A) onto portal (B)
  5. Step through portal (B)
  6. Room is still next generation from portal (A)

Loading a portal should trigger a room regeneration (and garbage collection for the tree branches being pruned) Inventory has a reference to the ArtGallery, so this should be simple.

kwg commented 5 years ago

This was fixed prior to the study but the issue wasn't closed.