Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-06 | Merge pull request #55662 from ↵ | Rémi Verschelde | |
KoBeWi/update_minimum_size_changed_to_update_minimum_size | |||
2021-12-06 | Fix bad popups offset in editor with single window off | jmb462 | |
Co-authored-by: Gil Arasa Verge <gilarasaverge@gmail.com> Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> | |||
2021-12-06 | Rename minimum_size_changed() method | kobewi | |
2021-12-06 | Merge pull request #34005 from aaronfranke/minmax | Rémi Verschelde | |
2021-12-06 | Merge pull request #55654 from KoBeWi/reset_softcode | Rémi Verschelde | |
2021-12-06 | Add a constant StringName for RESET animation | kobewi | |
2021-12-06 | Merge pull request #55651 from Calinou/remove-more-debug-prints | Rémi Verschelde | |
2021-12-05 | Remove or make verbose some debugging prints | Hugo Locurcio | |
The message about SpatialMaterial conversion was turned into a warning, as it can potentially interfere with porting projects from Godot 3.x (if there's a bug in the conversion code). | |||
2021-12-05 | Use tooltips instead of labels for VoxelGI and GPUParticlesCollisionSDF | Hugo Locurcio | |
This fixes the issue with labels being cut off (or becoming too long when not clipped). This also adds a mention of the individual cell size, which is useful information to have when trying to avoid light leaking or particle collision tunneling. | |||
2021-12-03 | Disable base type changing when no type is selected in the theme editor | Michael Alexsander | |
2021-12-03 | Merge pull request #55576 from Chaosus/vs_new_int_ops | Yuri Roubinsky | |
Add bitwise operators to `VisualShaderNodeIntOp` | |||
2021-12-03 | Merge pull request #55578 from madmiraal/fix-55561 | Rémi Verschelde | |
2021-12-03 | Add bitwise operators to `VisualShaderNodeIntOp` | Yuri Roubinsky | |
2021-12-03 | Merge pull request #54687 from KoBeWi/where_mouse | Rémi Verschelde | |
2021-12-03 | Allow any kind of Mesh to be added to an EditorNode3DGizmo | Marcel Admiraal | |
2021-12-02 | Expose max_axis_index and max_axis_index for Vector2(i) | Aaron Franke | |
Some cleanup with Vector3(i)'s methods so that it is consistent with Vector2, for example it returns enums internally (GDScript still gets ints). | |||
2021-12-02 | Merge pull request #55522 from Calinou/3d-editor-drag-and-drop-auto-root-node | Rémi Verschelde | |
Automatically add root node when drag-and-dropping in 3D editor | |||
2021-12-02 | Merge pull request #55548 from pycbouh/editor-scroll-dat-preview | Rémi Verschelde | |
2021-12-02 | Allow scrolling theme preview when the control picker is active | Yuri Sizov | |
2021-12-02 | Merge pull request #55392 from TokageItLab/fix-skeleton-3d-editor-exiting-oddly | Rémi Verschelde | |
Fixed gizmo bug when `Skeleton3DEditor` is re-generated | |||
2021-12-01 | Automatically add root node when drag-and-dropping in 3D editor | Hugo Locurcio | |
This also uses correct capitalization scheme for 3D meshes that are drag-and-dropped, like in the 2D editor. | |||
2021-11-30 | Improve Curve with const and real_t | Aaron Franke | |
2021-11-30 | Mention that Ctrl+Alt with select tool will scale | kobewi | |
2021-11-30 | Right-clicking with copied tiles cancels it | Fazil Babu | |
2021-11-29 | Merge pull request #55052 from RPicster/master-particles-visibility-rect | Rémi Verschelde | |
2021-11-28 | Visibility rect only shown when a GPUParticle2D is selected to reduce visual ↵ | Raffaele Picca | |
clutter in scenes with a lot of Particle nodes. | |||
2021-11-28 | Fix 'Add Node...' menu entries in AnimationNodeBlendTreeEditor | Wilson E. Alvarez | |
2021-11-28 | Fixed odd behavior when Skeleton3DEditor is re-generated | Silc 'Tokage' Renew | |
2021-11-27 | Fix offset in Viewport drag movement | Pablo Dobarro | |
The initial offset was using the mouse position when the threshold was reached instead of the initial click position. This was adding the drag threshold distance as an extra offset to the final transformation. Now the offset is calculated from the initial click position. | |||
2021-11-24 | Show scene when showing built-in script file | kobewi | |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | |
2021-11-23 | Move container warning to the toaster | kobewi | |
2021-11-23 | Merge pull request #42447 from aaronfranke/gitignore-create | Rémi Verschelde | |
2021-11-22 | Merge pull request #55151 from Chaosus/control_reset_size | Rémi Verschelde | |
2021-11-22 | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky | |
2021-11-21 | Fix Theme Editor crash when clicking the element picker | Haoyu Qiu | |
2021-11-15 | Tweak the built-ins color highlighting in the shader editor (take 2) | Hugo Locurcio | |
The new color is more distinguishable from other variables and symbols. | |||
2021-11-15 | Allow dehardcoding documentation branch and URL in docs links | Rémi Verschelde | |
This makes it possible to change the branch of the documentation that URLs are pointing to without having to modify all class reference files. In the XML class reference, the `$DOCS_URL` placeholder should be used, and will be replaced automatically in the editor and when generating the RST class reference. The documentation branch string is set in `version.py`. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2021-11-15 | Merge pull request #54851 from Calinou/skeleton-2d-editor-swap-rest-pose-actions | Rémi Verschelde | |
2021-11-12 | Allow creating .gitignore and .gitattributes when creating a new project | Aaron Franke | |
Also allow creating these files later, and also allow disabling creating the default environment in editor settings. | |||
2021-11-12 | Use "enum class" for input enums | Aaron Franke | |
2021-11-12 | Make OpenSimplex and VisualScript modules not depend on the editor | Aaron Franke | |
2021-11-12 | Implement texture padding in TileSetAtlasSources | Gilles Roudière | |
2021-11-12 | Merge pull request #53987 from groud/tile_data_inspector_plugin | Rémi Verschelde | |
2021-11-12 | Fix default_texture_param in shader pipeline to support uniform arrays | Yuri Roubinsky | |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde | |
2021-11-10 | Swap rest pose actions in the Skeleton2D editor | Hugo Locurcio | |
The texts were changed before, but the actions weren't swapped around. This led to unexpected behavior. | |||
2021-11-10 | Merge pull request #54745 from KoBeWi/find_in_scenes | Rémi Verschelde | |
2021-11-10 | Merge pull request #54836 from pycbouh/inspector-plugins-fixes-and-groups | Rémi Verschelde | |
2021-11-10 | Merge pull request #54660 from Chaosus/vs_particles_mesh_emitter | Rémi Verschelde | |