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

Releases: Chasmical/RogueLibs

RogueLibs v3.6.0-rc.1

25 Jul 18:10
Compare
Choose a tag to compare
RogueLibs v3.6.0-rc.1 Pre-release
Pre-release
  • 🎨🚨 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

24 Jul 13:57
Compare
Choose a tag to compare
RogueLibs v3.6.0-rc.0 Pre-release
Pre-release
  • ✨ Added custom disasters (0e9d103);
  • πŸ› Fixed invalid loadout items by removing them (6377f34);

RogueLibs v3.5.2 (hotfix)

29 Jun 15:34
Compare
Choose a tag to compare

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)

26 Jun 20:24
Compare
Choose a tag to compare

A quick hotfix for an issue that might affect some mods.

  • πŸš‘οΈ Fixed ArgumentOutOfRangeException when removing hooks (b7235cf);

RogueLibs v3.5.0

25 Jun 16:30
Compare
Choose a tag to compare

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

19 Jun 19:53
Compare
Choose a tag to compare
RogueLibs v3.5.0-rc.4 Pre-release
Pre-release
  • πŸ› Fixed combining objects interruptions (0de999a);
  • πŸ› Fixed the Mech bug (61f9a21);
  • πŸ› Redid the interactable object highlighting patches (ea5cd80);

RogueLibs v3.5.0-rc.3

12 Jun 22:56
Compare
Choose a tag to compare
RogueLibs v3.5.0-rc.3 Pre-release
Pre-release
  • ✨ Patched PlayfieldObject interaction methods (4027649);
  • πŸ’© Attempted to override object highlighting (d416dfe);
  • ✨ Patched the Item class (4bab24a);

RogueLibs v3.5.0-rc.2

12 Jun 19:50
Compare
Choose a tag to compare
RogueLibs v3.5.0-rc.2 Pre-release
Pre-release
  • πŸ› Fixed "Pay Cops" interaction in ATM (736bc74);
  • πŸ› Added missing objects to the "HackExplode" interaction (4d25edc);
  • πŸ› Fixed the Door interactions (e3731b4);

RogueLibs v3.5.0-rc.1

03 Jun 20:16
Compare
Choose a tag to compare
RogueLibs v3.5.0-rc.1 Pre-release
Pre-release
  • ✨ 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

20 May 11:16
Compare
Choose a tag to compare
  • Fixed RogueSprite's tk2d UVs;
  • Replaced usages of XmlSerializer to support platforms that can't generate assemblies;