Release 0.42.0 is out #478
migueldeicaza
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Support for Exporting enumerations to Godot, to do this, flag your
enumerations with
CaseIterable
, and then use@Export(.enum)
.See the Exports
Documentation
for additional information - Miguel.
Fix compilation when used with codebases that define their own
Variant
type, fix from Stefan Urbanek.Fixes Godot documentation conversion by handling url fragments.
Miguel.
Fix dynamic type of singletons (Gergely Kis, Gabor Koncz)
Performance: Exposed withUnsafeConstAccessToData for
PackedByteArray, which avoids a data copy of the underlying buffer.
Improvement by Kevin Watters.
Performance, all accessors to Packed data arrays now avoid copies, improvement by Kevin Watters.
Handle
return
as a special keyword, to fix compilation for somescenarios, fix by Josh Bromberg.
Various documentation updates, Miguel, Mikhail Tishin, Dolapo Falola
Beta Was this translation helpful? Give feedback.
All reactions