A Thousand Ships

Results 60 issues of A Thousand Ships

Fixes Importing of TextureAtlas in Mesh2D mode, adding settings for the generation of the triangulation which was not optimal, using the same options as used in Sprite2D editor There is...

bug
topic:import

When testing files for reimport the presence of a UID causes the file to be reimported (treated as if the file were from a version prior to UIDs I assume),...

bug
topic:editor
topic:import
for pr meeting

`Object` based properties won't be synchronized properly, this restricts them being picked, and documents this limitation. Also preventing and warning on `RIDs` as they won't work either, properties holding `ObjectID`...

enhancement
topic:multiplayer

Disabling Freetype but not SVG causes text_server_adv/_fb to fail to compile due to incorrect module detection, as ot-svg requires both. Issue #74546 (this is not the only problem in that...

bug
topic:core
topic:2d

For project settings to be available for documentation, more importantly for doctool and ci to work, they have to be defined before this line: https://github.com/godotengine/godot/blob/d8e242cba8fe33f2d4e3c3e4d5f08038ab063888/main/main.cpp#L2525 Moved a number of settings...

Fixes #74508 Clearing the cursor in Windows fails because the cache is not cleared before calling to update cursor.

bug
topic:input
cherrypick:4.0

Makes `potential_identifier()` exit early if not ascii-only. Edit: Was unsure if the token being created before pushing errors was important, so kept that order.

enhancement
topic:gdscript

Caused by duplication of on-demand created children, for example: ```gdscript var cpb := ColorPickerButton.new() print(cpb.get_child_count(true)) print(cpb.get_popup()) print(cpb.get_child_count(true)) var cpb2 := cpb.duplicate() print(cpb2.get_child_count(true)) print(cpb2.get_popup()) print(cpb2.get_child_count(true)) ``` Will print: ``` 0 @PopupPanel@...:...

bug
topic:gui

Using `force_parent_owned` to prevent issues duplicating Think this covers all cases * Fixes: https://github.com/godotengine/godot/issues/88104

bug
topic:editor
regression
topic:2d

### Tested versions - 4.3.dev [41564aaf7708b0bf594f745dd2448a54dd687cc5] ### System information Godot v4.3.dev (d5481c648) - Windows 10.0.22631 - Vulkan (Forward+) - dedicated AMD Radeon RX 6750 XT (Advanced Micro Devices, Inc.; 31.0.23013.1023)...

bug
topic:editor
regression
topic:2d