File tree
5 files changed
+23
-1
lines changed- src
5 files changed
+23
-1
lines changedSubmodule libscratchcpp updated 21 files
- Doxyfile+1
- README.md+1-1
- include/scratchcpp/ispritehandler.h+6
- include/scratchcpp/istagehandler.h+6
- include/scratchcpp/sprite.h+3
- include/scratchcpp/stage.h+3
- include/scratchcpp/target.h+12
- src/blocks/looksblocks.cpp+144
- src/blocks/looksblocks.h+27-1
- src/scratch/sprite.cpp+25
- src/scratch/stage.cpp+25
- src/scratch/target.cpp+30
- src/scratch/target_p.h+3
- test/blocks/looks_blocks_test.cpp+420
- test/mocks/spritehandlermock.h+2
- test/mocks/stagehandlermock.h+2
- test/scratch_classes/sprite_test.cpp+24
- test/scratch_classes/stage_test.cpp+24
- test/scratch_classes/target_test.cpp+24
- test/target_interfaces/ispritehandler_test.cpp+16
- test/target_interfaces/istagehandler_test.cpp+16
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments