Releases: ImTani/godot-time-rewind-2d
Releases · ImTani/godot-time-rewind-2d
The Electroweak Epoch
What's Changed
Due to the PropertySelectionWindow
now being its own standalone plugin, this release includes all the latest updates from the latest release of that plugin. You can check out the repository here. This release aims to fix bugs with crashes due to circular references and other quality-of-life (QoL) updates.
Full Changelog: v0.5.1...v1.0.1
Plans for next update:
Streamlining setting management, to make it so that you don't have to open up the scripts for any reason.
The Plank Epoch
Full Changelog: v0.1.1...v0.5.1
Added the Property Selector Window to streamline property management. Fixed some pesky bugs and more QoL changes.
Thanks to @FoolboxStudio for pointing me towards this!
New Features
- The plugin now comes with a Property Selector Window that you can use to edit the rewindable properties of a node under TimeRewind2D.
- The window comes with search enabled and handles referenced objects and their properties as well.
- It comes with a hard-coded list of properties to hide by default, I will be expanding that into custom settings or configs by next release.
Bug Fixes
- Leaving the
collision_shape
property in theTimeRewind2D
as null caused the relevant node to not rewind at all and throw an error, which was unintended behavior. This has now been fixed.
The Big Bang
First Release!
TimeRewind2D
is in a state where it can be used without any noticeable issues so far.RewindManager
handles everything it should be handling.