Skip to content

Releases: DorCoMaNdO/Reactor-Essentials

0.2.0-dev.3

18 Mar 03:28
Compare
Choose a tag to compare
Support for both 2020.12.9s and 2021.3.5s.
Added CustomOption.NameStringFormat property to change the appearance of the option name in the lobby screen.
Added CustomOption.GetFormattedName() and CustomOption.GetFormattedValue() returning the name or value passed through the formatting methods.
CustomOption.ToString() no longer only returns the formatted value string and instead returns the formatted name and value as they would appear in the lobby.
Custom option rpc now verifies type too.
Fixed the behavior of CustomOption.MenuVisible.
Added CooldownButton constructor taking Sprite.

0.1.3

23 Feb 18:09
Compare
Choose a tag to compare
Mark Constants.AmongUs and AmongUsPalette as obsolete.

0.1.2

21 Feb 23:15
Compare
Choose a tag to compare
Essentials.CustomOptions namespace has been renamed to Essentials.Opt…

0.1.1

03 Feb 22:51
Compare
Choose a tag to compare
Version 0.1.1:

Update CustomRpc implementation for the latest Reactor update (CI 39).
Fixed null reference exception when changing the value of custom settings sometimes.
Simplified logic of CustomNumberOption Increment() Decrease() and SetValue().
Marked AmongUsRpc as obsolete, RpcCalls exists.

0.1.0

03 Feb 05:36
Compare
Choose a tag to compare

First binary release.