Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo/redo #54

Open
Phanabani opened this issue Oct 13, 2021 · 2 comments
Open

Undo/redo #54

Phanabani opened this issue Oct 13, 2021 · 2 comments
Labels
Feature Something new UI Replanetizer UI

Comments

@Phanabani
Copy link
Contributor

This is a very large task, but it could start more simply as only supporting undoing/redoing object transformations.

@Phanabani Phanabani added Feature Something new UI Replanetizer UI labels Oct 13, 2021
@MilchRatchet
Copy link
Contributor

I would also advise to only focus on undoing/redoing object transformations. Adding/Deleting objects does not work properly yet anyway so we should do the undo/redo for that at some later point. (I am not sure whether adding objects even exists right now but deleting objects often causes the game to crash so it working in the editor is a deception)

@Phanabani
Copy link
Contributor Author

We can use #62 to chunk interactions that will push to undo state (e.g. click, drag, release to transform = 1 interaction, not hundreds of small movements)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Something new UI Replanetizer UI
Projects
None yet
Development

No branches or pull requests

2 participants