article thumbnail

Release candidate: Godot 3.2.2 RC 3

Mircosoft Game Dev

While this is not a feature per se, it fixes a major annoyance that users have had with pointers to freed objects unexpectedly being re-assigned to new objects, causing hard-to-debug issues. C#: Allow debugging exported games ( GH-38115 ). Debug: Add a suffix to the window title when running from a debug build ( GH-33148 ).

Beta 52
article thumbnail

Maintenance release: Godot 3.2.2

Mircosoft Game Dev

Such pointer could be reported as valid even though the memory it points to was not, or worse, that memory could now hold a different object, leading to hard to debug situations. Thanks to the work of Pedro ( RandomShaper ), debug versions of Godot (e.g. C#: Allow debugging exported games ( GH-38115 ). feature set.

Debug 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dev snapshot: Godot 3.4 beta 2

Mircosoft Game Dev

Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ). Editor: Improve the editor feature profiles UX ( GH-49643 ). Editor: Improve the UI/UX of the Export Template Manager dialog ( GH-50531 ).

Beta 52
article thumbnail

Dev snapshot: Godot 3.4 beta 3

Mircosoft Game Dev

Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ). Editor: Improve the editor feature profiles UX ( GH-49643 ). Editor: Improve the UI/UX of the Export Template Manager dialog ( GH-50531 ).

Beta 52
article thumbnail

Dev snapshot: Godot 3.4 beta 4

Mircosoft Game Dev

Editor: Fix logic for showing tilemap debug collision shapes ( GH-49075 ). Editor: Add custom debug shape thickness and color options to RayCast ( GH-49726 ). Editor: Improve the editor feature profiles UX ( GH-49643 ). Editor: Improve the UI/UX of the Export Template Manager dialog ( GH-50531 ).

Beta 52
article thumbnail

Godot 3.4 is released with major features and UX polish

Mircosoft Game Dev

Such use-after-free access needs to be guarded with is_instance_valid(obj) , but this has been surprisingly difficult to get right due to a number of bugs and inconsistencies between debug and release builds. Estébanez ( RandomShaper ) has become an expert on this topic and made a number of improvements included in Godot 3.2.2 and Godot 3.3.

UX 52
article thumbnail

Godot 3.3 has arrived, with a focus on optimization and reliability

Mircosoft Game Dev

Raise errors when accessing deleted objects in debug. Raise errors when accessing deleted objects in debug. but going one step too far: in debug builds in 3.2.3, This is particularly useful for files which you intend to process yourself from scripts based on their raw contents (e.g. HTML5: Threads, GDNative, AudioWorklet.