Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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). | |||
2021-03-30 | GDScript: Implement export of typed arrays | George Marques | |
2021-03-30 | GDScript: Allow export of enum variables | George Marques | |
Also fix the enum type in variables to be integer. | |||
2021-03-30 | GDScript: Show error on invalid initializer expression | George Marques | |
2021-03-30 | Move GDSript annotation application after type-checking | George Marques | |
This ensures that annotations that rely on the datatype (such as @export) can validated it timely, allowing compound expressions instead of only literal values. | |||
2021-03-30 | Merge pull request #47486 from bruvzg/rtl_effects | Rémi Verschelde | |
RichTextLabel: On custom effect change, parse bbcode only if it's enabled and not empty. | |||
2021-03-30 | RichTextLabel: On custom effect change, parse bbcode only if it's enabled ↵ | bruvzg | |
and not empty. | |||
2021-03-30 | Merge pull request #47470 from rafallus/fix/quat-mult | Rémi Verschelde | |
Fix Quat multiplication | |||
2021-03-30 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit cca2637b9b9dcb16070eb50a69c601a5f076c683) | |||
2021-03-29 | Fix Quat multiplication | rafallus | |
x, y, z values were updated too early | |||
2021-03-29 | Merge pull request #47466 from Faless/js/4.x_notification_call_fix | Rémi Verschelde | |
[HTML5] Fix WM notifications not being called. | |||
2021-03-29 | [HTML5] Fix WM notifications not being called. | Fabio Alessandrelli | |
Regression from the library refactoring, binding and not calling is pretty useless 'o_o. | |||
2021-03-29 | Merge pull request #47462 from Faless/js/4.x_init_no_promise | Rémi Verschelde | |
[HTML5] Fix Mono builds (old emcc?) | |||
2021-03-29 | Merge pull request #47458 from akien-mga/fbx-fix-bone-suffix | Rémi Verschelde | |
FBX: Fix first bone getting unnecessary '_1' suffix | |||
2021-03-29 | [HTML5] Fix Mono builds (old emcc?) | Fabio Alessandrelli | |
Promise chaining the emscripten module `then` function breaks it badly, causing an infinite loop. I'm unsure about the source of the issue, but most likely at this point is due to the old emscripten version (I remember very old html5 builds having issue with promise chaining too). With this commit, we no longer use the module as a promise, and instantiate it using `Promise` objects directly for compatibility. | |||
2021-03-29 | FBX: Fix first bone getting unnecessary '_1' suffix | Rémi Verschelde | |
Fixes #43820. Co-authored-by: Gordon MacPherson <gordon@gordonite.tech> |