This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
Releases: Chasmical/RogueLibs
Releases Β· Chasmical/RogueLibs
RogueLibs v3.6.0-rc.1
- π¨π¨ Global clean up and accessibility changes (e1138e2);
- β¨Preserve custom unlocks' state in a RLUnlocks.dat file (fixes #62) (e411f66);
- β¨ Added unlock properties that control how they appear in menus (e29cb56);
- β¨ Added missing helper methods to EffectInfo (be89a42);
- β¨ Added DebugFlags.Disasters value (9895b98);
RogueLibs v3.6.0-rc.0
RogueLibs v3.5.2 (hotfix)
Another hotfix that fixes updating hooks. I didn't completely fix them in the last releases.
- ποΈ Fixed IDoUpdate and IDoFixedUpdate hooks (6077a96);
RogueLibs v3.5.1 (hotfix)
A quick hotfix for an issue that might affect some mods.
- ποΈ Fixed ArgumentOutOfRangeException when removing hooks (b7235cf);
RogueLibs v3.5.0
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);
RogueLibs v3.5.0-rc.4
RogueLibs v3.5.0-rc.3
RogueLibs v3.5.0-rc.2
RogueLibs v3.5.0-rc.1
- β¨ Implemented custom agent interactions;
- β¨ Added
RoguePatcher.GetHarmony()
helper method; - π Fixed version texts moving up every new run;
- π Fixed tk2d sprite cropping;
- π Fixed interactions via Counters and Bars;
- π₯ Removed stop callback and side effect overriding;
- β¬οΈ Bumped .NET to 4.7.1;
RogueLibs v3.4.5
- Fixed
RogueSprite
's tk2d UVs; - Replaced usages of
XmlSerializer
to support platforms that can't generate assemblies;