libscratchcpp 0.13.0
Pre-release
Pre-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