What's Changed
- GH-215 Initially set function arguments to default values by @Naros in #216
- GH-204 Spawn override function at center of view by @Naros in #220
- GH-207 Change orchestration view based on active root scene node by @Naros in #219
- GH-227 Correctly encode Godot vararg built-in functions by @Naros in #228
- GH-222 Allow some constant/singleton names be searchable by @Naros in #229
- GH-230 Reconstruct existing node on sync request by @Naros in #231
- GH-232 Remove superfluous warnings saving callable/signal types by @Naros in #233
- GH-217 Add signal connection indicator for user-defined functions by @Naros in #218
- GH-240 Standardize Method return value check by @Naros in #241
- GH-237 Render
@GlobalScope
and class-scope bitfields uniformly by @Naros in #243 - GH-239 Provide
ExtensionDB::is_class_enum_bitfield
look-up by @Naros in #244 - GH-245 Force
ExtensionDB
generator to use LF line endings by @Naros in #246 - Add android build pipeline by @Naros in #257
- Fix build warnings by @Naros in #258
- GH-268 Do not serialize OScriptNode flags by @Naros in #270
- GH-253 Include registered autoloads in all actions menu by @Naros in #271
- GH-266 Correctly resolve property class actions by @Naros in #267
- GH-265 Support Object
new()
andfree()
nodes by @Naros in #269 - GH-238 Rework/Improve Bitfield pin value rendering by @Naros in #251
- GH-254 Fix emitting non-Orchestrator based signals by @Naros in #256
- GH-273 Force
PrintStringUI
to ignore mouse events by @Naros in #275 - GH-248 Construct
Callable
with correct target reference by @Naros in #274 - GH-205 Dim wires when using
highlight_selected_connections
by @Naros in #276 - GH-206 Correctly generates action items for instantiated scenes by @Naros in #278
- Rework editor icon lookups by @Naros in #299
- GH-272 Remove obsolete documentation by @Naros in #279
- Fix comparison signed/unsigned mismatch by @Naros in #300
- GH-297 Preserve setting order when setting is modified by @Naros in #298
- GH-282 Explicitly filter
_get
and_set
methods by @Naros in #295 - GH-289 Fix built-in methods using PROPERTY_USAGE_NIL_IS_VARIANT by @Naros in #292
- GH-283 Support method chaining by @Naros in #294
- GH-287 Always call "Init" event if its wired by @Naros in #293
- GH-306 Fix functions to return Any types by @Naros in #309
- GH-310 Support file/folder removed and files moved signals by @Naros in #312
- GH-304 Track recently accessed orchestrations by @Naros in #311
- GH-313 Add Godot version compile-time constant by @Naros in #314
- GH-318 Add
Dictionary Set
node by @Naros in #319 - GH-315 Have
For Each
set Element asAny
by @Naros in #320 - GH-323 Fix enum persistence as a default value by @Naros in #324
- GH-321 Persist
For Each
node's "with break" status by @Naros in #322 - GH-284 Add support for static functions by @Naros in #325
- GH-327 Fix editor crash on invalid reference by @Naros in #328
Full Changelog: v2.0.stable...v2.0.1.stable