Skip to content

Releases: 12944qwerty/TagScript-Blocks

v1.0.0 Full Release

13 Apr 15:43
Compare
Choose a tag to compare

Introducing the block editor for tagscript. Might have bugs and glitches but still works.
This is only for basic usage. Advanced techniques like switches will not work/have not been implemented.

This should hopefully be updated consistently, but might not. If there's a bug or something you want added/fixed, open an issue on the GitHub repo.

Includes basic blocks and the carl-related blocks

v0.0.3 Improve UI interface and New Block.

28 Oct 18:27
Compare
Choose a tag to compare

v0.0.3

  • Force Blockly v9.0.0 for now
  • Added custom break block.
  • Added copying functionality
  • Fixed variables to be duplicated when generated
  • Added reserved variable names.

v0.0.2 New Block and Bug Fixes

16 Oct 01:06
Compare
Choose a tag to compare
Pre-release

v0.0.2

  • Fixed bug where statements attached to the bottom of another block wouldn't generate
  • Fixed indentation bug and newline bug
  • Added logic operator for and and any.
  • Overwrote said block for how it's done in TagScript.
  • Added print block

v0.0.1 Initial Commit

15 Oct 23:29
Compare
Choose a tag to compare
v0.0.1 Initial Commit Pre-release
Pre-release

v0.0.1

⁢ The very first release to this generator. Doesn't include much, but it's there.

  • Initial Commit
  • Autosave and autoload
  • Several blocks, including text, math, logic, lists, variables and color can be used
  • Custom args block.
  • Overwrote some math, text, and list blocks to constrain it to how TagScript uses them.