Results 9 issues of Sofox

Fixes #84718 Currently the Output Log in the Editor has no limit on the amount of lines. This can lead to slowdown if a lot of text is sent to...

enhancement
discussion
topic:editor
topic:gui
performance

### Describe the project you are working on I'm working on the UndoRedo system, fixing bugs and trying to improve the documentation. Right now there's functionality for merging multiple UndoRedo...

topic:core

Fixes #66964 Bezier animations weren't being properly converted to from Godot 3.x to 4.x, raising errors such as `Condition "!d.has("handle_modes")" is true. Returning: false`. This seems to be because 4.x...

4.3 Stable This issue was brought up in a Reddit thread: https://www.reddit.com/r/godot/comments/1fv3d6g/it_bothers_me_how_something_so_important_about/ Simply put, according to here: https://docs.godotengine.org/en/stable/tutorials/physics/physics_introduction.html#move-and-slide `move_and_slide() automatically includes the timestep in its calculation, so you should not...

enhancement
area:class reference

Fixes #97470. `RemoteTransform3D` would sometimes update the rotation of its target object according to local coordinates even when `use_global_coordinates` was true. This PR fixes that. Incidentally, if the settings to...

bug
topic:3d
cherrypick:4.3

In both `TextEdit` and `LineEdit`, the Undo and Redo functions seemed to check for themselves whether there was an Undo/Redo available rather than using the existing `has_undo` or `has_redo` functions....

enhancement
topic:gui
topic:codestyle

Fixes #85245 Ensures that the user changing Anchors Preset or Layout Mode on a Control will have correct Undo behaviour (ie. It'll return to its previous position as expected).

bug
topic:editor
topic:gui

Fixes #79430 Previously if you removed a script from an object in the Editor Inspector, and then used "Undo", the script would be restored but all its custom properties would...

bug
topic:editor

Fixes #93044 `visual_shader_editor_plugin.cpp` had a line that was getting translated more than once. I've edited the file and a lot of translation files to reduce the repeated text.

enhancement
topic:editor
topic:shaders
topic:codestyle