Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a subtle background to editor scrollbars | Hugo Locurcio | 2021-04-05 | 2 | -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_separator | Rémi Verschelde | 2021-04-04 | 2 | -1/+7 |
|\ | | | | | Fix few bugs in the context menu for Comment node in visual shaders | ||||
| * | Fix separator duplication in visual shader context menu | Yuri Roubinsky | 2021-04-04 | 2 | -1/+7 |
| | | |||||
* | | Merge pull request #47616 from Chaosus/vs_prevent_texture_uniform_convert | Yuri Roubinsky | 2021-04-04 | 4 | -1/+37 |
|\ \ | |/ |/| | Prevents TextureUniform in visual shaders from conversion to constant | ||||
| * | Prevents TextureUniform in visual shaders from conversion to constant | Yuri Roubinsky | 2021-04-04 | 4 | -1/+37 |
|/ | |||||
* | Merge pull request #46273 from Chaosus/vs_comment | Rémi Verschelde | 2021-04-04 | 6 | -4/+304 |
|\ | | | | | Added Comment node to Visual Shaders | ||||
| * | Added Comment node to Visual Shaders | Yuri Roubinsky | 2021-02-21 | 6 | -4/+304 |
| | | |||||
* | | Merge pull request #47617 from Chaosus/vs_fix_typo | Rémi Verschelde | 2021-04-04 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in visual shader context menu | ||||
| * | | Fix typo in visual shader context menu | Yuri Roubinsky | 2021-04-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_ref | Rémi Verschelde | 2021-04-03 | 10 | -52/+103 |
|\ \ | | | | | | | Change XRPositionalTracker to a reference (master) | ||||
| * | | Change XRPositionalTracker to a reference and better expose it to GDNative | Bastiaan Olij | 2021-03-29 | 10 | -52/+103 |
| | | | |||||
* | | | Merge pull request #47571 from lucicam/master | Rémi Verschelde | 2021-04-03 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Fix crash caused by null parameter passed to CameraServer.add_feed() | ||||
| * | | | Fix crash caused by null parameter passed to CameraServer.add_feed() | lucicam | 2021-04-02 | 1 | -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-master | Rémi Verschelde | 2021-04-02 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Make ColorPicker button text and tooltips appear in exported projects | ||||
| * | | | | Make ColorPicker button text and tooltips appear in exported projects | Kevin Smith | 2021-04-01 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge pull request #47576 from jmb462/fix-classDB-class_get_property-crash | Rémi Verschelde | 2021-04-02 | 1 | -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() | jmb462 | 2021-04-02 | 1 | -0/+4 |
|/ / / / | |||||
* | | | | Merge pull request #47561 from szymonm-google/remove_debug_code | Rémi Verschelde | 2021-04-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Removed debug code | ||||
| * | | | Removed debug code | Szymon Majewski | 2021-04-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #46991 from madmiraal/rename-invert-reverse | Rémi Verschelde | 2021-04-01 | 35 | -57/+57 |
|\ \ \ | | | | | | | | | Rename Array.invert() to Array.reverse() | ||||
| * | | | Rename Array.invert() to Array.reverse() | Marcel Admiraal | 2021-03-21 | 35 | -57/+57 |
| | | | | | | | | | | | | | | | | | | | | Does the same internally for List and Vector<>, which includes all PackedArray types. | ||||
* | | | | Merge pull request #43550 from KoBeWi/resourcism | Rémi Verschelde | 2021-04-01 | 3 | -0/+15 |
|\ \ \ \ | | | | | | | | | | | Add option to exclude selected resources on export | ||||
| * | | | | Add option to exclude selected resources on export | Tomasz Chabora | 2021-03-23 | 3 | -0/+15 |
| | | | | | |||||
* | | | | | Merge pull request #42827 from lyuma/rename_bones_blendshapes | Rémi Verschelde | 2021-04-01 | 6 | -0/+36 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow renaming bones and blendshapes. | ||||
| * | | | | | Allow renaming bones and blendshapes. | Lyuma | 2020-10-15 | 6 | -0/+36 |
| | | | | | | |||||
* | | | | | | Merge pull request #42890 from Ev1lbl0w/bugfix-import-zip | Rémi Verschelde | 2021-04-01 | 1 | -17/+10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow Godot to import .ZIP files with non-regular structure | ||||
| * | | | | | | Allow Godot to import .ZIP files with non-regular structure | Ev1lbl0w | 2020-10-19 | 1 | -17/+10 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #43155 from nathanfranke/collapse-resource-preview | Rémi Verschelde | 2021-04-01 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Collapse Resource Preview Properly | ||||
| * | | | | | | | Collapse Resource Preview Properly | Nathan Franke | 2020-10-28 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #47534 from likeich/fix_gdnative_null_config | Rémi Verschelde | 2021-03-31 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix gdnative config file set as null | ||||
| * | | | | | | | | Fix gdnative config file set as null | Kyle | 2021-03-31 | 1 | -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/themecide | Rémi Verschelde | 2021-03-31 | 3 | -34/+127 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add methods to remove theme overrides | ||||
| * | | | | | | | | Remove the clearing behavior from add_override | kobewi | 2021-03-23 | 2 | -33/+17 |
| | | | | | | | | | |||||
| * | | | | | | | | Add methods to remove theme overrides | kobewi | 2021-03-23 | 3 | -1/+110 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #47283 from Panquesito7/fix_lgtm_alerts | Rémi Verschelde | 2021-03-31 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix: 3 LGTM alerts/warnings | ||||
| * | | | | | | | | fix: 3 LGTM alerts/warnings | David Leal | 2021-03-31 | 1 | -3/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #47230 from trollodel/anim_track_color | Rémi Verschelde | 2021-03-31 | 1 | -25/+45 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Preview the color animation in the animation editor | ||||
| * | | | | | | | | | Preview the color animation in the animation editor | trollodel | 2021-03-27 | 1 | -25/+45 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #47250 from BastiaanOlij/check_vulkan_version | Rémi Verschelde | 2021-03-31 | 9 | -10/+366 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Obtain supported Vulkan API | ||||
| * | | | | | | | | | As GLSLang seems to be all or nothing, added our own defines | Bastiaan Olij | 2021-03-31 | 4 | -3/+40 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Obtain supported Vulkan API | Bastiaan Olij | 2021-03-26 | 6 | -7/+326 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #47519 from AndreaCatania/AndreaCatania-patch-4 | Rémi Verschelde | 2021-03-31 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixes editor crash on closing | ||||
| * | | | | | | | | | | Fixes editor crash on closing | AndreaCatania | 2021-03-31 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes editor crash when the gizmo is destroyed and the `SceneTree` is already freed. | ||||
* | | | | | | | | | | | Merge pull request #44289 from bruvzg/ctl_gl_contours | Rémi Verschelde | 2021-03-31 | 16 | -2/+141 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Expose dynamic font vector outlines to the GDScript. | ||||
| * | | | | | | | | | | | [Complex Text Layouts] Provide access to glyph contour points. | bruvzg | 2021-03-31 | 16 | -2/+141 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #44951 from KoBeWi/documint | Rémi Verschelde | 2021-03-31 | 3 | -0/+147 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete the docs for primitive types | ||||
| * | | | | | | | | | | | | Complete the docs for primitive types | kobewi | 2021-03-31 | 3 | -0/+147 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #47511 from Calinou/test-add-dictionary | Rémi Verschelde | 2021-03-31 | 2 | -0/+160 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Add a test suite for Dictionary | ||||
| * | | | | | | | | | | | | Add a test suite for Dictionary | Hugo Locurcio | 2021-03-31 | 2 | -0/+160 |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sarav Noor Singh <saravnoorsingh@Saravs-MBP.T-mobile.com> | ||||
* | | | | | | | | | | | | Merge pull request #47464 from szymonm-google/add_debug_report | Rémi Verschelde | 2021-03-30 | 2 | -0/+92 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for VK_EXT_debug_report in Vulkan |