Skip to content

libscratchcpp 0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@adazem009 adazem009 released this 28 Jan 15:38
· 216 commits to master since this release

Breaking changes:

  • Moved target property from Sound to Asset (#540).
  • Changed touching color methods to use the Rgb type.
  • Added color() method to IExtension (#582).

Non-breaking changes:

  • Added variableData() method to Target.
  • Added listData() method to Target.
  • Added insertEmpty() method to List.
  • Added data() method to List.
  • Added sizePtr() method to List.
  • Added allocatedSizePtr() method to List.
  • Added stack timer (IStackTimer).
  • Added value_doubleIsInt() function.
  • Fixed casting of Infinity and NaN to integer.
  • %n custom block arguments are now fully supported by the API (#616).
  • Added stopLoading() method to Project (#354).
  • Added value_toRgba() function (#449).
  • Added support for installation with CMake (#618).

Full Changelog: v0.12.0...v0.13.0