Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-05 | Merge pull request #44895 from KoBeWi/the_color_DID_NOT_change | Rémi Verschelde | |
Don't emit changed signal on Color Picker close | |||
2021-01-05 | Merge pull request #44893 from Chaosus/shader_reference | Rémi Verschelde | |
[4.0] Fix shader editor documentation link | |||
2021-01-05 | Fix shader editor documentation link | Yuri Roubinsky | |
2021-01-05 | Merge pull request #44890 from KiritoAM/my-bug-fix | Rémi Verschelde | |
Fix for reselecting a TileMap node without first de-selecting it #44824 | |||
2021-01-04 | Fix odd newline in `EditorLog::add_message()` | Danil Alexeev | |
2021-01-04 | Merge pull request #44907 from qarmin/fix_leak_gradient | Rémi Verschelde | |
Fix memory leak with Gradient in Node3DEditorViewport | |||
2021-01-04 | Fix Leak with Gradient in Node3DEditorViewport | Rafał Mikrut | |
2021-01-04 | Merge pull request #44330 from Hurakano/fixes | Rémi Verschelde | |
Texture import 'streamed' property should be bool | |||
2021-01-03 | Don't emit changed signal on Color Picker close | kobewi | |
2021-01-03 | Fix for reselecting a TileMap node without first de-selecting it | andrew-softdev | |
2021-01-03 | Merge pull request #42779 from volzhs/editor-file-dialog | Rémi Verschelde | |
Enhance editor file dialog | |||
2021-01-02 | Enhance editor file dialog | volzhs | |
1. show valid directory path when opening editor file dialog 2. keep file name when changing path by entering path 3. add first extension in filter automatically if not given 4. remove directory in recent list if it's not valid anymore | |||
2021-01-02 | Typo correction | Muller-Castro | |
simple typo correction | |||
2021-01-01 | Merge pull request #44809 from Calinou/physics-render-layers-zero-index | Rémi Verschelde | |
Use zero-indexing for physics and render layer names | |||
2021-01-01 | Merge pull request #44865 from RandomShaper/fix_reset_anim_crash | Rémi Verschelde | |
Fix crash related to reset animation | |||
2021-01-01 | Fix crash related to reset animation | Pedro J. Estébanez | |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆 | |||
2020-12-30 | Use zero-indexing for physics and render layer names | Hugo Locurcio | |
The first layer is now Layer 0 instead of Layer 1, and the last layer is now Layer 19 instead of Layer 20. This helps reference physics and render layers from scripts since layers start from 0 there. | |||
2020-12-29 | Merge pull request #44709 from Calinou/editor-frame-time-color | Rémi Verschelde | |
Color 3D editor frame time labels depending on the performance level | |||
2020-12-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit caa7c6a930204507ddb5cae76f84b2d1e024afc1) | |||
2020-12-29 | Fix instantiation of resource as property value | Pedro J. Estébanez | |
2020-12-29 | Allow selecting multiple files in the editor translation/remap dialogs | Hugo Locurcio | |
This makes it faster to add several translations. The undo/redo messages were also tweaked to give better context. | |||
2020-12-29 | Merge pull request #44759 from Huberion/master | Rémi Verschelde | |
Fix Scrollbar range calculation error | |||
2020-12-29 | Merge pull request #44782 from Calinou/editor-add-3d-selection-box-setting | Rémi Verschelde | |
Add an editor setting for the 3D selection box color | |||
2020-12-29 | Fix missed renamings from empty() to is_empty() | Rémi Verschelde | |
Those were missed in #44401 or added by later PRs. | |||
2020-12-29 | Add an editor setting for the 3D selection box color | Hugo Locurcio | |
A restart is required to apply the setting change. | |||
2020-12-28 | Merge pull request #44586 from madmiraal/rename-stepify | Rémi Verschelde | |
Rename Math::stepify to snapped | |||
2020-12-28 | Editor: Fix invalid use of Node::get_viewport() after rename of ↵ | Rémi Verschelde | |
EditorNode::get_viewport() Fixes #44761, was a regression from #44524. The PR passed CI because EditorNode::get_viewport() used to shadow Node::get_viewport() (which was a bug in itself, fixed by #44524), so once it was renamed the existing code relying on it fell back to the now available Node::get_viewport(). This might bite some thirdparty modules too. | |||
2020-12-28 | Merge pull request #44183 from madmiraal/box_shape-size | Rémi Verschelde | |
Use a size Vector for adjusting the size of Rectangles and Boxes | |||
2020-12-28 | Merge pull request #44149 from madmiraal/rename-tangent-orthogonal | Rémi Verschelde | |
Rename Vector2.tangent() to Vector2.orthogonal() | |||
2020-12-28 | Fix Scrollbar range calculation error | BiBi | |
When zoomed in, the right and bottom edges of the resource image will be outside the viewing area. | |||
2020-12-28 | Merge pull request #44434 from madmiraal/rename-camera3d-near-and-far | Rémi Verschelde | |
Rename Camera3D near and far getters and setters | |||
2020-12-28 | Merge pull request #44524 from madmiraal/rename-editor-viewport | Rémi Verschelde | |
Rename EditorInterface get_editor_viewport to get_editor_main_control | |||
2020-12-28 | Merge pull request #44569 from madmiraal/rename-unselect-deselect | Rémi Verschelde | |
Rename unselect to deselect | |||
2020-12-28 | Rename Math::stepify to snapped | Marcel Admiraal | |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal | |
2020-12-27 | Merge pull request #44500 from Calinou/editor-gizmo-hover-brightness-variable | Rémi Verschelde | |
Move the brightness factor for highlighted 3D gizmos to a variable | |||
2020-12-27 | Move the brightness factor for highlighted 3D gizmos to a variable | Hugo Locurcio | |
See https://github.com/godotengine/godot/commit/8522ac77113c3d5239ff4c6cd74ab7b92e1ee663#r45230326. | |||
2020-12-27 | Merge pull request #44700 from VedatGunel/fix-title | Rémi Verschelde | |
Fix incorrect title in Inherit dialog | |||
2020-12-27 | Fix Layout menu not working | kobewi | |
2020-12-26 | Color 3D editor frame time labels depending on the performance level | Hugo Locurcio | |
This provides easier visual grepping for each value (CPU time, GPU time, FPS). | |||
2020-12-26 | Fix incorrect title and button text in Inherit dialog | Vedat Günel | |
2020-12-25 | Makes strings translatable on right-click menu in visual shader | Yuri Roubinsky | |
2020-12-24 | Fix blendshapes and calculation of bone_aabbs | Lyuma | |
Blendshapes without a skeleton already worked. However, due to a faulty ERR_FAIL_COND, it was impossible to create a mesh with both bones and blendshapes. This also fixes an assumption that all surfaces reference the same number of bones as surface 0. | |||
2020-12-23 | Merge pull request #44605 from madmiraal/rename-control-margin | Rémi Verschelde | |
Rename Control margin to offset | |||
2020-12-23 | Rename Control margin to offset | Marcel Admiraal | |
2020-12-22 | Add exporting glTF2. | K. S. Ernest (iFire) Lee | |
* Support KHR_texture_transform. * Support exporting glTF2 * Support exporting instanced scenes * Extract into a gltf state and gltf document * Add a tools menu for exporting gltf2 | |||
2020-12-23 | Merge pull request #44487 from bruvzg/ctl_fixes_2 | Rémi Verschelde | |
[CTL] Fix RTL scrolling and tabs selection. | |||
2020-12-22 | Fix filename disambiguation on scripts in certain occasions | Michael Alexsander | |
2020-12-22 | Merge pull request #44182 from clayjohn/ASSAO | Rémi Verschelde | |
Replace SAO with ASSAO as Godot's new SSAO |