Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: 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-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 | |
2022-09-02 | Merge pull request #65248 from Mickeon/docs-improve-icons-non-breaking-space | Rémi Verschelde | |
2022-09-02 | Merge pull request #65260 from Calinou/doc-audio-input-permissions | Rémi Verschelde | |
2022-09-02 | Merge pull request #59589 from Calinou/rename-or-lesser-range-property-hint | Rémi Verschelde | |
2022-09-02 | Un-defer the initial theme changed notification | Yuri Sizov | |
Co-authored-by: Rindbee <idleman@yeah.net> | |||
2022-09-02 | Add ThemeOwner type for managing theme propagation and lookup | Yuri Sizov | |
2022-09-02 | Merge pull request #65251 from AlmightyLaxz/fix-real_t-double-csharp-compiling | Ignacio Roldán Etcheverry | |
Fixed GodotSharp build failing when real_t is double | |||
2022-09-02 | Merge pull request #65115 from raulsntos/linux/dark-mode | Rémi Verschelde | |
2022-09-02 | Remove old syntax for custom class icon | VolTer | |
2022-09-02 | Merge pull request #64917 from Tim-Fronsee/fix/add-gutter-total-width | Rémi Verschelde | |
2022-09-02 | Merge pull request #65261 from YuriSizov/property-MUST-revert | Rémi Verschelde | |
2022-09-02 | Fix property revert logic in the sectioned inspector | Yuri Sizov | |
Co-authored-by: derammo <817160+derammo@users.noreply.github.com> | |||
2022-09-02 | Improve documentation related to audio input permissions | Hugo Locurcio | |
2022-09-02 | Rename `or_lesser` range property hint to `or_less` | Hugo Locurcio | |
"less" should be used for quantity, rather than "lesser". Existing scripts that use `or_lesser` in `_get_property_list()` will need to be updated to account for this change. | |||
2022-09-02 | EditorTheme: Remove rounded corners for all popups | RedMser | |
Expands #59045 to apply to all kinds of popups, since they all render as separate windows. | |||
2022-09-02 | Merge pull request #65249 from Chaosus/revert_array_param | Yuri Rubinsky | |
2022-09-02 | Revert usage of typed array in `add_surface_from_arrays` parameters | Yuri Rubinsky | |
2022-09-03 | Fixed build failing when REAL_T double and dotnet enabled | Almighty Laxz | |
2022-09-02 | Add support for system dark mode (Linux) | Raul Santos | |
- Use `org.freedesktop.appearance color-scheme` to support system dark mode. | |||
2022-09-02 | Improve Docs' inheritance tree icons on newline | Micky | |
Uses a Non-Breaking Space to prevent the icon from detaching from the name on newline, improving the look considerably. | |||
2022-09-02 | Merge pull request #64735 from KoBeWi/viewportshifter | Rémi Verschelde | |