Skip to content

ScratchToCatrobat Converter 0.8.0 (beta)

Compare
Choose a tag to compare
@rsamer rsamer released this 16 Feb 16:26
· 235 commits to master since this release

v0.8.0-beta

Deployment build, 2017-02-16

This version of the converter supports Catrobat Language v0.992 and is built on top of Catroid v0.9.27.

Changes at a glance:

  • Extended featured programs list shown immediately after Scratch converter Activity is opened in Pocket Code
  • STCC-18 Supporting Custom blocks in Scratch (Pocket Code: User Defined Bricks)
  • STCC-57 Enhanced SetPenColor
    • Currently supported Bricks:
      • set pen color: set pen color block (palette viewer) works completely
      • set pen size: works completely
      • clear background: works completely
      • stamp costume: works completely
      • put pen down: works completely
      • put pen up: works completely
  • STCC-48 Partial Support for Go To Sprite: MousePosition & RandomPosition -> BUT, does not work with formulas due to some Pocket Code limitations (i.e. sprite object index formula)!
  • STCC-20 Support for backdrop name, backdrop number and costume number blocks + Also implemented missing: "scale" block -> Object size formula
  • STCC-80 Addresses a certain issue in our createCloneOf block implementation
    (Remaining open issue: Catrobat does not support sprite-object-index as formula parameter.)
  • STCC-48 Support for gotoSpriteOrMouse block (Pocket Code: GoToMouseOrSprite Brick)
  • STCC-61 Partial support for whenSensorGreaterThan block (only loudness, timer; BUT "video motion" still missing)!
  • STCC-82 Loops/IF blocks with unconvertable condition formulas are not replaced with NoteBrick any more -> Instead the condition formula is set to 0 and a NoteBrick is added before or to the body of the loop

Note: STCC-x represents the internal issue number used in our issue tracking system Jira