Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-08 | Merge pull request #45011 from akien-mga/doctest-2.4.4 | Rémi Verschelde | |
doctest: Update to 2.4.4 | |||
2021-01-08 | doctest: Update to 2.4.4 | Rémi Verschelde | |
Make ClassDB test macros enforce their msg to be constructed as String, since doctest 2.4.2 changes the message passing to vararg. | |||
2021-01-08 | Merge pull request #45008 from akien-mga/rtl-fix-build-35505 | Rémi Verschelde | |
RichTextLabel: Fix build after #35505 | |||
2021-01-08 | RichTextLabel: Fix build after #35505 | Rémi Verschelde | |
Should have rebased before merging. | |||
2021-01-08 | Merge pull request #35505 from dalexeev/rtl_colors | Rémi Verschelde | |
Unified named colors in RichTextLabel | |||
2021-01-08 | Merge pull request #41395 from AberrantWolf/tooltips_appear_on_same_screen | Rémi Verschelde | |
Make tooltips appear on the same screen as the editor | |||
2021-01-08 | Merge pull request #45006 from pihdastudios/master | Rémi Verschelde | |
make EditorSceneImporterGLTF and GLTFMesh APIType::API_EDITOR | |||
2021-01-08 | Merge pull request #44283 from jeffuntildeath/fix-stf-offset | Rémi Verschelde | |
Fixed incorrect offset of snap to floor | |||
2021-01-08 | make EditorSceneImporterGLTF and GLTFMesh APIType::API_EDITOR | NutmegStudio | |
2021-01-07 | Merge pull request #44995 from ↵ | Rémi Verschelde | |
Calinou/html5-editor-improve-link-color-visibility Make links on the HTML5 editor more readable | |||
2021-01-07 | Make links on the HTML5 editor more readable | Hugo Locurcio | |
This also tweaks the focus style to apply to all elements for better keyboard navigation. | |||
2021-01-07 | Merge pull request #42574 from madmiraal/fix-one-way-collisions | Rémi Verschelde | |
Fix multiple issues with one-way collisions | |||
2021-01-07 | Merge pull request #44918 from Chaosus/vs_assign_default_value | Rémi Verschelde | |
Auto-assign default value for variable in visual script on type changing | |||
2021-01-07 | Merge pull request #44980 from RandomShaper/fix_res_lifetime | Rémi Verschelde | |
Fix cases of resources destroyed too early | |||
2021-01-07 | Merge pull request #44986 from aaronfranke/audiostream | Rémi Verschelde | |
Descriptive error message when using AudioStream(OGG/MP3) incorrectly | |||
2021-01-07 | Merge pull request #44832 from nathansmith339/opensimplex-optimization | Rémi Verschelde | |
OpenSimplex data optimization | |||
2021-01-07 | Merge pull request #44983 from KoBeWi/only_the_names | Rémi Verschelde | |
Clarify class_get_method_list() in release exports | |||
2021-01-07 | Revert "Fixed EditorPropertyText change signal emission." | Rémi Verschelde | |
This reverts commit ed1f208ec4c1111a450fe1401c3378b973c7a6e5. This caused a regression: #44854. Another PR will re-apply these changes while handling the regression: #44982. Fixes #44854. | |||
2021-01-07 | Fix multiple issues with one-way collisions | Marcel Admiraal | |
For RigidBodies, uses the collision normal determined by relative motion to determine whether or not a one-way collision has occurred. For KinematicBodies, performs additional checks to ensure a one-way collision has occurred, and averages the recovery step over all collision shapes. Co-authored-by: Sergej Gureev <sergej.gureev@relex.fi> | |||
2021-01-07 | Make tooltips appear on the same display as the editor | AberrantWolf | |
The `current_screen` field was never being set on tooptip windows, leading to scenarios where, if the editor wasn't on screen 0, tooltips may not appear in the right place, especially when your screens have different resolutions. | |||
2021-01-07 | Descriptive error message when using AudioStream(OGG/MP3) incorrectly | Aaron Franke | |
2021-01-06 | Optimize data format for OpenSimplex images | nevarek | |
The previous RGBA format included unused RGB data. Using the LA8 format removes the need to store the extra data. The Docs have been updated to reflect the format changes. | |||
2021-01-07 | Clarify class_get_method_list() in release exports | kobewi | |
2021-01-06 | Fix cases of resources destroyed too early | Pedro J. Estébanez | |
2021-01-06 | Merge pull request #44971 from nekomatata/fix-string-property-update | Rémi Verschelde | |
Update String property field only when text has changed | |||
2021-01-06 | Update String property field only when text has changed | PouleyKetchoupp | |
Avoids resetting the cursor position when the inspector updates while editing a string property. Fixes #42488 | |||
2021-01-06 | Merge pull request #44950 from reduz/shader-debugger | Rémi Verschelde | |
Added ability to visualize native shaders | |||
2021-01-06 | doc: Sync classref with current source | Rémi Verschelde | |
2021-01-06 | Merge pull request #44963 from Chaosus/remove_semicolon | Rémi Verschelde | |
Removes semicolon typo in display_server_windows | |||
2021-01-06 | Added ability to visualize native shaders | reduz | |
2021-01-06 | Removes semicolon typo in display_server_windows | Yuri Roubinsky | |
2021-01-06 | Merge pull request #44948 from Chaosus/fix_popup_menus | Yuri Roubinsky | |
Fix PopupMenu's which are not closed after a recent commit | |||
2021-01-06 | Fix PopupMenu's which are not closed after a recent commit | Yuri Roubinsky | |
2021-01-06 | Merge pull request #44952 from EricEzaM/PR/update-run-scene-save-dialog | Rémi Verschelde | |
Made save dialog open immediately when running unsaved scene. | |||
2021-01-06 | Merge pull request #44802 from dakennedyd/script-editor-fix | Rémi Verschelde | |
Makes script editor not draw non existent spaces. | |||
2021-01-06 | Merge pull request #44900 from RevoluPowered/fbx-add-blender-support | Rémi Verschelde | |
Preliminary Blender FBX support [4.0] | |||
2021-01-06 | Made save dialog open immediately when running unsaved scene. | Eric M | |
Previously there was an unneeded confirmation dialog. | |||
2021-01-05 | Makes script editor not draw non existent spaces. | David Kennedy | |
Fixes #44775 Editor is incorrectly drawing non existent space. | |||
2021-01-05 | Preliminary Blender FBX support [4.0] | Gordon MacPherson | |
limitations: - always has to use generated normal's. - some animations won't be compatible (yet) Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-01-05 | Merge pull request #44925 from LoipesMas/str-docs | Rémi Verschelde | |
More explicit wording for str() function | |||
2021-01-05 | Merge pull request #44939 from akien-mga/gltf-external-images | Rémi Verschelde | |
glTF: Fix loading external images as buffer | |||
2021-01-05 | More explicit wording for str() and print() functions | LoipesMas | |
2021-01-05 | Merge pull request #44944 from Calinou/doc-delta-unit-seconds | Rémi Verschelde | |
Mention that the `delta` argument is in seconds in Node documentation | |||
2021-01-05 | Merge pull request #44941 from reduz/new-light-attenuation | Juan Linietsky | |
Change the light attenuation formulas. | |||
2021-01-05 | Mention that the `delta` argument is in seconds in Node documentation | Hugo Locurcio | |
2021-01-05 | Change the light attenuation formulas. | reduz | |
-Much better looking, physically based. -Almost negligible extra cost. | |||
2021-01-05 | glTF: Fix loading external images as buffer | Rémi Verschelde | |
We should first attempt loading as external files, thus creating a dependency. Loading as a buffer should only be used as fallback to support manually loading as PNG or JPEG depending on the defined mimeType. Fixes #44309, was a regression from #42504. | |||
2021-01-05 | Merge pull request #44936 from akien-mga/toolstrip | Rémi Verschelde | |
Tooltips: Fix unassigned strip_edges() call on text | |||
2021-01-05 | Merge pull request #44904 from maiself/fix-plane-xform_inv | Rémi Verschelde | |
Fix xform_inv of Plane, intermediate results were ignored | |||
2021-01-05 | Tooltips: Fix unassigned strip_edges() call on text | Rémi Verschelde | |
Fixes #43940, was a regression from #43280. |