Skip to content

Make the scene tree node order intentional. #157

Description

@Armored-Dragon

The scene tree is currently loosely ordered by the time a node was added. This works for a large portion of the cases including when synchronizing across multiplayer and initializing the world on load. After playing around with the search I found that I could inconsistently reorder nodes sometimes and desync the order from the intended order.
There needs to be some kind of mechanism to order the nodes in the scene tree at least visually to avoid confusion. This mechanism would enforce the node order present on the host instance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    alphaIssues pertaining to the alpha channelclient editor modeIssues relating to the Client Editor Mode, though any interface.enhancementNew feature or requestom-clientIssues relating to the OpenMinerva client.ui/uxUser interaction and user experience

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions