Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Change PrismMesh editor icon to look like a prism. | John Wigg | |
2021-08-09 | Merge pull request #43158 from nathanfranke/fix-gradient-and-draw-tile | Rémi Verschelde | |
Fix Gradient and Color Picker checkerboard, Fix tile parameter for CanvasItem.draw_texture_rect | |||
2021-08-09 | Merge pull request #51431 from Chaosus/vs_cosmetic | Yuri Roubinsky | |
Added small offset to the content of nodes in VisualShader | |||
2021-08-09 | Added small offset to the content of nodes in VisualShader | Yuri Roubinsky | |
2021-08-09 | Fix some bugs in shader creation dialog (continue) | Yuri Roubinsky | |
2021-08-09 | Fix some bugs in shader creation dialog | Yuri Roubinsky | |
2021-08-08 | Make property description in the animation editor actually show it | Michael Alexsander | |
2021-08-08 | Merge pull request #51217 from timothyqiu/more-i18n | Rémi Verschelde | |
Fix various i18n failures | |||
2021-08-08 | Merge pull request #51395 from angad-k/pseudolocalization-squashed | Rémi Verschelde | |
Add pseudolocalization to Godot. (GSoC'21) | |||
2021-08-08 | add pseudolocalization to Godot | Angad Kambli | |
2021-08-07 | Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tile | Nathan Franke | |
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-07 | Merge pull request #47700 from Calinou/editor-mouse-wheel-change-scene-tabs | Rémi Verschelde | |
Allow using the mouse wheel to navigate scene tabs | |||
2021-08-06 | Minor visual improvements to the viewport rotation gizmo (again) | Lightning_A | |
2021-08-06 | Fix theme property descriptions in the Inspector | Yuri Sizov | |
2021-08-06 | Merge pull request #51214 from Calinou/update-spinner-highlight-when-continuous | Rémi Verschelde | |
Change the editor update spinner color when updating continuously | |||
2021-08-05 | Make animation reset do less spam. | K. S. Ernest (iFire) Lee | |
2021-08-05 | Merge pull request #51285 from V-Sekai/reset-anim-spam | K. S. Ernest (iFire) Lee | |
Reset baking should not spam on lack of animation players. | |||
2021-08-05 | Merge pull request #50797 from AndreaCatania/AndreaCatania-patch-4 | K. S. Ernest (iFire) Lee | |
Fix Static & Rigid body generation on mesh import. | |||
2021-08-05 | Reset baking should not spam on lack of animation players. | K. S. Ernest (iFire) Lee | |
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 | Merge pull request #50707 from SirQuartz/patch-26 | Rémi Verschelde | |
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. | |||
2021-08-04 | Add theme item descriptions to the online documentation | Yuri Sizov | |
2021-08-04 | Minor improvements to the view rotation gizmo | Lightning_A | |
2021-08-04 | Improve user communications in the theme editor | Yuri Sizov | |
2021-08-04 | Disable save button when Inspector is not editing anything | Haoyu Qiu | |
2021-08-03 | Fix the editor theme application for the Mono build log | Yuri Sizov | |
2021-08-03 | Fix various i18n failures | Haoyu Qiu | |
2021-08-03 | Change the editor update spinner color when updating continuously | Hugo Locurcio | |
Updating continuously should only be enabled for troubleshooting purposes, as it uses a lot of CPU/GPU power. The update spinner is now displayed in red when the Update Continuously editor setting is enabled. | |||
2021-08-03 | Merge pull request #50454 from Ev1lbl0w/gsoc21-dap | Fabio Alessandrelli | |
Implemented initial DAP support | |||
2021-08-03 | Cache EditorResourcePicker's allowed types | Yuri Sizov | |
2021-08-03 | i18n: Sync template with current 3.x codebase | Rémi Verschelde | |
Weblate will now track the state of `3.x` to prepare for the 3.4 release. (cherry picked from commit 92bafdcafb2c2d50b9079728842b825c72b99c19) | |||
2021-08-03 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Last POT sync with the `3.3` branch, we'll now switch Weblate to track `3.x` to prepare for the 3.4 release. (cherry picked from commit dec840452d5986ec8099b92ebabf454757da8b04) | |||
2021-08-03 | Merge pull request #51006 from foxydevloper/drag-drop-naming | Rémi Verschelde | |
Name nodes added when drag & dropping an image by `name_casing` | |||
2021-08-03 | Merge pull request #51118 from SirQuartz/patch-39 | Rémi Verschelde | |
Make the "View" menu in the 3D viewport stay open when selecting a checkbox | |||
2021-08-03 | Added more input/output built-ins to visual shaders | Yuri Roubinsky | |
2021-08-03 | Merge pull request #50703 from Chaosus/vs_remove_subparticles_from_start | Rémi Verschelde | |
Removes EmitParticle node from the start functions in visual shader | |||
2021-08-03 | Fixed gizmo forced uniform scale and inconsistent rotation | Silc 'Tokage' Renew | |
2021-08-02 | Merge pull request #51039 from nekomatata/layer-grid-32 | Rémi Verschelde | |
Refactor layer property editor grid | |||
2021-08-02 | Merge pull request #51144 from Chaosus/vs_version | Yuri Roubinsky | |
Makes dictionary instead of string for visual shader version | |||
2021-08-02 | Merge pull request #51168 from akien-mga/dependency-move-to-trash | Rémi Verschelde | |
Dependency editor: Edit message about move to trash | |||
2021-08-02 | Merge pull request #50122 from Paulb23/code_edit_auto_brace_completion | Rémi Verschelde | |