2 files changed
+5
-3
lines changedSubmodule libscratchcpp updated 42 files
- include/scratchcpp/block.h+6
- include/scratchcpp/compiler.h+3
- include/scratchcpp/global.h-6
- include/scratchcpp/iengine.h+7-3
- include/scratchcpp/project.h-4
- src/blocks/controlblocks.cpp+1-2
- src/blocks/eventblocks.cpp+41-12
- src/blocks/looksblocks.cpp+3-6
- src/blocks/motionblocks.cpp+3-6
- src/blocks/sensingblocks.cpp+3-6
- src/blocks/soundblocks.cpp+1-2
- src/engine/compiler.cpp+27-14
- src/engine/compiler_p.h+3
- src/engine/internal/engine.cpp+38-10
- src/engine/internal/engine.h+6-2
- src/internal/projectdownloader.cpp+76-34
- src/internal/scratch3reader.cpp+21-1
- src/internal/zipreader.cpp+4-7
- src/internal/zipreader.h+1-1
- src/project.cpp-25
- src/project_p.cpp+13-53
- src/project_p.h+2-5
- src/scratch/block.cpp+30
- src/scratch/block_p.h+2
- src/scratch/input.cpp+2-2
- test/blocks/control_blocks_test.cpp+1
- test/blocks/event_blocks_test.cpp+29-16
- test/blocks/looks_blocks_test.cpp+1
- test/blocks/motion_blocks_test.cpp+1
- test/blocks/sensing_blocks_test.cpp+1
- test/blocks/sound_blocks_test.cpp+1
- test/compiler/compiler_test.cpp+40-4
- test/engine/engine_test.cpp+21-8
- test/load_project/load_project_test.cpp+29-33
- test/load_test.sb3
- test/mocks/enginemock.h+4-2
- test/network/projectdownloader_test.cpp+1-48
- test/project/project_test.cpp+1-59
- test/scratch_classes/block_test.cpp+18
- test/scratch_classes/input_test.cpp+5
- test/unsupported_blocks.sb3
- test/zip/zip_test.cpp+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| 149 | + | |
| 150 | + | |
149 | 151 |
| |
150 | 152 |
| |
151 | 153 |
|
0 commit comments