Commit 7e7c15f
File tree
5 files changed
+13
-1
lines changed- src
5 files changed
+13
-1
lines changedSubmodule libscratchcpp updated 28 files
- CMakeLists.txt+1-1
- include/scratchcpp/iengine.h+3
- include/scratchcpp/ispritehandler.h+3
- include/scratchcpp/istagehandler.h+3
- include/scratchcpp/sprite.h+1
- include/scratchcpp/stage.h+1
- include/scratchcpp/target.h+1
- src/blocks/looksblocks.cpp+57-156
- src/blocks/looksblocks.h-4
- src/blocks/sensingblocks.cpp+15
- src/blocks/sensingblocks.h+4
- src/engine/internal/engine.cpp+33-1
- src/engine/internal/engine.h+2
- src/scratch/sprite.cpp+12-2
- src/scratch/stage.cpp+12-2
- src/scratch/target.cpp+20-1
- test/blocks/looks_blocks_test.cpp+342-749
- test/blocks/sensing_blocks_test.cpp+75
- test/engine/engine_test.cpp+19-3
- test/mocks/enginemock.h+1
- test/mocks/spritehandlermock.h+1
- test/mocks/stagehandlermock.h+1
- test/mocks/targetmock.h+1
- test/scratch_classes/sprite_test.cpp+7
- test/scratch_classes/stage_test.cpp+7
- test/scratch_classes/target_test.cpp+33
- test/target_interfaces/ispritehandler_test.cpp+19
- test/target_interfaces/istagehandler_test.cpp+19
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments