summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-29Name nodes added from drag & drop by `name_casing`foxydevloper
2021-07-29Merge pull request #50981 from ↵Rémi Verschelde
Calinou/geometryinstance3d-distance-add-configuration-warnings Add node configuration warning for GeometryInstance3D distance
2021-07-29Merge pull request #50991 from Faless/mp/4.x_rpc_config_fixRémi Verschelde
[Net] Fix RPC ID encoding/decoding for Node methods.
2021-07-29[Net] Fix RPC ID encoding/decoding for Node methods.Fabio Alessandrelli
2021-07-28Add node configuration warning for GeometryInstance3D distanceHugo Locurcio
2021-07-28Merge pull request #50961 from YeldhamDev/embed_windows_fixesRémi Verschelde
Multiple cosmetic fixes for embedded windows
2021-07-28Merge pull request #50577 from Calinou/2d-editor-ruler-improve-displayRémi Verschelde
Improve the 2D editor ruler display
2021-07-28Improve the 2D editor ruler displayHugo Locurcio
- Use the ° symbol instead of "deg" to reduce clutter. - Round the displayed lengths to only one decimal instead of two to further reduce clutter. - Don't make the `px` suffix localizable, as it isn't localizable anywhere else in the editor.
2021-07-28Merge pull request #50597 from Calinou/3d-editor-improve-manipulation-gizmoRémi Verschelde
Improve the 3D editor manipulation gizmo
2021-07-28Merge pull request #50826 from Calinou/editor-improve-mesh-uv-previewRémi Verschelde
Improve MeshInstance3D UV preview in the editor
2021-07-28Merge pull request #50677 from Calinou/doc-image-save-exr-editor-onlyRémi Verschelde
Document `Image.save_exr()` only being available in editor builds
2021-07-28Merge pull request #49723 from aaronfranke/fix-csg-sphereRémi Verschelde
Fix CSGSphere3D mesh creation
2021-07-27Multiple cosmetic fixes for embedded windowsMichael Alexsander
2021-07-27Merge pull request #50905 from fabriceci/fix-multiple-direction-collisionRémi Verschelde
Allow multiple collision direction at the same time
2021-07-27Merge pull request #50946 from m4gr3d/fix_custom_build_export_masterRémi Verschelde
Fix custom build export
2021-07-27Fix custom build exportFredia Huya-Kouadio
2021-07-27Merge pull request #50939 from vnen/fix-variant-bool-conversionRémi Verschelde
Change Variant bool conversion to uint8_t
2021-07-27Merge pull request #50931 from Faless/fix/4.x_enum_castRémi Verschelde
[Core] Make enum variant cast and encoding 64 bits
2021-07-27Change Variant bool conversion to uint8_tGeorge Marques
This ensures more portable conversion since not every path assume bool is 32-bits and there's no loss converting to 8-bits anyway.
2021-07-27Merge pull request #50836 from Calinou/3d-editor-camera-preview-add-shortcutRémi Verschelde
Add shortcut to toggle the 3D editor's camera preview
2021-07-27Merge pull request #50913 from Razoric480/lsp-SymbolKind-fixRémi Verschelde
Fix LSP reporting wrong types
2021-07-27Merge pull request #50933 from JFonS/gizmo_rework_improvementsRémi Verschelde
2021-07-27Merge pull request #50912 from Chaosus/fix_editor_3d_icon_theme_changingRémi Verschelde
Fix icon colors in 3d editor on theme changing
2021-07-27Fixes to editor subgizmosjfons
* Fixed subgizmo editing on scaled nodes. * Added more clarifications on the coordinate space of subgizmos. * Given input priority to the transform gizmo over subgizmo selection.
2021-07-27[Core] Make enum variant cast and encoding 64 bitsFabio Alessandrelli
This should fix various issues where retrieving enum values from scripting languages would result in corrupted values (where 32 bits were valid, and the other 32 random data).
2021-07-27Merge pull request #50928 from Vitika9/50850Rémi Verschelde
Removed Redundant assignement of name inside configure_joypad function
2021-07-27Removed Redundant assignement of name inside configure_joypad functionvitika9
2021-07-27Merge pull request #50355 from Calinou/immediategeometry3d-remove-remainsK. S. Ernest (iFire) Lee
Remove the remains of ImmediateGeometry3D
2021-07-27Merge pull request #50917 from raulsntos/more-iteratorsRémi Verschelde
2021-07-27Merge pull request #50925 from timothyqiu/internal-checksRémi Verschelde
Add checks to internal methods to prevent crash
2021-07-27Add check to internal methods to prevent crashHaoyu Qiu
2021-07-27Merge pull request #50918 from raulsntos/fix-39432Ignacio Roldán Etcheverry
Ignore paths with invalid chars in PathWhich
2021-07-27Ignore paths with invalid chars in PathWhichRaul Santos
2021-07-27Use C++ iterators in the Mono moduleRaul Santos
2021-07-27Fix Set range iterator implementationRaul Santos
2021-07-26Fix LSP reporting wrong typesFrancois Belair
2021-07-26Fix icon colors in 3d editor on theme changingYuri Roubinsky
2021-07-26Merge pull request #50891 from Vitika9/50852Hugo Locurcio
Removed redundant assignment of `blur_pipeline`
2021-07-26Merge pull request #50904 from YeldhamDev/switch_hover_embeddedRémi Verschelde
Make `switch_on_hover` work on embedded windows
2021-07-26Make `switch_on_hover` work on embedded windowsMichael Alexsander
2021-07-26Merge pull request #50899 from akien-mga/refrefRémi Verschelde
Use Ref<T> references as iterators where relevant
2021-07-26Merge pull request #38880 from aaronfranke/timerHugo Locurcio
Use doubles for time everywhere in Timer/SceneTree
2021-07-26Merge pull request #50713 from SaracenOne/drag_and_drop_improvementsRémi Verschelde
Tweak behaviour of drag and drop for 3D scenes to make them less glitchy
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
And const when possible.
2021-07-26Allow to have multiple collision direction at the same timefabriceci
2021-07-26Removing bounding box calculations from 3D scene drag and drop and collide ↵SaracenOne
against physics rather than visual geometry.
2021-07-26Merge pull request #50895 from Chaosus/fix_shader_crashRémi Verschelde
Fix editor crash if passing index as variable to function parameter
2021-07-26Merge pull request #50847 from reduz/implement-binary-shader-compilationRémi Verschelde
Implement Binary Shader Compilation
2021-07-26Fix editor crash if passing index as variable to function parameterYuri Roubinsky
2021-07-26Fixed coding stylevitika9