Micky
Micky
Implements https://github.com/godotengine/godot-proposals/issues/5048 This PR adds a new method to **Node** called `get_unique_node()`. The code is almost copied and pasted from part of `get_node()`. However, unlike the latter that passes through...
### Godot version v4.0.alpha.custom_build [c40855f81] ### System information Windows 10 ### Issue description Every tooltip in the editor, even custom ones, have way too much padding to the right and...
Resurrects https://github.com/godotengine/godot/pull/20725, and https://github.com/godotengine/godot/pull/38833 somewhat. In this PR, it's possible to enable code block guidelines in **CodeEdit**, appearing between the start and end of a foldable code block. The line...
Added in the **String** class, the algorithm assigns a likeness value between **0.0** and **1.0** to the **String** calling it, relying on the `base` String parameter. If either **Strings** are...
Closes https://github.com/godotengine/godot-proposals/issues/4073 The Method Filter list in the **Script Editor** now follows the caret, matching any method it is inside of.  The implementation is definitely sloppier than I'd like....
Fixes https://github.com/godotengine/godot/issues/69348. https://github.com/godotengine/godot/pull/66665's implementation was a bit too stupid and didn't account all cases. Most importantly, signals that had yet to be saved. Do note the result of this function...
This PR adds a new exposed method to Control called `show_tooltip()`. It forces the tooltip to display regardless of settings. While this may sound utterly situational, and it certainly may...
### Before Continuing: - [X] Check you are using the latest version of the mods and its dependencies - [X] Always include a latest.log if you are crashing - [X]...
We discovered the Catfishes can eat Cobblemon's Pokemon which has rather erratic behavior. I do not want to disable Catfishes for this reason alone. I am suggesting to implement a...
### What happened? It seems entirely impossible to change the entries' zoom in the List section. Clicking on the number does nothing.  If it is possible in some way,...