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.4.1

22 Jan 05:55
Compare
Choose a tag to compare
  • Added several sprite collections to the API;
  • Made sure everything's working on v96;
  • Improved some of the code;
  • Fix overlapping patched fields;

RogueLibs v3.3.1

07 Jan 05:53
Compare
Choose a tag to compare
  • Fixed Loadout costs not being displayed in the Loadouts menu;

RogueLibs v3.3.0

30 Dec 14:44
Compare
Choose a tag to compare
  • Added VersionText RogueLibs.CreateVersionText(string, string) for adding fancy version lines in the bottom left corner of the screen.

RogueLibs v3.2.0

26 Dec 06:47
Compare
Choose a tag to compare
  • Fixed locked traits in the level-up menu;
  • Fixed a critical issue, that basically locked most of the unlocks;
  • Big Quests and Characters now will be properly displayed in the unlock prerequisites;
  • Potentially breaking changes:
    • UnlockWrapper.GetName, .GetDescription and .GetImage now do not return "?????", if the unlock is not available.
    • Some changes to the AgentUnlock and BigQuestUnlock.

RogueLibs v3.1.4

12 Nov 06:40
Compare
Choose a tag to compare
  • If RogueLibsPatcher.dll is in BepInEx/plugins, moves it to BepInEx/patchers and closes the game;
  • Resolve #44;

RogueLibs v3.1.3

30 Sep 15:50
Compare
Choose a tag to compare
  • Fix menu scrolling on gamepads;

RogueLibs v3.1.2

29 Aug 14:27
Compare
Choose a tag to compare
  • Fix inconsistent unlock fields (#40);
  • Add more generic methods (#39);

RogueLibs v3.1.1

18 Aug 05:15
Compare
Choose a tag to compare
  • Fixed a significant bug;
  • Removed unnecessary debug logs;

RogueLibs v3.1.0

14 Aug 18:11
Compare
Choose a tag to compare
  • Completely replace the vanilla localization system:
    • Fancy, easy-to-use XML files, for each language separately;
    • Fixed the bug with "E_" prefixes appearing in random places;
    • Custom languages supported (but not implemented yet);
    • The localizations will update automatically (if you have connection to the Internet, of course);
    • Live Reloading: If you edit the localization file, the changes will be reflected in the game immediately!
      It's really cool, it's quite rare to see something as handy as this.

RogueLibs v3.0.1

23 Jul 08:15
Compare
Choose a tag to compare
  • Minor changes and bug fixes;
  • Refactored some stuff;

Don't forget to put RogueLibsPatcher.dll in BepInEx/patchers

See documentation here: https://abbysssal.github.io/RogueLibs