Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-15 | Merge pull request #65819 from raulsntos/theme-docs | Rémi Verschelde | |
Fix theme methods usage in docs | |||
2022-09-15 | Merge pull request #65818 from raulsntos/dotnet/crypto-docs | Rémi Verschelde | |
Fix invalid C# in crypto docs | |||
2022-09-15 | Merge pull request #65196 from TokageItLab/fix-redraw-anim-tree | Rémi Verschelde | |
Fix redraw timing in `AnimationBlendTreeEditor` | |||
2022-09-15 | Fix theme methods usage in docs | Raul Santos | |
- Fix usages of `get_icon` that was renamed `get_theme_icon`. - Replace `new Control().get_font*` with `ThemeDB.fallback_font*`. | |||
2022-09-15 | Fix invalid C# in crypto docs | Raul Santos | |
2022-09-14 | 2D and 3D Skeleton modification docs, and small fixes. | Lyuma | |
Mark SkeletonModificationStack3D and related as deprecated. Mark local bone override and axis functions deprecated in Skeleton3D api. Fix array property glitch in SkeletonModificationStack2D Mark SkeletonModificationStack2D and related APIs as experimental. Mark SkeletonIK3D as deprecated. | |||
2022-09-14 | Merge pull request #65491 from MJacred/docs/multimesh | Rémi Verschelde | |
Document MultiMesh members | |||
2022-09-14 | Merge pull request #65774 from bruvzg/no_mono_hinting | Rémi Verschelde | |
Do not use horizontal hinting for the editor monospace font. | |||
2022-09-14 | Fix redraw timing in AnimationBlendTreeEditor | Silc Renew | |
2022-09-14 | Do not use horizontal hinting for the editor monospace font. | bruvzg | |
2022-09-14 | Merge pull request #65493 from V-Sekai/lod_scaling | Rémi Verschelde | |
Fixes LOD scaling issues on skinned meshes. | |||
2022-09-14 | Fix LOD-generation on skinned meshes. | SaracenOne | |
2022-09-13 | Merge pull request #65509 from gotnospirit/master-os-get_datetime | Rémi Verschelde | |
get_datetime_* functions can return wrong values | |||
2022-09-13 | Merge pull request #65591 from MewPurPur/area-overlapping-function | Rémi Verschelde | |
Implement `Area[2D/3D].has_overlapping_[bodies/areas]` | |||
2022-09-13 | Merge pull request #65642 from voylin/fix_spaces_in_path_for_doc/makefile | Rémi Verschelde | |
2022-09-13 | Merge pull request #65704 from akien-mga/web-editor-fix-some-errors | Rémi Verschelde | |
Fix some errors affecting the Web editor | |||
2022-09-12 | Fix invalid literals in generated rst docs | Jason Yundt | |
Before this change, API docs that look like this: …adding [param character]s to the right of the string. would turn into rst files that look like this: …adding ``character``s to the right of the string. That reStructuredText is invalid and causes warnings when the docs repo is built. | |||
2022-09-12 | Merge pull request #65658 from ↵ | Yuri Sizov | |
KoBeWi/Two_Tweens_are_tweening_the_same_object._Who-will-win Add more clarifications about Tween processing | |||
2022-09-12 | Fix some errors affecting the Web editor | Rémi Verschelde | |
- Don't warn about minimized/maximized modes not being available. - Blender and FBX export both depend on running thirdparty applications, which can't be done (easily at least) for Web and Android editors. - Editor theme complained about not being able to retrieve texture data for an icon. It was only used once so instead of flipping at runtime, let's just add a flipped icon. Part of #65702. | |||
2022-09-12 | Merge pull request #64155 from Mickeon/sprite-3d-backwards-speed-scale | Rémi Verschelde | |
2022-09-11 | Add more clarifications about Tween processing | kobewi | |
2022-09-11 | Fixes doc/Makefile fails if path contains spaces | Voylin | |
2022-09-10 | Merge pull request #64465 from TokageItLab/bind-after-gui-input | Rémi Verschelde | |
Bind `AfterGUIInput` to GDScript and update document | |||
2022-09-10 | Merge pull request #65574 from YuriSizov/graphedit-slot-port-conundrum | Yuri Sizov | |
2022-09-10 | Implement Area.has_overlapping_* | VolTer | |
2022-09-10 | Merge pull request #65595 from KoBeWi/minus_children | Rémi Verschelde | |
Allow negative indices in `move_child()` | |||
2022-09-10 | Allow negative indices in move_child() | kobewi | |
2022-09-10 | Fixes #65377: get_datetime_* functions can return wrong values | James | |
2022-09-10 | Merge pull request #64412 from MewPurPur/remove-remove-and-skip | Rémi Verschelde | |
Remove `Node.remove_and_skip` method | |||
2022-09-09 | Remove Remove and Skip | VolTer | |
2022-09-09 | Harmonise AnimatedSprite3D and its 2D counterpart | Micky | |
Add the following properties to AnimatedSprite3D: - `backwards` parameter in `play()`; - `speed_scale`. Both classes' internals are more similar, down to the line spacings. They've also been updated to be clearer and less inconsistent (e.g. `!frames.is_valid()` -> `frames.is_null()`, use SceneStringNames instead of CoreStringNames, rename the internal _queue_update to _queue_redraw) | |||
2022-09-09 | Merge pull request #64394 from smix8/navigation_obstacles_reparent_4.x | Rémi Verschelde | |
Fix NavigationObstacle 2D/3D (re)parent issues | |||
2022-09-09 | Improve parameter naming and documentation in GraphEdit and GraphNode | Yuri Sizov | |
Co-authored-by: Maganty Rushyendra <mrushyendra@yahoo.com.sg> | |||
2022-09-09 | Merge pull request #65571 from rburing/physics_server_extension_bind_all | Rémi Verschelde | |
2022-09-09 | i18n: Sync classref translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit 26a28d6bbdba880151c7dd8391e75fa3417d7aab) | |||
2022-09-09 | PhysicsServer2DExtension and PhysicsServer3DExtension: bind all methods (really) | Ricardo Buring | |
2022-09-09 | Merge pull request #64373 from YeldhamDev/edscale_likes_them_floaty | Rémi Verschelde | |
2022-09-08 | Make `Vector2i` values paired with `EDSCALE` be just `Vector2` | Michael Alexsander | |
2022-09-08 | Merge pull request #65188 from Mickeon/animated-texture-speed-scale | Yuri Sizov | |
Rework AnimatedTexture's `fps` into `speed_scale` | |||
2022-09-08 | Document MultiMesh members and improve/extend existing descriptions | MJacred | |
2022-09-08 | bind AfterGUIInput | Silc Renew | |
2022-09-08 | Merge pull request #65241 from bruvzg/no_keymap_ambiguity | Rémi Verschelde | |
Fix key mapping changes when moving from macOS to other platform. | |||
2022-09-08 | Merge pull request #60108 from KoBeWi/arise_to_top | Rémi Verschelde | |
Rename raise() to move_to_front() | |||
2022-09-08 | Merge pull request #63596 from Jayman2000/issue-27640 | Rémi Verschelde | |
Rename `change_scene()` and `change_scene_to()` | |||
2022-09-08 | Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_more | Rémi Verschelde | |
[Net] Rename "ssl" references to "tls" in methods and members. | |||
2022-09-08 | Merge pull request #63905 from smix8/navigation_replace_old_debug_4.x | Rémi Verschelde | |
Remove / Replace old Navigation Debug Visualization | |||
2022-09-08 | [Net] Rename "ssl" references to "tls" in methods and members. | Fabio Alessandrelli | |
2022-09-07 | Rename change_scene() and change_scene_to() | Jason Yundt | |
Before this change, the SceneTree had methods named “change_scene” and “change_scene_to”. One of them accepted a String as a parameter and the other accepted a PackedScene, but you couldn’t tell which one was which just by looking at their names. This change renames those two methods to “change_scene_to_file” and “change_scene_to_packed”. These new names came from this suggestion [1]. These new names make the difference between the two methods more clear and hint at the fact that there’s more than one change_scene method. [1]: <https://github.com/godotengine/godot/issues/27640#issuecomment-1081870955> Fixes #27640. | |||
2022-09-07 | Merge pull request #65462 from Chaosus/astargrid_docs | Yuri Sizov | |
Add documentation for `AStarGrid2D` class | |||
2022-09-07 | Fix key mapping changes when moving from macOS to other platform | bruvzg | |
Removes separate `Command` key (use `Meta` instead). Adds an event flag to automatically remap `Command` <-> `Control` (cannot be set alongside `Control` or `Meta`). |