Skip to content

Releases: BlackRookSoftware/RookScript

1.10.0

24 Jan 01:11
Compare
Choose a tag to compare

Changed in 1.10.0

  • Fixed Preprocessor handling of backslashes.
  • Added ScriptValue.listApply() functions.
  • Changed Better reflection with creation from lists and application to lists/arrays.
  • Changed Some documentation for clarity.

1.9.1

17 Jan 19:10
Compare
Choose a tag to compare

Changed in 1.9.1

  • Changed Added additional directory scanning parameters to FILELIST.

1.9.0

17 Jan 07:10
Compare
Choose a tag to compare

Changed in 1.9.0

  • Fixed ScriptValue.mapApply(...) didn't apply map fields properly.
  • Changed Reflection on Objects in RookScript looks up fields/methods case-insensitively.

1.8.1

15 Jan 00:36
Compare
Choose a tag to compare

Changed in 1.8.1

  • Fixed Potential NPE via #include directive in preprocessor.
  • Fixed Classpath resolution in preprocessor.

1.8.0

16 May 23:21
Compare
Choose a tag to compare

Changed in 1.8.0

  • Fixed / Changed Scope handling was not fleshed out and also a little buggy.
  • Changed Documentation for clarifying "truthiness" in the quick guide that wasn't... uh... true.

1.7.4

16 May 00:46
Compare
Choose a tag to compare

Changed in 1.7.4

  • Fixed ObjectVariableResolver.isReadOnly() never returned a proper value.
  • Fixed Some erroneous documentation.
  • Changed CSWRITE / CSWRITELN now writes "null" if input is null.

1.7.3

12 May 03:03
Compare
Choose a tag to compare

Changed in 1.7.3

  • Fixed each loops had left stack garbage, and affected other iterators if it was exited before the iterator was finished.

1.7.2

11 May 04:52
Compare
Choose a tag to compare

Changed in 1.7.2

  • Fixed Strings of length > 0 should have been true, if converted to boolean.

1.7.1

11 May 04:21
Compare
Choose a tag to compare

Changed in 1.7.1

  • Fixed Function parsing bug when amount of parameters were less than the required amount.

1.7.0

11 May 02:10
Compare
Choose a tag to compare

Changed in 1.7.0

  • Added System functions.
  • Added Added STRSPLIT().
  • Changed Some function documentation.