Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-05 | Merge pull request #63568 from santagada/patch-1 | Rémi Verschelde | |
2022-09-05 | Merge pull request #65140 from Mickeon/editor-spin-slider-newline | Rémi Verschelde | |
2022-09-05 | Merge pull request #64840 from maximkulkin/graph-edit-node-selection | Rémi Verschelde | |
Add GraphNode 'selected' and 'deselected' signals, simplify GraphEdit | |||
2022-09-05 | Add GraphNode 'selected' and 'deselected' signals, simplify GraphEdit | Maxim Kulkin | |
2022-09-05 | Merge pull request #65028 from groud/fix_split_container | Rémi Verschelde | |
Improve SplitContainer behavior, keeping asked split position whenever possible | |||
2022-09-05 | Merge pull request #65323 from timothyqiu/variant-wild | Rémi Verschelde | |
Fix crash when encoding freed object in `ConfigFile` | |||
2022-09-05 | Merge pull request #65347 from timothyqiu/dummy-skin | Rémi Verschelde | |
Fix crash when executing `CSGMesh3D.set_mesh` with headless Godot | |||
2022-09-05 | Merge pull request #65348 from aaronfranke/fix-vec4 | Rémi Verschelde | |
Minor fixes to Vector4 in core | |||
2022-09-05 | Merge pull request #65266 from raulsntos/dotnet/reload-non-tool-scripts | Rémi Verschelde | |
Create script instance of reloaded scripts even if they're not tools | |||
2022-09-05 | Merge pull request #65346 from aaronfranke/cs-fix-vec4 | Rémi Verschelde | |
Fix some bugs with Vector4 in C# | |||
2022-09-05 | Merge pull request #65278 from TokageItLab/fix-node-transform-skin | Rémi Verschelde | |
Fix `RestFixer` for the model has `Skin` which non-inverse-global-rest | |||
2022-09-05 | Merge pull request #65327 from aaronfranke/gltf-null | Rémi Verschelde | |
Don't try to read values from null cameras and lights in GLTF | |||
2022-09-05 | Merge pull request #65343 from MatthewZelriche/XSendEventCrashFix | Rémi Verschelde | |
Fix XSendEvent crash & bootsplash. | |||
2022-09-04 | Minor fixes to Vector4 | Aaron Franke | |
2022-09-05 | Fix crash when executing `CSGMesh3D.set_mesh` with headless Godot | Haoyu Qiu | |
2022-09-04 | Fix some bugs with Vector4 in C# | Aaron Franke | |
2022-09-04 | Fix XSendEvent crash & bootsplash. | MatthewZelriche | |
Fixes a crash due to an Xlib error, as well as ensures that Godot holds the correct size of the window after window modes have been applied, before exiting the DisplayServerX11 constructor. This ensures the bootsplash will be displayed with the correct dimensions. Fixes #65320 | |||
2022-09-04 | C#: Create script instance of reloaded scripts even if they're not tools | Raul Santos | |
Scripts that are instantiated at some point will always be recreated if they ever become placeholders to prevent non-tool scripts instantiated manually by users to become placeholders, if they do become placeholders due to errors that prevent instantiation (such as a missing parameterless constructor) these scripts will also be recreated replacing the temporary placeholder. If a script is marked as a tool but becomes a non-tool script in a rebuild, the script will become a placeholder and will no longer be considered applicable to be replaced by an instance since the user explicitly removed the Tool attribute. | |||
2022-09-04 | Don't try to read values from null cameras and lights in GLTF | Aaron Franke | |
2022-09-04 | Merge pull request #65299 from paddy-exe/linear-depth-disable-output-preview | Rémi Verschelde | |
Disable Output port preview of Visual Shader nodes using SpatialShader specific built-ins | |||
2022-09-04 | Merge pull request #65326 from timothyqiu/element-check | Clay John | |
Fix crash when executing `LightmapGIData._set_light_textures_data` | |||
2022-09-04 | Merge pull request #65024 from yedpodtrzitko/yed/fix-macos-missing-vulkan | Rémi Verschelde | |
fix: graceful exit on macOS with missing Vulkan SDK | |||
2022-09-04 | Fix crash when executing `LightmapGIData._set_light_textures_data` | Haoyu Qiu | |
2022-09-04 | Fix crash when encoding freed object in ConfigFile | Haoyu Qiu | |
2022-09-04 | fix: graceful exit on macOS missing Vulkan | Jiri Suchan | |
2022-09-03 | Merge pull request #65301 from KoBeWi/get_serious() | Rémi Verschelde | |
Remove pathed `get_node()` use from scene tree dock | |||
2022-09-03 | Merge pull request #65283 from bruvzg/reenable_per_pix_transp | Rémi Verschelde | |
Re-enable per-pixel transparency support on Linux, macOS, and Windows. | |||
2022-09-03 | Merge pull request #65296 from raulsntos/dotnet/signal-once | Ignacio Roldán Etcheverry | |
C#: Connect only once for each signal of a script | |||
2022-09-03 | Remove pathed get_node() use from scene tree dock | kobewi | |
2022-09-03 | Merge pull request #65259 from ↵ | Ignacio Roldán Etcheverry | |
AlmightyLaxz/dotnet-build_assemblies-double-support Add float arg to build_assemblies.py | |||
2022-09-03 | Disable Output port preview of Linear Depth Visual Shader node | Patrick | |
This disables the output port preview of the node because it's enabled preview caused a shader compilation error | |||
2022-09-03 | C#: Connect only once for each signal of a script | Raul Santos | |
Since the list of signals in `CSharpScript::event_signals` retrieved from calling `ScriptManagerBridge.UpdateScriptClassInfo` already includes the signals from base scripts there is no need to iterate the hierarchy again on `CSharpInstance::connect_event_signals`. | |||
2022-09-03 | Merge pull request #65111 from MatthewZelriche/DroppedXEventFix | Rémi Verschelde | |
Fix dropped XEvents early in main window lifetime. | |||
2022-09-04 | Add float arg to build_assemblies.py | Almighty Laxz | |
2022-09-03 | Merge pull request #65284 from MJacred/docs/vector4i | Rémi Verschelde | |
Document Vector4i | |||
2022-09-03 | Merge pull request #65285 from YuriSizov/window-theme-change-is-imminent | Rémi Verschelde | |
Un-defer the initial theme changed notification in `Window` | |||
2022-09-03 | Merge pull request #63026 from Xwdit/improve_scene_tree_timer | Rémi Verschelde | |
Some improvements to the SceneTreeTimer | |||
2022-09-03 | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for ↵ | bruvzg | |
Vulkan and OpenGL rendering drivers). | |||
2022-09-03 | Document Vector4i | MJacred | |
2022-09-04 | Fix rest fixer for the model has skin which non inverse global rest | Silc Renew | |
2022-09-03 | Un-defer the initial theme changed notification in Window | Yuri Sizov | |
2022-09-03 | Merge pull request #65279 from Rindbee/fix-Skeleton3DEditor-crash | Rémi Verschelde | |
Fix Skeleton3DEditor crash | |||
2022-09-03 | Some improvements to the SceneTreeTimer | Xwdit | |
2022-09-03 | Fix Skeleton3DEditor crash | Rindbee | |
2022-09-02 | Merge pull request #65267 from Calinou/cameraserver-print-verbose | Rémi Verschelde | |
2022-09-02 | Use verbose prints when registering cameras in CameraServer | Hugo Locurcio | |
This prevents lines from being printed every time the editor or project starts in the editor Output log. | |||
2022-09-02 | Merge pull request #65250 from YuriSizov/theme-owner-rises | Rémi Verschelde | |
2022-09-02 | Merge pull request #65181 from fire-forge/corner-details | Rémi Verschelde | |
2022-09-02 | Merge pull request #65256 from RedMser/unrounds-your-corners | Rémi Verschelde | |
2022-09-02 | Merge pull request #65264 from MewPurPur/all-hail-icon-annotation | Rémi Verschelde | |