Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-22 | Merge pull request #59354 from Chaosus/astar3d | Rémi Verschelde | |
2022-03-22 | Merge pull request #59410 from bruvzg/mac_menu_features | Rémi Verschelde | |
2022-03-22 | Merge pull request #59275 from bruvzg/ft_brotli | Rémi Verschelde | |
2022-03-22 | [macOS] Add missing global menu features. | bruvzg | |
2022-03-21 | update _init() description | zacryol | |
Specify details regarding required parameters. | |||
2022-03-21 | Merge pull request #59352 from winterpixelgames/notify-local-transform-constant | Rémi Verschelde | |
2022-03-21 | Mention default output node name for AnimationNodeBlendTree | Haoyu Qiu | |
2022-03-21 | Merge pull request #59142 from Calinou/doc-multiplayerpeerextension | Max Hilbrunner | |
Document the MultiplayerPeerExtension class | |||
2022-03-20 | Bind NOTIFICATION_LOCAL_TRANFORM_CHANGED | Jason Knight | |
2022-03-20 | Rename `AStar` to `AStar3D` | Yuri Roubinsky | |
2022-03-20 | Merge pull request #59343 from madmiraal/fix-57943 | Rémi Verschelde | |
Ensure minimum modifiers are pressed when matching actions | |||
2022-03-20 | Ensure minimum modifiers are pressed when matching actions | Marcel Admiraal | |
2022-03-19 | Hide text and icon properties in OptionButton | kobewi | |
2022-03-19 | Merge pull request #59290 from rburing/get_process_info_docs | Rémi Verschelde | |
PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs | |||
2022-03-18 | PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs | Ricardo Buring | |
2022-03-18 | Merge pull request #59254 from Calinou/doc-node-owner | Rémi Verschelde | |
Mention that Node's `owner` must be set for persistence to work | |||
2022-03-18 | Mention that Node's `owner` must be set for persistence to work | Hugo Locurcio | |
This is already done in `Node.add_child()` documentation, but this copies the note in `Node.owner` for good measure. | |||
2022-03-18 | Merge pull request #58394 from bruvzg/rtl_hint | Rémi Verschelde | |
2022-03-18 | Merge pull request #58233 from bruvzg/gde_ts | Rémi Verschelde | |
2022-03-18 | Add brotli decoder and WOFF2 support. | bruvzg | |
2022-03-18 | Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape | Rémi Verschelde | |
ParticleMaterial: Sphere emission shape emitting from the volume. | |||
2022-03-18 | Merge pull request #49738 from Calinou/ssao-gi-default-half-resolution | Rémi Verschelde | |
Compute SSAO at half resolution by default | |||
2022-03-18 | Merge pull request #59087 from clayjohn/sky-mode | Rémi Verschelde | |
Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | |||
2022-03-17 | Make `TabBar/Container` default their alignments to the left instead of center | Michael Alexsander | |
2022-03-17 | Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | Hugo Locurcio | |
3 options are available: - Light and Sky (default) - Light Only (new) - Sky Only (equivalent to `use_in_sky_only = true`) Co-authored by: clayjohn <claynjohn@gmail.com> | |||
2022-03-17 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 009b286e318d1c955dd43a6e97ab86a554c3d05d) | |||
2022-03-17 | doc: Sync missing Color value update after #59229 | Rémi Verschelde | |
Missed in CI as the Mono build where this is checked is temporarily disabled. | |||
2022-03-17 | Merge pull request #57675 from TokageItLab/fix-blending | Rémi Verschelde | |
2022-03-17 | Unify TextServer built-in module and GDExtension code. | bruvzg | |
2022-03-17 | Add item tooltip access to OptionButton | Haoyu Qiu | |
2022-03-16 | Document the MultiplayerPeerExtension class | qhdtlr | |
2022-03-16 | Merge pull request #59140 from reduz/physics-server-extension | Rémi Verschelde | |
2022-03-16 | Implement GDExtension export plugin. | bruvzg | |
2022-03-16 | Fix blend animation to solve TRS track bug & blend order inconsistency | Silc 'Tokage' Renew | |
2022-03-15 | Create GDExtension clases for PhysicsServer3D | reduz | |
* Allows creating a GDExtension based 3D Physics Server (for Bullet, PhysX, etc. support) * Some changes on native struct binding for PhysicsServer This allows a 3D Physics server created entirely from GDExtension. Once it works, the idea is to port the 2D one to it. | |||
2022-03-15 | Merge pull request #59143 from Calinou/doc-range-value-changed | Rémi Verschelde | |
2022-03-14 | Document Range's `value_changed` signal is also emitted with code changes | Hugo Locurcio | |
This also mentions that the signal is potentially emitted every frame, which can have performance implications. | |||
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky | |
2022-03-14 | Merge pull request #58693 from Calinou/doc-physics-shapes | Rémi Verschelde | |
2022-03-14 | Merge pull request #59086 from Calinou/doc-nodepath-stringname | Max Hilbrunner | |
Improve documentation for NodePath and StringName | |||
2022-03-14 | Merge pull request #57392 from madmiraal/implement-3888 | Rémi Verschelde | |
2022-03-13 | Cleanup embed subwindows getters | kobewi | |
2022-03-13 | Merge pull request #59108 from KoBeWi/somewhere_on_the_screen | Rémi Verschelde | |
2022-03-13 | Merge pull request #59107 from otonashixav/expose-add-animation-slice | Rémi Verschelde | |
2022-03-13 | Expose methods for screen-space transforms | kobewi | |
2022-03-13 | Expose `RenderingServer::canvas_item_add_animation_slice` in GDScript | Xavier Loh | |
2022-03-13 | Improve documentation for NodePath and StringName | Hugo Locurcio | |
- Update the NodePath shorthand prefix for `master`. - Document the StringName construction shorthand (`&"example"`). - Cross-link between NodePath and StringName, as these are related concepts. | |||
2022-03-13 | Merge pull request #58018 from Calinou/procedural-sky-add-cover-texture | Rémi Verschelde | |
Add sky cover texture for ProceduralSkyMaterial | |||
2022-03-12 | Merge pull request #54399 from ↵ | Rémi Verschelde | |
Calinou/filedialog-current-properties-hint-no-editor Don't store and show current file/directory/path FileDialog properties | |||
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi | |