Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-25 | Tweaked StringName highlighting color | VolTer | |
2022-08-23 | Merge pull request #64639 from Geometror/test-quickadd-script | Rémi Verschelde | |
2022-08-23 | Merge pull request #64647 from TokageItLab/auto-tangent | Rémi Verschelde | |
2022-08-23 | Merge pull request #64719 from akien-mga/property-slasher | Rémi Verschelde | |
2022-08-23 | Merge pull request #64774 from RandomShaper/check_cursor_shape_avail | Rémi Verschelde | |
2022-08-23 | Merge pull request #64733 from Mickeon/try-editor-warning-spacing | Rémi Verschelde | |
2022-08-23 | Merge pull request #63854 from TokageItLab/auto-bone-mapping | Rémi Verschelde | |
2022-08-23 | Merge pull request #64767 from bruvzg/meta_click | Rémi Verschelde | |
2022-08-23 | Merge pull request #64637 from Calinou/default-project-icon-use-svg | Yuri Sizov | |
Create a SVG default project icon in new projects | |||
2022-08-23 | Merge pull request #64770 from RandomShaper/glslang_unused | Clay John | |
Patch glslang to avoid build errors on certain platforms | |||
2022-08-23 | Merge pull request #64414 from m4gr3d/fix_get_current_dir_main | Rémi Verschelde | |
2022-08-23 | Merge pull request #59779 from rainerdeyke/constexpr-operators | JFonS | |
Made Key operators constexpr | |||
2022-08-23 | Merge pull request #54278 from ↵ | Yuri Sizov | |
Calinou/editor-tweak-editor-curve-preset-icon-colors Tweak curve preset icon colors for easier visual grepping | |||
2022-08-23 | Merge pull request #64587 from ↵ | Yuri Sizov | |
Calinou/editor-environment-defaults-decrease-shadow-max-distance Decrease editor shadow maximum distance to match DirectionalLight3D default | |||
2022-08-23 | Merge pull request #61493 from Calinou/editor-align-transform-rotate-decal | Yuri Sizov | |
Rotate Decal nodes when using Align Transform/Rotation With View | |||
2022-08-23 | Merge pull request #64511 from derammo/derammo_fix_has_property_default_value | Rémi Verschelde | |
2022-08-23 | Merge pull request #64640 from aaronfranke/skeleton-cleanup | Rémi Verschelde | |
2022-08-23 | Merge pull request #63091 from MinusKube/editor-window-render-bug | Rémi Verschelde | |
2022-08-23 | Add bezier preset and refactor bezier editor | Silc Renew | |
Co-authored-by: Razoric480 <razoric480@gmail.com> | |||
2022-08-23 | Joint3D: Remove utility method bindings for angular limits | Rémi Verschelde | |
The inspector now supports converting degrees to radians automatically when using the `radians` hint, so all those utility bindings were redundant. This cleans things up by making these properties with slash properly bound to `set_param`/`get_param` which the users can call with the relevant enum. | |||
2022-08-23 | Rename properties unnecessarily using slash (`/`) in their names | Rémi Verschelde | |
This is a legacy of Godot 2 days before the inspector had support for groups. "Properties" with a slash in their name can't be accessed from script unless using `set()`/`get()` so they were not actual properties as far as script languages are concerned. Part of #17558. | |||
2022-08-23 | Avoid warnings about cursor shape change not supported | Pedro J. Estébanez | |
2022-08-23 | Merge pull request #64762 from neikeq/csharp-dangling-callable-code | Rémi Verschelde | |
2022-08-23 | Merge pull request #64690 from ↵ | Rémi Verschelde | |
touilleMan/projection-members-offsets-in-gdentension-api | |||
2022-08-23 | Add spacing after newline on editor warning tooltip | Micky | |
2022-08-23 | Patch glslang to avoid build errors on certain platforms | Pedro J. Estébanez | |
2022-08-23 | Merge pull request #64758 from jtnicholl/blend_fbx_warnings | Rémi Verschelde | |
2022-08-23 | Merge pull request #64676 from KoBeWi/split_and_conquer | Rémi Verschelde | |
2022-08-23 | Add simple auto mapping to BoneMapper | Silc Renew | |
Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | |||
2022-08-23 | Merge pull request #64678 from TokageItLab/implement-ease-baker | Rémi Verschelde | |
Fix Quaternion Tween and add Easing baker to AnimationTrackEditor | |||
2022-08-23 | [RTL] Improve meta click position. | bruvzg | |
2022-08-23 | Merge pull request #64732 from RandomShaper/input_is_final | Rémi Verschelde | |
Consolidate the fact that `Input` is meant to be final | |||
2022-08-23 | Merge pull request #64015 from TokageItLab/add-motion-scale-adjustment | Rémi Verschelde | |
Add motion scale base height adjustment to RestFixer | |||
2022-08-23 | Merge pull request #64489 from MewPurPur/fast-string-repeat | Rémi Verschelde | |
Improved performance of `String.repeat()` | |||
2022-08-23 | Merge pull request #63959 from KoBeWi/typo_arrray | Rémi Verschelde | |
Replace Array return types with TypedArray (part 1) | |||
2022-08-23 | Merge pull request #64764 from neikeq/ci-remove-mono-glue-rebuild | Rémi Verschelde | |
CI: Remove second build with mono_glue=yes | |||
2022-08-23 | Merge pull request #64428 from godotengine/gdextension-ignore-property-array | Rémi Verschelde | |
Ignore class's property array when generating extension_api.json (not… | |||
2022-08-23 | Merge pull request #64729 from raulsntos/csharp-xform-operator | Rémi Verschelde | |
C#: Replace `Xform` and `XformInv` with `*` operator | |||
2022-08-23 | Merge pull request #64744 from bruvzg/fix_mixed_font_color4 | Rémi Verschelde | |
[4.x] Fix color modulation of the grayscale glyphs in font with mixed color / grayscale data. | |||
2022-08-23 | CI: Remove second build with mono_glue=yes | Ignacio Roldán Etcheverry | |
A second build is no longer needed. It was resulting in a null build that still took more than 1 minute of CI time. Also removed other usages of `mono_glue=no` and `mono_static=yes`, as these options no longer exist. | |||
2022-08-23 | C#: Remove old Callable code left dangling after switch to .NET 6 | Ignacio Roldán Etcheverry | |
2022-08-23 | Merge pull request #64725 from raulsntos/dotnet6-assembly-exists | Ignacio Roldán Etcheverry | |
Avoid trying to load non-existent assembly | |||
2022-08-22 | Merge pull request #64739 from Calinou/doc-anisotropic-filter | Clay John | |
Improve documentation related to anisotropic filtering | |||
2022-08-22 | Update messages for missing FBX2glTF, add similar messages for Blender | Jonathan Nicholl | |
2022-08-22 | Merge pull request #58377 from MrBBBaiXue/type-filter | Rémi Verschelde | |
Add a way to filter nodes by type in scene tree dock. | |||
2022-08-23 | add motion scale adjustment | Silc Renew | |
2022-08-22 | Improved performance of String repeat method | VolTer | |
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-22 | Merge pull request #63891 from derammo/derammo_tree_cache | Rémi Verschelde | |
2022-08-22 | Merge pull request #64218 from Rindbee/fix-button-minimum-size-calculation | Rémi Verschelde | |