Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

RogueLibs v3.5.0

Compare
Choose a tag to compare
@Chasmical Chasmical released this 25 Jun 16:30
· 141 commits to main since this release

Finally, the RogueLibs v3.5.0 beta is over! Custom interactions are now fully implemented!

  • ⚡️ Improved performance (77b08f6, 70ab0d8, 8556aa7, 0f72caa);
  • ♻️ Renamed CancelCallback to StopCallback (766d782);
  • ✨ Added more methods for manipulating interactions (d6173ff);
  • ✨ Added CombineStopCallback and CombineSideEffect methods (e961390);
  • 🐛 Removed object interactions at Home Base (2b3b1f8);
  • 🐛 Fixed forced interaction stop not triggering the stop callback (58acbb4);
  • 🐛 Fixed interactions with unmanned counters and bars (6c5e696);
  • 🐛 Fixed non-disappearing buttons from the first interaction (0ad0ba6);
  • 🐛 Fixed interactions with the remaining objects (7039a50);
  • 🔥 Removed SimpleInteractionProvider.StopInteraction methods (5a24670);
  • 🔥 Removed the Interact Debug Tool (fa6c189);