Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2021-08-02 | Makes dictionary instead of string for visual shader version | Yuri Roubinsky | |
Update doc/classes/VisualShader.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2021-08-02 | Merge pull request #51004 from groud/tilemap_layers | Rémi Verschelde | |
Implements TileMap layers and move TileSetPlugins's functions to the TileMap node instead | |||
2021-08-02 | Merge pull request #51173 from RandomShaper/tidy_property_reversion | Rémi Verschelde | |
Fix up property reversion | |||
2021-08-02 | Merge pull request #51170 from timothyqiu/spin-slider-osx | Rémi Verschelde | |
Use Command+Drag in EditSpinSlider on macOS | |||
2021-08-02 | Fix up property reversion | Pedro J. Estébanez | |
2021-08-02 | Implements TileMap layers and move TileSetPlugins's functions to the TileMap ↵ | Gilles Roudière | |
node instead | |||
2021-08-02 | Merge pull request #49783 from aaronfranke/real-editor-plugins | Rémi Verschelde | |
Use real_t in editor plugins | |||
2021-08-02 | Use Command+Drag in EditSpinSlider on macOS | Haoyu Qiu | |
2021-08-02 | Merge pull request #50430 from goostengine/ctrl-enter-commit | Rémi Verschelde | |
VCS: Allow to stage and commit all files with Ctrl + Enter | |||
2021-08-02 | Dependency editor: Edit message about move to trash | Rémi Verschelde | |
Fixes #47106. | |||
2021-08-02 | Implemented initial DAP support | Ev1lbl0w | |
Implemented "output" event Refactored "seq" field generation Prevent debugging when editor and client are in different projects Removed unneeded references to peer on the parser Refactored way to detect project path Implemented "setBreakpoints" request Fix double events when terminating from client Refactored "stopped" event Implemented "stopped" with breakpoint event Implemented "stackTrace", "scopes" and "variables" request Report incoming number of stack dump variables Implemented proper reporting of scopes and variables from stack frames Prevent editor from grabbing focus when a DAP session is active Implemented "next" and "stepIn" requests Implemented "Source" checksum computing Switched expected errors from macros to silent guards Refactored message_id Respect client settings regarding lines/columns behavior Refactored nested DAP fields Implement reporting of "Members" and "Globals" scopes as well Fix error messages not being shown, and improved wrong path message | |||
2021-08-01 | Use real_t in editor plugins | Aaron Franke | |
Also use const more often and delete dead code in CanvasItemEditor | |||
2021-08-01 | Clean up and complete CodeEdit inspector and docs | Paulb23 | |
2021-08-01 | Merge pull request #51139 from Chaosus/fix_canvasitem_drag_warning | Rémi Verschelde | |
Prevent warning spam to console when dragging a CanvasItem in container | |||
2021-08-01 | Move symbol lookup into CodeEdit | Paulb23 | |
2021-08-01 | Move line length guidelines into CodeEdit | Paulb23 | |
2021-08-01 | Move brace matching into CodeEdit | Paulb23 | |
2021-08-01 | Move auto brace completion to CodeEdit | Paulb23 | |
2021-08-01 | Prevent warning spam to console when dragging a CanvasItem in container | Yuri Roubinsky | |
2021-08-01 | Fix crash on doc dragging in script list panel | Yuri Roubinsky | |
2021-08-01 | Merge pull request #51124 from YeldhamDev/local_editor_dup_fix | Rémi Verschelde | |
Fix being able to add duplicate files in the Localization editor |