Skip to content

libscratchcpp 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adazem009 adazem009 released this 02 Oct 06:37
· 1302 commits to master since this release
c6d832f

Change log:

  • Added a way to change FPS (using IEngine::setFps()) (#128).
  • Implemented the current (year, month, etc.) block (#203).
  • Improved the random number generator (#219).
  • Added a way to set the mouse pointer position using IEngine (#221).
  • Fixed sprite direction range (from -180 to 180 degrees) (#225).
  • Implemented all motion blocks except "if on edge bounce" (#34, #35, #36, #37, #38, #39, #40, #41, #42, #43, #44, #45, #46, #48, #49, #50, #51).
  • Added a way to set the stage size (#224).
  • Fixed decimals in the random block (#222).
  • Fixed memory leaks in Value assignment operators (#235).
  • Added isRunning() method to IEngine (#211).

Full Changelog: v0.2.0...v0.3.0