Mack

Results 4 issues of Mack

### Problem When I am moving around multiple maps and copy/pasting pieces as source material and I swap back to the target map I find all the groups closed and...

missing feature

https://github.com/godotengine/godot-build-scripts/blob/8405945b7990f1bef6e0afab3bbfa7749d6b10fb/build-release.sh#L200 https://github.com/godotengine/godot/blob/5a8d786ef9dcfd5b206ec3eeb5e369930e773acc/platform/windows/export/export_plugin.cpp#L53 This is an issue because it prevents things like opening projects quickly with the desired editor version by dragging and dropping `project.godot` onto the respective script. In order...

bug

See #39228 #53318 #61978. This change would fix those issues in 3.x. It may fix others that depend on autocomplete type information. This change also improves #31818. The correct signals...

bug
topic:gdscript
topic:editor

Fixed a bitflag typo: `WINDOW_FLAG_POPUP` was used instead of `WINDOW_FLAG_POPUP_BIT`. The correct style should *eventually* get set from changing other flags... but still...

bug
platform:windows
topic:porting