summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a subtle background to editor scrollbarsHugo Locurcio2021-04-052-2/+2
| | | | | | | | | | This makes it possible to see whether a scrollbar grabber is at the top or at the bottom of a scrollbar. Also, if a scrollable area is very large, this makes it easier to notice that the area can be scrolled (since the grabber is proportionally very small). The scrollbar grabbers were also made thicker and slightly more opaque for better visibility, especially in peripheral vision.
* Merge pull request #47624 from Chaosus/vs_fix_context_menu_separatorRémi Verschelde2021-04-042-1/+7
|\ | | | | Fix few bugs in the context menu for Comment node in visual shaders
| * Fix separator duplication in visual shader context menuYuri Roubinsky2021-04-042-1/+7
| |
* | Merge pull request #47616 from Chaosus/vs_prevent_texture_uniform_convertYuri Roubinsky2021-04-044-1/+37
|\ \ | |/ |/| Prevents TextureUniform in visual shaders from conversion to constant
| * Prevents TextureUniform in visual shaders from conversion to constant Yuri Roubinsky2021-04-044-1/+37
|/
* Merge pull request #46273 from Chaosus/vs_commentRémi Verschelde2021-04-046-4/+304
|\ | | | | Added Comment node to Visual Shaders
| * Added Comment node to Visual ShadersYuri Roubinsky2021-02-216-4/+304
| |
* | Merge pull request #47617 from Chaosus/vs_fix_typoRémi Verschelde2021-04-041-1/+1
|\ \ | | | | | | Fix typo in visual shader context menu
| * | Fix typo in visual shader context menuYuri Roubinsky2021-04-041-1/+1
|/ /
* | Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_refRémi Verschelde2021-04-0310-52/+103
|\ \ | | | | | | Change XRPositionalTracker to a reference (master)
| * | Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij2021-03-2910-52/+103
| | |
* | | Merge pull request #47571 from lucicam/masterRémi Verschelde2021-04-031-0/+2
|\ \ \ | | | | | | | | Fix crash caused by null parameter passed to CameraServer.add_feed()
| * | | Fix crash caused by null parameter passed to CameraServer.add_feed()lucicam2021-04-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #46181 CameraServer.add_feed() takes a CameraFeed object type as parameter. Passing in another type of data while binding the method it will make tha parameter null. Added a check for null which returns from function and does not make the engine crash anymore.
* | | | Merge pull request #47547 from kevinms/fix-color-picker-text-export-masterRémi Verschelde2021-04-021-4/+4
|\ \ \ \ | | | | | | | | | | Make ColorPicker button text and tooltips appear in exported projects
| * | | | Make ColorPicker button text and tooltips appear in exported projectsKevin Smith2021-04-011-4/+4
| | | | |
* | | | | Merge pull request #47576 from jmb462/fix-classDB-class_get_property-crashRémi Verschelde2021-04-021-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Fix crash on null object in ClassDB.get_property() and set_property() (Fix #47573)
| * | | | fix crash on null class in ClassDB.get_property() and set_property()jmb4622021-04-021-0/+4
|/ / / /
* | | | Merge pull request #47561 from szymonm-google/remove_debug_codeRémi Verschelde2021-04-021-1/+1
|\ \ \ \ | |/ / / |/| | | Removed debug code
| * | | Removed debug codeSzymon Majewski2021-04-011-1/+1
|/ / /
* | | Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde2021-04-0135-57/+57
|\ \ \ | | | | | | | | Rename Array.invert() to Array.reverse()
| * | | Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-2135-57/+57
| | | | | | | | | | | | | | | | | | | | Does the same internally for List and Vector<>, which includes all PackedArray types.
* | | | Merge pull request #43550 from KoBeWi/resourcismRémi Verschelde2021-04-013-0/+15
|\ \ \ \ | | | | | | | | | | Add option to exclude selected resources on export
| * | | | Add option to exclude selected resources on exportTomasz Chabora2021-03-233-0/+15
| | | | |
* | | | | Merge pull request #42827 from lyuma/rename_bones_blendshapesRémi Verschelde2021-04-016-0/+36
|\ \ \ \ \ | | | | | | | | | | | | Allow renaming bones and blendshapes.
| * | | | | Allow renaming bones and blendshapes.Lyuma2020-10-156-0/+36
| | | | | |
* | | | | | Merge pull request #42890 from Ev1lbl0w/bugfix-import-zipRémi Verschelde2021-04-011-17/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow Godot to import .ZIP files with non-regular structure
| * | | | | | Allow Godot to import .ZIP files with non-regular structureEv1lbl0w2020-10-191-17/+10
| | | | | | |
* | | | | | | Merge pull request #43155 from nathanfranke/collapse-resource-previewRémi Verschelde2021-04-011-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Collapse Resource Preview Properly
| * | | | | | | Collapse Resource Preview ProperlyNathan Franke2020-10-281-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #47534 from likeich/fix_gdnative_null_configRémi Verschelde2021-03-311-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix gdnative config file set as null
| * | | | | | | | Fix gdnative config file set as nullKyle2021-03-311-0/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes # Setting a GDNativeLibrary config file as null or any other object but a ConfigFile will now cause an error.
* | | | | | | | Merge pull request #47252 from KoBeWi/themecideRémi Verschelde2021-03-313-34/+127
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add methods to remove theme overrides
| * | | | | | | | Remove the clearing behavior from add_overridekobewi2021-03-232-33/+17
| | | | | | | | |
| * | | | | | | | Add methods to remove theme overrideskobewi2021-03-233-1/+110
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #47283 from Panquesito7/fix_lgtm_alertsRémi Verschelde2021-03-311-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix: 3 LGTM alerts/warnings
| * | | | | | | | fix: 3 LGTM alerts/warningsDavid Leal2021-03-311-3/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #47230 from trollodel/anim_track_colorRémi Verschelde2021-03-311-25/+45
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Preview the color animation in the animation editor
| * | | | | | | | | Preview the color animation in the animation editortrollodel2021-03-271-25/+45
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #47250 from BastiaanOlij/check_vulkan_versionRémi Verschelde2021-03-319-10/+366
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Obtain supported Vulkan API
| * | | | | | | | | As GLSLang seems to be all or nothing, added our own definesBastiaan Olij2021-03-314-3/+40
| | | | | | | | | |
| * | | | | | | | | Obtain supported Vulkan APIBastiaan Olij2021-03-266-7/+326
| | | | | | | | | |
* | | | | | | | | | Merge pull request #47519 from AndreaCatania/AndreaCatania-patch-4Rémi Verschelde2021-03-311-1/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixes editor crash on closing
| * | | | | | | | | | Fixes editor crash on closingAndreaCatania2021-03-311-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes editor crash when the gizmo is destroyed and the `SceneTree` is already freed.
* | | | | | | | | | | Merge pull request #44289 from bruvzg/ctl_gl_contoursRémi Verschelde2021-03-3116-2/+141
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expose dynamic font vector outlines to the GDScript.
| * | | | | | | | | | | [Complex Text Layouts] Provide access to glyph contour points.bruvzg2021-03-3116-2/+141
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #44951 from KoBeWi/documintRémi Verschelde2021-03-313-0/+147
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Complete the docs for primitive types
| * | | | | | | | | | | | Complete the docs for primitive typeskobewi2021-03-313-0/+147
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #47511 from Calinou/test-add-dictionaryRémi Verschelde2021-03-312-0/+160
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Add a test suite for Dictionary
| * | | | | | | | | | | | Add a test suite for DictionaryHugo Locurcio2021-03-312-0/+160
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sarav Noor Singh <saravnoorsingh@Saravs-MBP.T-mobile.com>
* | | | | | | | | | | | Merge pull request #47464 from szymonm-google/add_debug_reportRémi Verschelde2021-03-302-0/+92
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for VK_EXT_debug_report in Vulkan