Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-19 | Remove set_all methods from Vector2/3/4 | Aaron Franke | |
2022-09-19 | Remove set_axis and get_axis methods from Vector2/2i/3/3i/4/4i | Aaron Franke | |
2022-09-19 | Merge pull request #66068 from bruvzg/rtl_fx_connected | Rémi Verschelde | |
[RTL] Add option to apply built-in effects to the individual connected glyphs. | |||
2022-09-19 | Merge pull request #66112 from Zylann/get_configuration_warnings_psa | Rémi Verschelde | |
Change return type of `get_configuration_warnings` to `PackedStringArray` | |||
2022-09-19 | Merge pull request #65918 from clayjohn/quadmesh | Rémi Verschelde | |
Add QuadMesh back as a subclass of PlaneMesh. | |||
2022-09-19 | Merge pull request #65134 from Mickeon/editor-unique-name-toggle | Rémi Verschelde | |
Make "Access as Unique Name" a shortcut | |||
2022-09-19 | Merge pull request #66065 from kidinashell/issue-59488 | Rémi Verschelde | |
SpotLight3D's and OmniLight3D's Projector doesn't work | |||
2022-09-19 | Merge pull request #64737 from fabriceci/add-error-on-concave-segments-collision | Rémi Verschelde | |
Warn users when collisions are not supported | |||
2022-09-19 | Merge pull request #63653 from fabriceci/increase-max-collisions | Rémi Verschelde | |
Increases the number of maximum detected collisions | |||
2022-09-19 | Merge pull request #66108 from Zylann/editor_inspector_get_selected_path | Rémi Verschelde | |
Expose `EditorInspector.get_selected_path` | |||
2022-09-19 | Add QuadMesh back as a subclass of PlaneMesh. | clayjohn | |
This simplifies the creation of billboarded meshes without any code overhead. | |||
2022-09-19 | Change return type of `get_configuration_warnings` to `PackedStringArray` | Marc Gilleron | |
2022-09-19 | Fix Vulkan: SpotLight3D's and OmniLight3D's Projector doesn't work | Tobias Widner | |
2022-09-19 | Make "Access as Unique Name" a shortcut | Micky | |
The shortcut's name is "scene_tree/toggle_unique_name", not mapped to anything by default. It also dynamically changes the text based on whether or not the unique name is going to be enabled or disabled. Finally, it spaces the shortcut in the menu close to "Copy Node Path" if possible. | |||
2022-09-19 | [RTL] Add option to apply built-in effects to the individual connected glyphs. | bruvzg | |
2022-09-19 | Warn users when collisions are not supported | fabriceci | |
2022-09-19 | Increases the number of maximum detected collisions | fabriceci | |
2022-09-19 | Expose `EditorInspector.get_selected_path` | Marc Gilleron | |
2022-09-19 | Merge pull request #65630 from aaronfranke/no-defer-ste-warn-ch | Rémi Verschelde | |
_warning_changed` signal connection | |||
2022-09-19 | Merge pull request #64728 from fabriceci/only-report-recovery-for-floor-snapping | Rémi Verschelde | |
Turn on recovery as collisions only for floor snapping | |||
2022-09-19 | Merge pull request #65271 from KoBeWi/FirAccess🌲 | Rémi Verschelde | |
Replace File/Directory with FileAccess/DirAccess | |||
2022-09-19 | Merge pull request #66079 from Zylann/project_settings_restart | Rémi Verschelde | |
Expose ProjectSettings.set_restart_if_changed(name, restart) | |||
2022-09-19 | Merge pull request #66104 from Zylann/notification_local_transform_changed | Rémi Verschelde | |
Expose Node3D `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` | |||
2022-09-19 | Merge pull request #66101 from KoBeWi/help,_it_crashed | Rémi Verschelde | |
Fix possible crash in editor help | |||
2022-09-19 | Merge pull request #66097 from Zylann/make_atlas_vec2i | Rémi Verschelde | |
make_atlas` | |||
2022-09-19 | Merge pull request #66080 from Zylann/editor_property_set_read_only | Rémi Verschelde | |
Expose `EditorProperty._set_read_only` virtual method | |||
2022-09-19 | Merge pull request #65995 from MinusKube/tileset-size-bug | Rémi Verschelde | |
Fix atlas view drawing roots having zoom applied twice | |||
2022-09-19 | Merge pull request #66081 from aaronfranke/math-funcs-spacing | Rémi Verschelde | |
Spacing changes in math_funcs.h | |||
2022-09-19 | Expose ProjectSettings.set_restart_if_changed(name, restart) | Marc Gilleron | |
2022-09-19 | Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` | Marc Gilleron | |
2022-09-19 | Fix possible crash in editor help | kobewi | |
2022-09-19 | Expose `EditorProperty._set_read_only` virtual method | Marc Gilleron | |
2022-09-19 | Use `Vector2i` when returning atlas size in `Geometry2D::make_atlas` | Marc Gilleron | |
2022-09-19 | Replace File/Directory with FileAccess/DirAccess | kobewi | |
2022-09-19 | Merge pull request #66087 from aaronfranke/gltf-minor-light | Rémi Verschelde | |
Minor enhancements to the GLTF module (lights and docs) | |||
2022-09-19 | Merge pull request #66070 from KoBeWi/call_of_undo | Rémi Verschelde | |
Change UndoRedo to use Callables | |||
2022-09-19 | Merge pull request #65915 from clayjohn/VULKAN-mobile-fog | Rémi Verschelde | |
Restore fog in vulkan mobile renderer. | |||
2022-09-19 | Merge pull request #65879 from magian1127/4.0GenSDoc | Rémi Verschelde | |
inheritdoc the "///" comment from EventHandler to the generated event | |||
2022-09-19 | Spacing changes in math_funcs.h | Aaron Franke | |
2022-09-19 | Merge pull request #66047 from Rindbee/improve-TabContainer | Rémi Verschelde | |
Make the inner `TabBar` in a `TabContainer` behave like it is in a `Container` | |||
2022-09-18 | Minor enhancements to the GLTF module (lights and docs) | Aaron Franke | |
2022-09-18 | Change UndoRedo to use Callables | kobewi | |
2022-09-18 | Turn on recovery as collisions only for floor snapping as this leads to ↵ | fabriceci | |
unwanted behaviour for other surface than the floor. | |||
2022-09-18 | Merge pull request #66040 from ↵ | Yuri Rubinsky | |
jeffres/fix-closing-shader-file-with-middle-mouse-click | |||
2022-09-18 | C#: inheritdoc the "///" comment from EventHandler to the generated event | Magian | |
2022-09-18 | Make the inner TabBar in a TabContainer behave as if it were in a Container | Rindbee | |
2022-09-18 | Merge pull request #44143 from KoBeWi/callable_multiplayer | Rémi Verschelde | |
2022-09-18 | Close shader under cursor when middle mouse clicking in editor list | jeffres | |
Previously middle mouse clicking resulted in the currently selected file to be closed, which is not the behavior commonly expected. | |||
2022-09-18 | Port remaining connections to callable_mp | Tomasz Chabora | |
2022-09-18 | Merge pull request #62417 from willnationsdev/gdres-quickopen | Rémi Verschelde | |
Enable QuickOpen to see scripted resources |