File tree
5 files changed
+13
-1
lines changed- src
5 files changed
+13
-1
lines changedSubmodule libscratchcpp updated 26 files
- include/scratchcpp/ispritehandler.h+3
- include/scratchcpp/istagehandler.h+3
- include/scratchcpp/sprite.h+6
- include/scratchcpp/stage.h+1
- include/scratchcpp/target.h+1
- include/scratchcpp/value.h+16-17
- src/blocks/sensingblocks.cpp+14
- src/blocks/sensingblocks.h+4
- src/engine/compiler.cpp+2
- src/engine/internal/engine.cpp+45-3
- src/scratch/inputvalue.cpp+2
- src/scratch/sprite.cpp+51
- src/scratch/sprite_p.h+1
- src/scratch/stage.cpp+9
- src/scratch/target.cpp+6
- test/blocks/sensing_blocks_test.cpp+83-1
- test/engine/engine_test.cpp+41
- test/mocks/spritehandlermock.h+1
- test/mocks/stagehandlermock.h+1
- test/mocks/targetmock.h+2
- test/regtest_projects/446_undefined_variable_or_list_field_crash.sb3
- test/regtest_projects/446_undefined_variable_or_list_input_crash.sb3
- test/scratch_classes/sprite_test.cpp+70
- test/scratch_classes/stage_test.cpp+18
- test/scratch_classes/target_test.cpp+7
- test/scratch_classes/value_test.cpp+26-18
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments