We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f914056 commit e3ac0edCopy full SHA for e3ac0ed
src/dart/godot_dart/CHANGELOG.md
@@ -3,6 +3,7 @@
3
- Add type safe `SignalX` objects supporting automatic registering / deregistering.
4
- Fixed an issue with ScriptInstances not detaching themselves from their Dart counterparts on deletion.
5
- Attempted to refactor several files to make analysis faster.
6
+- Fix weak conversion from `StringName` / `GDString` in `Variant.cast`
7
8
## 0.8.0
9
src/dart/godot_dart_build/CHANGELOG.md
@@ -2,6 +2,7 @@
2
- Add the ability to use @GodotProperty on getters.
- Allow sending RPC messages to specific peers.
+- Fix generation of RPCs in several situations.
## 0.6.0
0 commit comments