Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-05 | Add a subtle background to editor scrollbars | Hugo Locurcio | |
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. | |||
2021-04-04 | Merge pull request #47624 from Chaosus/vs_fix_context_menu_separator | Rémi Verschelde | |
Fix few bugs in the context menu for Comment node in visual shaders | |||
2021-04-04 | Merge pull request #47616 from Chaosus/vs_prevent_texture_uniform_convert | Yuri Roubinsky | |
Prevents TextureUniform in visual shaders from conversion to constant | |||
2021-04-04 | Fix separator duplication in visual shader context menu | Yuri Roubinsky | |
2021-04-04 | Prevents TextureUniform in visual shaders from conversion to constant | Yuri Roubinsky | |
2021-04-04 | Merge pull request #46273 from Chaosus/vs_comment | Rémi Verschelde | |
Added Comment node to Visual Shaders | |||
2021-04-04 | Merge pull request #47617 from Chaosus/vs_fix_typo | Rémi Verschelde | |
Fix typo in visual shader context menu | |||
2021-04-04 | Fix typo in visual shader context menu | Yuri Roubinsky | |
2021-04-03 | Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_ref | Rémi Verschelde | |
Change XRPositionalTracker to a reference (master) | |||
2021-04-03 | Merge pull request #47571 from lucicam/master | Rémi Verschelde | |
Fix crash caused by null parameter passed to CameraServer.add_feed() | |||
2021-04-02 | Merge pull request #47547 from kevinms/fix-color-picker-text-export-master | Rémi Verschelde | |
Make ColorPicker button text and tooltips appear in exported projects | |||
2021-04-02 | Merge pull request #47576 from jmb462/fix-classDB-class_get_property-crash | Rémi Verschelde | |
Fix crash on null object in ClassDB.get_property() and set_property() (Fix #47573) | |||
2021-04-02 | fix crash on null class in ClassDB.get_property() and set_property() | jmb462 | |
2021-04-02 | Fix crash caused by null parameter passed to CameraServer.add_feed() | lucicam | |
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. | |||
2021-04-02 | Merge pull request #47561 from szymonm-google/remove_debug_code | Rémi Verschelde | |
Removed debug code | |||
2021-04-01 | Removed debug code | Szymon Majewski | |
2021-04-01 | Make ColorPicker button text and tooltips appear in exported projects | Kevin Smith | |
2021-04-01 | Merge pull request #46991 from madmiraal/rename-invert-reverse | Rémi Verschelde | |
Rename Array.invert() to Array.reverse() | |||
2021-04-01 | Merge pull request #43550 from KoBeWi/resourcism | Rémi Verschelde | |
Add option to exclude selected resources on export | |||
2021-04-01 | Merge pull request #42827 from lyuma/rename_bones_blendshapes | Rémi Verschelde | |
Allow renaming bones and blendshapes. | |||
2021-04-01 | Merge pull request #42890 from Ev1lbl0w/bugfix-import-zip | Rémi Verschelde | |
Allow Godot to import .ZIP files with non-regular structure | |||
2021-04-01 | Merge pull request #43155 from nathanfranke/collapse-resource-preview | Rémi Verschelde | |
Collapse Resource Preview Properly | |||
2021-03-31 | Merge pull request #47534 from likeich/fix_gdnative_null_config | Rémi Verschelde | |
Fix gdnative config file set as null | |||
2021-03-31 | Fix gdnative config file set as null | Kyle | |
Fixes # Setting a GDNativeLibrary config file as null or any other object but a ConfigFile will now cause an error. | |||
2021-03-31 | Merge pull request #47252 from KoBeWi/themecide | Rémi Verschelde | |
Add methods to remove theme overrides | |||
2021-03-31 | Merge pull request #47283 from Panquesito7/fix_lgtm_alerts | Rémi Verschelde | |
fix: 3 LGTM alerts/warnings | |||
2021-03-31 | fix: 3 LGTM alerts/warnings | David Leal | |
2021-03-31 | Merge pull request #47230 from trollodel/anim_track_color | Rémi Verschelde | |
Preview the color animation in the animation editor | |||
2021-03-31 | Merge pull request #47250 from BastiaanOlij/check_vulkan_version | Rémi Verschelde | |
Obtain supported Vulkan API | |||
2021-03-31 | Merge pull request #47519 from AndreaCatania/AndreaCatania-patch-4 | Rémi Verschelde | |
Fixes editor crash on closing | |||
2021-03-31 | As GLSLang seems to be all or nothing, added our own defines | Bastiaan Olij | |
2021-03-31 | Fixes editor crash on closing | AndreaCatania | |
Fixes editor crash when the gizmo is destroyed and the `SceneTree` is already freed. | |||
2021-03-31 | Merge pull request #44289 from bruvzg/ctl_gl_contours | Rémi Verschelde | |
Expose dynamic font vector outlines to the GDScript. | |||
2021-03-31 | Merge pull request #44951 from KoBeWi/documint | Rémi Verschelde | |
Complete the docs for primitive types | |||
2021-03-31 | Merge pull request #47511 from Calinou/test-add-dictionary | Rémi Verschelde | |
Add a test suite for Dictionary | |||
2021-03-31 | [Complex Text Layouts] Provide access to glyph contour points. | bruvzg | |
2021-03-31 | Complete the docs for primitive types | kobewi | |
2021-03-31 | Add a test suite for Dictionary | Hugo Locurcio | |
Co-authored-by: Sarav Noor Singh <saravnoorsingh@Saravs-MBP.T-mobile.com> | |||
2021-03-30 | Merge pull request #47464 from szymonm-google/add_debug_report | Rémi Verschelde | |
Add support for VK_EXT_debug_report in Vulkan | |||
2021-03-30 | Merge pull request #46702 from HaSa1002/fix-min-size-resize | Rémi Verschelde | |
Fix removal of `rect_min_size` not triggering resize | |||
2021-03-30 | WIP: Add support for VK_EXT_debug_report in Vulkan | Szymon Majewski | |
2021-03-30 | Merge pull request #47491 from groud/improve_tabs | Rémi Verschelde | |
Implement Tabs node minimum size | |||
2021-03-30 | Implement Tabs minimum size | Gilles Roudière | |
2021-03-30 | Merge pull request #47494 from Calinou/gui-custom-font-fix-require-restart | Rémi Verschelde | |
Require editor restart after changing GUI custom theme or font | |||
2021-03-30 | Require editor restart after changing GUI custom theme or font | Hugo Locurcio | |
The `restart_if_changed` project setting hint wasn't set correctly. | |||
2021-03-30 | Merge pull request #47131 from vnen/gdscript-export-fix | Rémi Verschelde | |
Fix a few issues with @export in GDScript | |||
2021-03-30 | Merge pull request #47493 from ↵ | Rémi Verschelde | |
floppyhammer/fix-window-resizing-after-minimization-on-windows Fix window resizing after minimization on Windows | |||
2021-03-30 | Merge pull request #47492 from vnen/gdscript-typed-arrays | Rémi Verschelde | |
GDScript: Fix array type check on constants | |||
2021-03-30 | Fix window resizing after minimization on Windows | floppyhammer | |
2021-03-30 | GDScript: Fix array type check on constants | George Marques | |
They mistakenly pointing to the wrong union member (variable instead of constant). |