libscratchcpp icon indicating copy to clipboard operation
libscratchcpp copied to clipboard

C++ library for building Scratch project players

Results 75 libscratchcpp issues
Sort by recently updated
recently updated
newest added

Some projects converted from Scratch 2.0 use incorrect broadcast names in blocks, for example in [this project](https://scratch.mit.edu/projects/225569460), `StartGameTic` is used in broadcast blocks, but `startgametic` is the actual name. However,...

bug
P2

`Input::pointsToDropdownMenu()` returns incorrect values, it should check if there's a **shadow** block with a single field. All blocks with dropdown menus should use this method instead of the input type.

bug
P1

```cpp Value a = "đ"; Value b = "Đ"; bool eq = (a == b); // false bool neq = (a != b); // true ``` In Scratch: ![Scratch screenshot](https://github.com/scratchcpp/libscratchcpp/assets/68537469/b95056cf-a198-4f02-8837-54e4990c8326)...

bug
help wanted
P3

Use it in sensing and pen (scratchcpp-render) blocks, refactor touchingColor() to use RGB triplet.

task
P3

Will return the intersection of the rectangle and another rectangle.

good first issue
task
P0