Allows players to own figurines and only shows each player what their figurines can reveal.
Changes how objects are determined whether or not they should be visible:
The old method made all objects in a fog cell whenever any figurine had line of sight to them.
The new method adds the figurine observing the fog cell to a list of what figurines are observing the object in question.
Changes how fog cells switch materials:
The old method switched the material in the fog cell when it was viewed for the first time.
The new method stores what figurines have viewed the fog cell and then changes the material right before rendering it to allow multiple people to have different appearances of the same fog cell.
Changes how objects become invisible:
The old method relied on disabling/enabling the mesh grid to control visibility.
The new method relies on switching layers right before the camera decides whether something should be rendered or not.
"Patch notes"