-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update version to godot 3.3.0 Co-authored-by: Cedric Hippmann <[email protected]>
- Loading branch information
Showing
172 changed files
with
12,472 additions
and
10,089 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ To build our module, you need to same dependencies as the ones described in the | |
|
||
Make sure that Java is installed and its PATH set in your system as well (at least Java 9 is needed!). | ||
|
||
1. Clone godot repo with the stable tag you want do deveop for (3.2.3-stable in this example). `git clone [email protected]:godotengine/godot.git 3.2.3-stable --recursive` | ||
1. Clone godot repo with the stable tag you want do deveop for (3.3-stable in this example). `git clone [email protected]:godotengine/godot.git 3.3-stable --recursive` | ||
|
||
2. In the `godot-root` dir, run the following command: `git submodule add [email protected]:utopia-rise/godot-kotlin-jvm.git modules/kotlin_jvm` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
The module uses semantic versioning for its own versions but adds a suffix for the supported godot version: | ||
|
||
Full version: `0.1.0-3.2.3` | ||
Full version: `0.1.0-3.3.0` | ||
|
||
Module Version: `0.1.0` | ||
|
||
Supported Godot Version: `3.2.3` | ||
Supported Godot Version: `3.3` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule api-generator
updated
2 files
+1 −0 | src/main/kotlin/godot/codegen/Class.kt | |
+4,164 −487 | src/main/resources/api.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
kt/godot-library/src/main/kotlin/godot/annotation/CoreTypeHelper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package godot.annotation | ||
|
||
/** | ||
* Only applicable to godot core type helper functions generated in the api gen | ||
* | ||
* Here for the IDE checks to differentiate mutation function calls (these helper functions) from regular function calls | ||
*/ | ||
@Target(AnnotationTarget.FUNCTION) | ||
@Retention(AnnotationRetention.RUNTIME) | ||
annotation class CoreTypeHelper |
2 changes: 2 additions & 0 deletions
2
kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite.kt
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
kt/godot-library/src/main/kotlin/godot/gen/godot/AnimatedSprite3D.kt
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
kt/godot-library/src/main/kotlin/godot/gen/godot/Animation.kt
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.