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

What if a clone shows a local variable?

task
P1

See `Monitor::getInitialPosition()`

task
P1

This will match the behavior of Scratch (correct layer order of monitors).

task
P1

See https://github.com/scratchfoundation/scratch-vm/blob/7313ce5199f8a3da7850085d0f7f6a3ca2c89bf6/src/blocks/scratch3_looks.js#L251-L257

bug
P0

[src/engine/virtualmachine_p.cpp](https://github.com/scratchcpp/libscratchcpp/blob/master/src/engine/virtualmachine_p.cpp) Compilers will turn the switch statement into computed goto automatically.

task
P4

For compatibility with Scratch 2

task
P3