summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-26Allow to create a node at specific positionTomasz Chabora
2021-01-07Merge pull request #44995 from ↵Rémi Verschelde
Calinou/html5-editor-improve-link-color-visibility Make links on the HTML5 editor more readable
2021-01-07Make links on the HTML5 editor more readableHugo Locurcio
This also tweaks the focus style to apply to all elements for better keyboard navigation.
2021-01-07Merge pull request #42574 from madmiraal/fix-one-way-collisionsRémi Verschelde
Fix multiple issues with one-way collisions
2021-01-07Merge pull request #44918 from Chaosus/vs_assign_default_valueRémi Verschelde
Auto-assign default value for variable in visual script on type changing
2021-01-07Merge pull request #44980 from RandomShaper/fix_res_lifetimeRémi Verschelde
Fix cases of resources destroyed too early
2021-01-07Merge pull request #44986 from aaronfranke/audiostreamRémi Verschelde
Descriptive error message when using AudioStream(OGG/MP3) incorrectly
2021-01-07Merge pull request #44832 from nathansmith339/opensimplex-optimizationRémi Verschelde
OpenSimplex data optimization
2021-01-07Merge pull request #44983 from KoBeWi/only_the_namesRémi Verschelde
Clarify class_get_method_list() in release exports
2021-01-07Revert "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-07Fix multiple issues with one-way collisionsMarcel 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-07Descriptive error message when using AudioStream(OGG/MP3) incorrectlyAaron Franke
2021-01-06Optimize data format for OpenSimplex imagesnevarek
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-07Clarify class_get_method_list() in release exportskobewi
2021-01-06Fix cases of resources destroyed too earlyPedro J. Estébanez
2021-01-06Merge pull request #44971 from nekomatata/fix-string-property-updateRémi Verschelde
Update String property field only when text has changed
2021-01-06Update String property field only when text has changedPouleyKetchoupp
Avoids resetting the cursor position when the inspector updates while editing a string property. Fixes #42488
2021-01-06Merge pull request #44950 from reduz/shader-debuggerRémi Verschelde
Added ability to visualize native shaders
2021-01-06doc: Sync classref with current sourceRémi Verschelde
2021-01-06Merge pull request #44963 from Chaosus/remove_semicolonRémi Verschelde
Removes semicolon typo in display_server_windows
2021-01-06Added ability to visualize native shadersreduz
2021-01-06Removes semicolon typo in display_server_windowsYuri Roubinsky
2021-01-06Merge pull request #44948 from Chaosus/fix_popup_menusYuri Roubinsky
Fix PopupMenu's which are not closed after a recent commit
2021-01-06Fix PopupMenu's which are not closed after a recent commitYuri Roubinsky
2021-01-06Merge pull request #44952 from EricEzaM/PR/update-run-scene-save-dialogRémi Verschelde
Made save dialog open immediately when running unsaved scene.
2021-01-06Merge pull request #44802 from dakennedyd/script-editor-fixRémi Verschelde
Makes script editor not draw non existent spaces.
2021-01-06Merge pull request #44900 from RevoluPowered/fbx-add-blender-supportRémi Verschelde
Preliminary Blender FBX support [4.0]
2021-01-06Made save dialog open immediately when running unsaved scene.Eric M
Previously there was an unneeded confirmation dialog.
2021-01-05Makes script editor not draw non existent spaces.David Kennedy
Fixes #44775 Editor is incorrectly drawing non existent space.
2021-01-05Preliminary 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-05Merge pull request #44925 from LoipesMas/str-docsRémi Verschelde
More explicit wording for str() function
2021-01-05Merge pull request #44939 from akien-mga/gltf-external-imagesRémi Verschelde
glTF: Fix loading external images as buffer
2021-01-05More explicit wording for str() and print() functionsLoipesMas
2021-01-05Merge pull request #44944 from Calinou/doc-delta-unit-secondsRémi Verschelde
Mention that the `delta` argument is in seconds in Node documentation
2021-01-05Merge pull request #44941 from reduz/new-light-attenuationJuan Linietsky
Change the light attenuation formulas.
2021-01-05Mention that the `delta` argument is in seconds in Node documentationHugo Locurcio
2021-01-05Change the light attenuation formulas.reduz
-Much better looking, physically based. -Almost negligible extra cost.
2021-01-05glTF: Fix loading external images as bufferRé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-05Merge pull request #44936 from akien-mga/toolstripRémi Verschelde
Tooltips: Fix unassigned strip_edges() call on text
2021-01-05Merge pull request #44904 from maiself/fix-plane-xform_invRémi Verschelde
Fix xform_inv of Plane, intermediate results were ignored
2021-01-05Tooltips: Fix unassigned strip_edges() call on textRémi Verschelde
Fixes #43940, was a regression from #43280.
2021-01-05Merge pull request #44838 from reduz/renderer-reorganizationJuan Linietsky
Reorganize renderer code + cache and threading optimizations.
2021-01-05Merge pull request #44935 from godotengine/revert-37769-masterRémi Verschelde
Revert "solved ctrl + alt + special character Issue #6851"
2021-01-05Merge pull request #44934 from KoBeWi/p-p-push_the_itemRémi Verschelde
Properly edit the instanced node in the inspector
2021-01-05Revert "solved ctrl + alt + special character Issue #6851"Rémi Verschelde
2021-01-05Properly edit the instanced node in the inspectorkobewi
2021-01-05Merge pull request #44892 from KoBeWi/gentle_dragRémi Verschelde
Commit CanvasItem state only if it changed
2021-01-05Merge pull request #44895 from KoBeWi/the_color_DID_NOT_changeRémi Verschelde
Don't emit changed signal on Color Picker close
2021-01-05Merge pull request #44661 from AndreaCatania/AndreaCatania-patch-5Rémi Verschelde
Fixes: GDscript min and max are inverted
2021-01-05Merge pull request #44929 from mrushyendra/astar_doc_fixRémi Verschelde
Explain use of weight_scale and distance in AStar pathfinding cost calcuation