Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-29 | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem | Hendrik Brucker | |
2022-11-29 | Merge pull request #65641 from voylin/Adding_ttf_otf_to_custom_font_dialogue | Rémi Verschelde | |
Adding .tff .otf, .woff and .woff2 to custom font extensions - Fixes #65633 | |||
2022-11-28 | Merge pull request #69301 from KoBeWi/ERR_WHATEVER | Rémi Verschelde | |
Don't break parsing on missing resources | |||
2022-11-28 | Merge pull request #69224 from adamscott/fix-PackedScene-reload_from_file | Rémi Verschelde | |
Add `PackedScene::reload_from_file()` override | |||
2022-11-28 | Add PackedScene::reload_from_file() override | Adam Scott | |
2022-11-28 | Don't break parsing on missing resources | kobewi | |
2022-11-28 | Merge pull request #68874 from TokageItLab/fix-unique-path-keying | Rémi Verschelde | |
Added option to `get_path_to()` to get the shortest path considering unique name | |||
2022-11-28 | Merge pull request #68992 from TokageItLab/animtree-trackend-process | Rémi Verschelde | |
Refactor process of AnimationTree for end of animation | |||
2022-11-28 | Merge pull request #69199 from TokageItLab/fix-and-refactor-root-motion | Rémi Verschelde | |
Fix broken root motion scale & Refactor API & Add sample codes in documentation | |||
2022-11-28 | Merge pull request #68486 from smix8/navpoly_outline_convex_error_4.x | Rémi Verschelde | |
Add detail to NavigationPolygon outline error msg | |||
2022-11-28 | GPUParticlesCollisionSDF3D add null `bake_step_function` check | dzil123 | |
2022-11-28 | Merge pull request #68836 from ↵ | Rémi Verschelde | |
Calinou/projectsettings-vrs-texture-allow-more-formats Allow all lossless image formats to be used for VRS texture project setting | |||
2022-11-28 | Merge pull request #59801 from Sauermann/fix-node2d-viewport-root-order | Rémi Verschelde | |
Fix Viewport root order after Node2D raise | |||
2022-11-28 | Merge pull request #69240 from TokageItLab/fix-anim-tree-value-track-cache-bug | Rémi Verschelde | |
Fixed AnimationTree `TrackCacheValue` bug for special case blending | |||
2022-11-28 | Merge pull request #69178 from aaronfranke/mesh-shape | Rémi Verschelde | |
Use a more specific type for Mesh create_(convex|trimesh)_shape | |||
2022-11-27 | Revert "`SceneTree` Fix storing removed nodes to be skipped by the group calls" | Rémi Verschelde | |
2022-11-27 | Fixed AnimationTree TrackCacheValue bug for special case blending | Silc Renew | |
2022-11-26 | Fix broken root motion scale and refactor API | Silc Renew | |
2022-11-25 | Merge pull request #69008 from ↵ | Rémi Verschelde | |
akien-mga/property-hint-array-type-resource-simplify Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources | |||
2022-11-25 | Merge pull request #69124 from zaevi/tilemap_fix_alternative_tile | Rémi Verschelde | |
[TileMap] Fix alternative tile issues. | |||
2022-11-25 | Use a more specific type for Mesh create_(convex|trimesh)_shape | Aaron Franke | |
2022-11-25 | Merge pull request #68447 from Grimmr/clean-tooltips-on-WM-focus-off | Rémi Verschelde | |
Viewport cancels existing tooltip when window looses focus | |||
2022-11-25 | Viewport cancels existing tooltip when window looses focus | grimmr | |
fixes #68197 when NOTIFICATION_WM_WINDOW_FOCUS_OUT is recieved by a viewport it will now call _gui_cancel_tooltip() to avoid it hanging around after the mouse events stop coming in | |||
2022-11-25 | Merge pull request #69146 from clayjohn/Polygon2D-error | Rémi Verschelde | |
Ensure that mesh instance is properly freed when freeing Polygon2D | |||
2022-11-25 | Fix inspector not showing name for LabelSettings.font | Haoyu Qiu | |
2022-11-24 | Ensure that mesh instance is properly freed when freeing Polygon2D | clayjohn | |
2022-11-24 | Merge pull request #68566 from Mickeon/node-print-orphans-static | Rémi Verschelde | |
Make `Node.print_orphan_nodes()` static | |||
2022-11-24 | Merge pull request #69111 from TokageItLab/put-together-interpolations | Rémi Verschelde | |
Refactor interpolating functions in some classes to use `Math` class | |||
2022-11-24 | Merge pull request #67330 from KoBeWi/immortal_scenes | Rémi Verschelde | |
Don't free instanced scenes when recreating tiles | |||
2022-11-25 | [TileMap] Fix alternative tile issues. | Zae | |
2022-11-24 | Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources | Rémi Verschelde | |
2022-11-24 | Refactor interpolating functions in some classes to use Math class | Silc Renew | |
2022-11-24 | Refactor Curve3D::_bake() method | Yaohua Xiong | |
The main change is to caculate tangent directly from bezier curve, without going through discretized polyline, avoiding pitfalls of discretization. Other changes are: 1. Add an bezier_derivative() method for Vector3, Vector2, and Math; 2. Add an tesselate_even_length() method to Curve3D, which tesselate bezier curve to even length segments adaptively; 3. Cache the tangent vectors in baked_tangent_vector_cache; | |||
2022-11-23 | Merge pull request #69070 from Piralein/bg-color-cell | Rémi Verschelde | |
RichTextLabel Cell Option "bg" - add possibility to use only one color | |||
2022-11-23 | Merge pull request #68568 from Mickeon/node-parent-busy-error | Rémi Verschelde | |
Update "Parent node is busy" errors to use `Callable.call_deferred()` | |||
2022-11-23 | add possibility to use only one color | Hana | |
2022-11-23 | Update "Parent node is busy" errors to use `Callable.call_deferred()` | Micky | |
Also fixes outdated method names in the messages. | |||
2022-11-23 | Merge pull request #69052 from Sauermann/fix-viewport-exit-tree-visibility | Rémi Verschelde | |
Fix Viewport visibility after entering/leaving scene-tree | |||
2022-11-23 | Merge pull request #69048 from akien-mga/thorvg-better-errors | Rémi Verschelde | |
ImageLoaderSVG: Improve error reporting | |||
2022-11-23 | Fix Viewport being visible after leaving tree | Markus Sauermann | |
When a SubViewport leaves the tree, it is still displayed in its parent SubViewportContainer until the next redraw. This PR makes sure, that the parent gets redrawn immediately. This also fixes the visibility problem when a SubViewport is added as child of a SubViewportContainer. | |||
2022-11-23 | Fix error while selecting last empty line | Adam Scott | |
2022-11-23 | ImageLoaderSVG: Improve error reporting | Rémi Verschelde | |
2022-11-23 | Merge pull request #68993 from TokageItLab/fix-anim-blending-for-DISCRETE-mode | Rémi Verschelde | |
Fix animation blending for value track `UPDATE_DISCRETE` and `UPDATE_TRIGGER` mode | |||
2022-11-23 | Merge pull request #68996 from AThousandShips/bit_map_polygon_fix_2 | Rémi Verschelde | |
Follow up for BitMap polygon generation | |||
2022-11-23 | Merge pull request #69039 from maiself/fix-negative-blend-weights | Rémi Verschelde | |
Fix blending with negative blend weights | |||
2022-11-22 | Fix blending with negative blend weights | Mai Lavelle | |
2022-11-22 | Fix CanvasTransform on RenderingServer when Viewport enters Tree | Markus Sauermann | |
Previously the Viewport didn't initialize its canvas transform in the RenderingServer. | |||
2022-11-22 | Fix AudioStreamPlayer2D and 3D's `playing` not updating right away | Micky | |
2022-11-22 | Refactor process of AnimationTree for end of animation | Silc Renew | |
2022-11-22 | BitMap polygon code cleanup | Ninni Pipping | |