From e05ff611c3f166bd49748887f4628fab5b195ca7 Mon Sep 17 00:00:00 2001 From: Abbysssal <55982389+Abbysssal@users.noreply.github.com> Date: Sun, 24 May 2020 14:50:14 +0700 Subject: [PATCH] Add files via upload --- Changelog.md | 16 ++++++++++++++++ CustomNames.md | 1 + Mutators.md | 3 ++- README.md | 3 ++- RogueLibs.md | 1 + 5 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 000000000..ac0525f10 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,16 @@ +## [Contents](https://github.com/Abbysssal/RogueLibs) ## + +1. [Main page](https://github.com/Abbysssal/RogueLibs/blob/master/README.md) +2. [RogueLibs](https://github.com/Abbysssal/RogueLibs/blob/master/RogueLibs.md) +3. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/Mutators.md) +4. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/CustomNames.md) +5. **RogueLibs Changelog** + +## Changelog ## +Here you will find all updates on RogueLibs, so you can specify your RogueLibs' version dependency better. + +#### RogueLibs v1.1 #### +* Fixed a bug, when deleted mods' mutators were showing in the Mutator Menu; + +#### RogueLibs v1.0 #### +* Added Mutator and CustomName classes and some extra functions. \ No newline at end of file diff --git a/CustomNames.md b/CustomNames.md index 3bffdbe3c..1fd9ce5d6 100644 --- a/CustomNames.md +++ b/CustomNames.md @@ -4,6 +4,7 @@ 2. [RogueLibs](https://github.com/Abbysssal/RogueLibs/blob/master/RogueLibs.md) 3. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/Mutators.md) 4. **CustomNames** +5. [RogueLibs Changelog](https://github.com/Abbysssal/RogueLibs/blob/master/Changelog.md) ## Creating CustomNames ## ```cs diff --git a/Mutators.md b/Mutators.md index 84b497828..f32ef6a8f 100644 --- a/Mutators.md +++ b/Mutators.md @@ -4,6 +4,7 @@ 2. [RogueLibs](https://github.com/Abbysssal/RogueLibs/blob/master/RogueLibs.md) 3. **Mutators** 4. [CustomNames](https://github.com/Abbysssal/RogueLibs/blob/master/CustomNames.md) +5. [RogueLibs Changelog](https://github.com/Abbysssal/RogueLibs/blob/master/Changelog.md) ## Creating Mutators ## ```cs @@ -163,4 +164,4 @@ myMutator.OnEnabled += MyListener; myMutator.OnDisabled += MyListener2; myMutator.OnEnabled -= MyListener; -``` +``` \ No newline at end of file diff --git a/README.md b/README.md index cdbd5b138..4dd174cd3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 2. [RogueLibs](https://github.com/Abbysssal/RogueLibs/blob/master/RogueLibs.md) 3. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/Mutators.md) 4. [CustomNames](https://github.com/Abbysssal/RogueLibs/blob/master/CustomNames.md) +5. [RogueLibs Changelog](https://github.com/Abbysssal/RogueLibs/blob/master/Changelog.md) ## Links ## * [RogueLibs on GitHub](https://github.com/Abbysssal/RogueLibs) @@ -13,7 +14,7 @@ * [ECTD (Edit Characters Through Description)](https://github.com/Abbysssal/ECTD) * Custom Loader - you can find this mod in #modding-gallery at [official Streets of Rogue Discord server](https://discord.com/invite/streetsofrogue) -# RogueLibs # +# RogueLibs v1.0.1 # This modding library allows you to easily add custom mutators and localization lines, plus it has some extra functions that you might need. ## How to use RogueLibs in your mods ## diff --git a/RogueLibs.md b/RogueLibs.md index 73cd9f542..0acfdc6dd 100644 --- a/RogueLibs.md +++ b/RogueLibs.md @@ -4,6 +4,7 @@ 2. **RogueLibs** 3. [Mutators](https://github.com/Abbysssal/RogueLibs/blob/master/Mutators.md) 4. [CustomNames](https://github.com/Abbysssal/RogueLibs/blob/master/CustomNames.md) +5. [RogueLibs Changelog](https://github.com/Abbysssal/RogueLibs/blob/master/Changelog.md) ## Faster Patches ## You can replace this part of your code: