Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-16 | Improve visibility rect/AABB generation usability in GPUParticles | Hugo Locurcio | |
- Don't display the time dialog if the automatically calculated generation time is short enough. - Clarify the purpose of waiting in the progress dialog. | |||
2021-08-14 | Merge pull request #51657 from timothyqiu/view-name | Rémi Verschelde | |
Fix i18n of 3D view name | |||
2021-08-14 | Merge pull request #51660 from AnilBK/use-short-functions | Rémi Verschelde | |
Use get_global_* functions instead of using transforms. | |||
2021-08-14 | Use get_global_* functions instead of using transforms. | Anilforextra | |
2021-08-14 | Merge pull request #51636 from Calinou/rename-lineshape2d | Rémi Verschelde | |
Rename LineShape2D to WorldMarginShape2D | |||
2021-08-14 | Fix i18n of 3D view name | Haoyu Qiu | |
Make the full view name translatable as a whole instead of combining from sub-strings. | |||
2021-08-14 | Rename LineShape2D to WorldMarginShape2D | Hugo Locurcio | |
The new name makes it more obvious that it acts as an infinite plane, and is consistent with its 3D counterpart (WorldMarginShape3D). | |||
2021-08-13 | Style: Cleanup code using `text_editor/completion/use_single_quotes` | Rémi Verschelde | |
2021-08-13 | Allow dropping property path into script editor | Haoyu Qiu | |
2021-08-13 | Merge pull request #51035 from foxydevloper/drag-drop-more-support | Rémi Verschelde | |
Improve drag and dropping files into viewport by supporting more types | |||
2021-08-13 | Merge pull request #49523 from foxydevloper/improve-shortcut-naming | Rémi Verschelde | |
Improve naming of a couple shortcuts | |||
2021-08-13 | Merge pull request #50114 from Chaosus/vs_constants | Rémi Verschelde | |
Few improvements for constants in visual shader | |||
2021-08-13 | Merge pull request #51519 from Chaosus/vs_transform_operator | Rémi Verschelde | |
Changed `TransformMult` node to `TransformOp` in visual shaders | |||
2021-08-13 | Fix some unnecessary includes | Aaron Franke | |
2021-08-12 | Merge pull request #51572 from Chaosus/vs_fix_transform_instance | Yuri Roubinsky | |
Fix printing error about unsupported modifier on `TransformUniform` | |||
2021-08-12 | Fix printing error about unsupported modifier on `TransformUniform` | Yuri Roubinsky | |
2021-08-12 | Cleanup and bind remaing methods in TextEdit | Paulb23 | |
2021-08-12 | Rename readonly to editable | Paulb23 | |
2021-08-12 | Protect internal CodeEdit --> TextEdit API | Paulb23 | |
2021-08-12 | Cleanup TextEdit selection methods | Paulb23 | |
2021-08-12 | Expose and cleanup TextEdit line wrap API | Paulb23 | |
2021-08-12 | Cleanup and rename caret operations | Paulb23 | |
2021-08-11 | Make radius & height in CapsuleShape3D independent | PouleyKetchoupp | |
Also changed CapsuleMesh to make settings consistent between render and physics. | |||
2021-08-11 | Changed `TransformMult` node to `TransformOp` in visual shaders | Yuri Roubinsky | |
2021-08-11 | Merge pull request #51399 from RevoluPowered/improve_editor_grid_performance_4.0 | Rémi Verschelde | |
[4.0] Implement editor grid performance improvements | |||
2021-08-11 | Implement editor grid performance improvements | Gordon MacPherson | |
Benefits: - Knows the size of the mesh to prevent push back taking longer - No longer updates grid every frame, only if the camera has moved 10 units or more. - Considerably less power draw - Will redraw when you swap from orthographic to perspective and vice versa. | |||
2021-08-11 | Make radius & height in CapsuleShape2D independent | Tomasz Chabora | |
2021-08-11 | Few improvements for constants in visual shader | Yuri Roubinsky | |
2021-08-11 | Merge pull request #47378 from aaronfranke/use-input-enums | Rémi Verschelde | |
Use key enum instead of plain integers for input code | |||
2021-08-11 | Merge pull request #51497 from Chaosus/vs_fix_addnode_zoomed | Rémi Verschelde | |
Fix incorrect position of the created VisualShader nodes on zoomed graph | |||
2021-08-11 | Fix incorrect position of the created VisualShader nodes on zoomed graph | Yuri Roubinsky | |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke | |
2021-08-10 | Remove infinite inertia and ray shapes from CharacterBody | PouleyKetchoupp | |
Infinite inertia: Not needed anymore, since it's now possible to set one-directional collision layers in order for characters to ignore rigid bodies, while rigid bodies still collide with characters. Ray shapes: They were introduced as a work around to allow constant speed on slopes, which is now possible with the new property in CharacterBody instead. | |||
2021-08-10 | Improve drag and drop by supporting more file types & node types | foxydevloper | |
Adds support for dragging in all files of type Texture2D for 2D. Adds support for dragging in all files of type Mesh for 3D. Replaces adding texture as Light2D with PointLight2D. Add more node types that textures can be added as - TextureButton - CPUParticles2D | |||
2021-08-10 | Improve naming of a couple shortcuts | fox | |
2021-08-10 | Merge pull request #49417 from Bhu1-V/gsoc-cmd-plt | Rémi Verschelde | |
Command Palette For Godot | |||
2021-08-10 | Organize methods in Viewport and explicitly name 3D methods with 3D | Aaron Franke | |
2021-08-10 | Merge pull request #50682 from aaronfranke/basis-looking-at | Rémi Verschelde | |
Move code for looking_at to Basis | |||
2021-08-09 | Some work on double support | Aaron Franke | |
2021-08-09 | Use doubles for time in many other places | Aaron Franke | |
2021-08-09 | Added small offset to the content of nodes in VisualShader | Yuri Roubinsky | |
2021-08-09 | Added EditorCommandPalette | Bhuvan Vemula | |
2021-08-07 | Added editor dialog for easily creating shaders. | Yuri Roubinsky | |
2021-08-07 | Merge pull request #51326 from ↵ | Rémi Verschelde | |
LightningAA/minor_view_rotation_gizmo_improvements-4.0 Minor visual improvements to the viewport rotation gizmo (again) | |||
2021-08-07 | Removes const from set functions on the Gizmos | AndreaCatania | |
2021-08-06 | Minor visual improvements to the viewport rotation gizmo (again) | Lightning_A | |
2021-08-05 | Merge pull request #51164 from TokageItLab/fix-gizmo-transform-scaling | Rémi Verschelde | |
Fixed gizmo forced implicit normalization and inconsistent rotation | |||
2021-08-05 | Merge pull request #51215 from akien-mga/shortcut-rename-property-to-event | Rémi Verschelde | |
Shortcut: Rename `shortcut` property to `event` | |||
2021-08-05 | Merge pull request #51250 from ↵ | Rémi Verschelde | |
LightningAA/minor_view_rotation_gizmo_improvements-4.0 Minor visual improvements to the view rotation gizmo | |||
2021-08-05 | Shortcut: Rename `shortcut` property to `event` | Rémi Verschelde | |
Having a property which has the same name as its class leads to confusing situations (e.g. `BaseButton` has a `shortcut` property of type `Shortcut` which has a `shortcut` property of type `InputEvent`). Also renames `is_event` to `matches_event`, and `is_valid` to `has_valid_event` to better reflect what the methods check. |