Skip to content

Tags: MerlinofMines/EasyCommands

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Await command and ThreadBlockHandler (#259)

This commit adds better support for managing threads, including a new await command as well as a pseudo block handler to help manage threads.

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for custom number formatting (#253)

This commit adds a new global variable for "NUMBER_FORMAT" which the user can now set from their script to change the number format used when outputing numbers.

It also changes the default number format used to \#0.\#\#\#\#\#\#\#\#, which ensures that large numbers are not truncated using scientific notation.

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed issue with removing broadcast listeners causing a script haltin…

…g exception (#250)

This commit fixes a bug whereby removing broadcast listeners would cause an enumeration exception as we were modifying a list while iterating over it.

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Support for Build & Damage Properties for all terminal blocks (#…

…248)

This commit adds some useful properties to all terminal blocks for the build & damage limits, levels & ratios.

This change also moves "build, building, built" to a new Build property and adds a Damage property ("damage", "damaged").

Lastly, the Assembler block was slightly updated to use the build property.

v1.4.0

Toggle v1.4.0's commit message
Reverted TypeHandler function to older definition to fix minification…

… issue and reduce minimized chars

v1.3.1

Toggle v1.3.1's commit message
Fixed bug where joined lists of string values are joined with extra q…

…uotes

v1.3.0

Toggle v1.3.0's commit message
Added missing cannon and autocannon gun keywords

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Shuffle and Random Operation and Reorganized Functional Tests (#…

…147)

* Added Shuffle and Random Operation and Reorganized Functional Tests

This commit adds two new operations, Shuffle (List) and Random (List or Number).  Random will return a random item from a list, or a random whole number from 0 to to
the specified numeric value.  Also added a NewKeyedList utility and fixed many .ToArray() references to save characters.

I also re-organized all of the Functional Tests by functional area and moved BlockHandlerTests into this folder.

Lastly, split out Ternary and Color Comparison Tests

v1.1.0

Toggle v1.1.0's commit message
Updated Backup Lights example based on changed Sound Block behavior

v1.0.2

Toggle v1.0.2's commit message
Added support for Magnets (landing gear) and added missing tests