Tomasz Chabora
Tomasz Chabora
### Tested versions 4.3 dev6 any version tbh ### System information Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @...
Closes https://github.com/godotengine/godot-proposals/issues/5017 The button for toggling script list was hard-coded to use ScriptEditor singleton. I changed it and now the control it toggles has to be assigned first. This allows...
### Describe the project you are working on Godot ### Describe the problem or limitation you are having in your project When running Godot with unrecognized arguments, they will be...
**Describe the project you are working on:** Game with "interactive" nodes, which use tool script with setters and stuff. **Describe the problem or limitation you are having in your project:**...
### Tested versions 4.4 dev2 ### System information Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)...
Supersedes #60134 Supersedes #76736 Closes https://github.com/godotengine/godot-proposals/issues/4473 For now it's just rebased branch, putting it as draft until I clean it up and fix issues.
Follow-up to #93372 Makes FileSystem Dock not rescan when duplicating a file or directory. I also tweaked the behavior from #97075 - when EditorFileSystem performs an operation, it doesn't emit...
Follow-up to #97647 It moves the evaluator to a plugin. It should be identical, though I've ran into some issues (see comments).
Allows scrolling RichTextLabel inside ScrollContainer. Before: https://github.com/user-attachments/assets/a51f0c54-e01a-43c6-aafa-205949a3c9ba After: https://github.com/user-attachments/assets/65059d17-591e-4d1a-83f7-a8e64bb68298 The code is adapted from ScrollContainer. https://github.com/godotengine/godot/blob/1917bc3454e58fc56750b00e04aa25cb94d8d266/scene/gui/scroll_container.cpp#L119-L163