File tree
11 files changed
+465
-53
lines changed- samples
- cpp_sample/src
- ios_sample
- iosTest
- iosTest.xcodeproj
- xcuserdata/kisg.xcuserdatad/xcschemes
11 files changed
+465
-53
lines changedSubmodule SwiftGodot updated 42 files
- .github/ISSUE_TEMPLATE/bug_report.md+40
- .github/ISSUE_TEMPLATE/feature_request.md+20
- .github/workflows/swift.yml+6-6
- .gitignore+3-1
- Generator/Generator/BuiltinGen.swift+2-4
- Generator/Generator/ClassGen.swift+24-1
- Generator/Generator/DocModel.swift+10
- Generator/Generator/Enums.swift+3-3
- Generator/Generator/MethodGen.swift+2-4
- Generator/Generator/StringOperations.swift+1-1
- Generator/Generator/TypeHelpers.swift+2-1
- Plugins/CodeGeneratorPlugin/plugin.swift+8-1
- README.md+2-1
- Sources/ExtensionApi/extension_api.json+4.1k-902
- Sources/GDExtension/include/gdextension_interface.h+57-34
- Sources/GDExtension/include/libgodot.h+69
- Sources/SwiftGodot/Core/GArray.swift+5
- Sources/SwiftGodot/Core/ObjectCollection.swift+3-3
- Sources/SwiftGodot/Core/Packed.swift+35-12
- Sources/SwiftGodot/Core/VariantCollection.swift+2-2
- Sources/SwiftGodot/Core/VariantRepresentable.swift+4
- Sources/SwiftGodot/EntryPoint.swift+24-8
- Sources/SwiftGodot/Extensions/NodeExtensions.swift+23-4
- Sources/SwiftGodot/GodotInterface.swift-4
- Sources/SwiftGodot/MacroDefs.swift+35-1
- Sources/SwiftGodot/SwiftGodot.docc/BindingNodes.md+34-9
- Sources/SwiftGodot/SwiftGodot.docc/CustomTypes.md+8-10
- Sources/SwiftGodot/SwiftGodot.docc/Differences.md+2-1
- Sources/SwiftGodot/SwiftGodot.docc/Exports.md+20
- Sources/SwiftGodot/SwiftGodot.docc/Variants.md+19-4
- Sources/SwiftGodot/SwiftGodot.docc/WorkingInVsCode.md+12-8
- Sources/SwiftGodotMacroLibrary/InitSwiftExtensionMacro.swift+17-20
- Sources/SwiftGodotMacroLibrary/MacroCallable.swift+1-1
- Sources/SwiftGodotMacroLibrary/MacroExport.swift+30-6
- Sources/SwiftGodotMacroLibrary/MacroGodot.swift+39-6
- Sources/SwiftGodotMacroLibrary/MacroSharedApi.swift+4
- Sources/SwiftGodotMacroLibrary/PickerNameProviderMacro.swift+1-8
- Tests/SwiftGodotMacrosTests/InitSwiftExtensionMacroTests.swift+134-40
- Tests/SwiftGodotMacrosTests/MacroGodotExportEnumTests.swift+111
- Tests/SwiftGodotMacrosTests/MacroGodotTests.swift+18-18
- Tests/SwiftGodotMacrosTests/PickerNameProviderMacroTests.swift+25-23
- scripts/make-libgodot.framework+5-3
Lines changed: 28 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
59 | 63 |
| |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 |
| |
61 | 68 |
| |
62 | 69 |
| |
63 | 70 |
| |
64 | 71 |
| |
65 |
| - | |
| 72 | + | |
66 | 73 |
| |
67 | 74 |
| |
68 | 75 |
| |
| |||
72 | 79 |
| |
73 | 80 |
| |
74 | 81 |
| |
75 |
| - | |
| 82 | + | |
76 | 83 |
| |
77 | 84 |
| |
78 | 85 |
| |
| |||
97 | 104 |
| |
98 | 105 |
| |
99 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
100 | 111 |
| |
101 | 112 |
| |
102 | 113 |
| |
| |||
113 | 124 |
| |
114 | 125 |
| |
115 | 126 |
| |
116 |
| - | |
| 127 | + | |
117 | 128 |
| |
118 | 129 |
| |
119 | 130 |
| |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
120 | 140 |
| |
121 | 141 |
| |
122 | 142 |
| |
123 | 143 |
| |
124 | 144 |
| |
125 | 145 |
| |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 | 146 |
| |
130 | 147 |
| |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
| 148 | + | |
| 149 | + |
Submodule godot updated 2764 files
- .github/workflows/ci.yml+6-6
- README.md+2-2
- binding_generator.py+81-12
- gdextension/extension_api.json+36.3k-16.4k
- gdextension/gdextension_interface.h+85-28
- gdextension/libgodot.h+69
- include/godot_cpp/classes/wrapped.hpp+21-11
- include/godot_cpp/core/class_db.hpp+28-6
- include/godot_cpp/core/math.hpp+8
- include/godot_cpp/core/method_bind.hpp+2
- include/godot_cpp/core/method_ptrcall.hpp+4-4
- include/godot_cpp/core/property_info.hpp+36-2
- include/godot_cpp/core/type_info.hpp+10
- include/godot_cpp/godot.hpp+10
- include/godot_cpp/templates/list.hpp+42-24
- include/godot_cpp/templates/local_vector.hpp+4
- include/godot_cpp/variant/aabb.hpp+2-1
- include/godot_cpp/variant/basis.hpp+1
- include/godot_cpp/variant/plane.hpp+1
- include/godot_cpp/variant/quaternion.hpp+1
- include/godot_cpp/variant/rect2.hpp+6-9
- include/godot_cpp/variant/rect2i.hpp+5-9
- include/godot_cpp/variant/transform2d.hpp+1
- include/godot_cpp/variant/transform3d.hpp+1
- include/godot_cpp/variant/vector2.hpp+11
- include/godot_cpp/variant/vector2i.hpp+11
- include/godot_cpp/variant/vector3.hpp+12
- include/godot_cpp/variant/vector3i.hpp+11
- include/godot_cpp/variant/vector4.hpp+12
- include/godot_cpp/variant/vector4i.hpp+11
- src/classes/wrapped.cpp+1-4
- src/core/class_db.cpp+18
- src/core/object.cpp+58
- src/godot.cpp+58
- src/variant/aabb.cpp+4
- src/variant/basis.cpp+4
- src/variant/packed_arrays.cpp+19
- src/variant/plane.cpp+4
- src/variant/projection.cpp+1-1
- src/variant/quaternion.cpp+4
- src/variant/rect2.cpp+4
- src/variant/transform2d.cpp+4
- src/variant/transform3d.cpp+4
- src/variant/vector2.cpp+16
- src/variant/vector2i.cpp+18
- src/variant/vector3.cpp+23
- src/variant/vector3i.cpp+21
- src/variant/vector4.cpp+25
- src/variant/vector4i.cpp+24
- test/SConstruct+4
- test/doc_classes/Example.xml+25
- test/project/example.gdextension+4-2
- test/project/main.gd+7
- test/project/project.godot+1-1
- test/src/example.cpp+7
- test/src/example.h+2
- test/src/register_types.cpp+9-9
- tools/godotcpp.py+125-1
- tools/web.py+3-2
Lines changed: 21 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 |
| |
58 | 65 |
| |
59 | 66 |
| |
| |||
68 | 75 |
| |
69 | 76 |
| |
70 | 77 |
| |
71 |
| - | |
| 78 | + | |
72 | 79 |
| |
73 | 80 |
| |
74 | 81 |
| |
75 | 82 |
| |
76 | 83 |
| |
77 | 84 |
| |
78 |
| - | |
| 85 | + | |
79 | 86 |
| |
80 | 87 |
| |
81 | 88 |
| |
82 | 89 |
| |
83 | 90 |
| |
84 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
85 | 97 |
| |
86 | 98 |
| |
87 |
| - | |
| 99 | + | |
| 100 | + | |
88 | 101 |
| |
89 | 102 |
| |
90 | 103 |
| |
| |||
95 | 108 |
| |
96 | 109 |
| |
97 | 110 |
| |
98 |
| - | |
| 111 | + | |
99 | 112 |
| |
100 | 113 |
| |
101 | 114 |
| |
| |||
111 | 124 |
| |
112 | 125 |
| |
113 | 126 |
| |
114 |
| - | |
| 127 | + | |
115 | 128 |
| |
116 | 129 |
| |
117 | 130 |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| 42 | + | |
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
| |||
106 | 108 |
| |
107 | 109 |
| |
108 | 110 |
| |
| 111 | + | |
109 | 112 |
| |
110 | 113 |
| |
111 | 114 |
| |
| |||
263 | 266 |
| |
264 | 267 |
| |
265 | 268 |
| |
| 269 | + | |
266 | 270 |
| |
267 | 271 |
| |
268 | 272 |
| |
| |||
454 | 458 |
| |
455 | 459 |
| |
456 | 460 |
| |
457 |
| - | |
| 461 | + | |
458 | 462 |
| |
459 | 463 |
| |
460 | 464 |
| |
| |||
489 | 493 |
| |
490 | 494 |
| |
491 | 495 |
| |
492 |
| - | |
| 496 | + | |
493 | 497 |
| |
494 | 498 |
| |
495 | 499 |
| |
|
Lines changed: 102 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + |
samples/ios_sample/iosTest.xcodeproj/xcuserdata/kisg.xcuserdatad/xcschemes/xcschememanagement.plist
Lines changed: 0 additions & 14 deletions
This file was deleted.
0 commit comments