summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
* Improve consistancy of NavigationRegion settersJosh Jones2022-09-214-17/+58
|
* Merge pull request #66213 from KoBeWi/not_right_but_works™Rémi Verschelde2022-09-211-14/+2
|\ | | | | | | Remove duplicate code in ItemList
| * Remove duplicate code in ItemListkobewi2022-09-211-14/+2
| |
* | Merge pull request #66210 from Rindbee/fix-font-string-sizeRémi Verschelde2022-09-211-5/+7
|\ \ | | | | | | | | | Let the cached `TextLine` reset the width in `get_string_size`
| * | Let the cached `TextLine` reset the width in `get_string_size`Rindbee2022-09-211-5/+7
| |/ | | | | | | | | Previously, the cached `TextLine` would set the width in `draw_string`, but not in `get_string_size`, which resulted in unexpected results returned by `get_string_size` in some cases.
* / Tree recursive foldingNinni Pipping2022-09-212-2/+86
|/
* Merge pull request #66183 from KoBeWi/ARE_YOU_READYRémi Verschelde2022-09-211-1/+1
|\ | | | | | | Set scene tiles' position before adding them
| * Set scene tiles' position before adding themkobewi2022-09-211-1/+1
| |
* | Merge pull request #64359 from Mickeon/rename-camera-rotatingRémi Verschelde2022-09-212-12/+12
|\ \ | | | | | | | | | Reverse Camera2D.`rotating` to `ignore_rotation`
| * | Reverse Camera2D.`rotating` to `ignore_rotation`Micky2022-09-212-12/+12
| | | | | | | | | | | | | | | | | | `rotating` is misleading, as Camera2D is affected by `rotation` and `global_rotation` like any other Node2D Updates description in the docs, as well.
* | | Merge pull request #65828 from rburing/body_state_sync_callableRémi Verschelde2022-09-212-32/+7
|\ \ \ | | | | | | | | | | | | make `body_set_state_sync_callback` take a `Callable`
| * | | PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take ↵Ricardo Buring2022-09-152-32/+7
| | | | | | | | | | | | | | | | | | | | | | | | a Callable Prefer Callable to a C-style callback. This is helpful for GDExtension.
* | | | Merge pull request #66126 from RedMser/shortcut-context-inspectorRémi Verschelde2022-09-212-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | Fix editing `shortcut_context` in inspector
| * | | Fix #66062: editing shortcut_context in inspectorRedMser2022-09-192-2/+2
| | | |
* | | | Merge pull request #66064 from kleonc/sprite3d-fix-drawing-with-vertical-marginsRémi Verschelde2022-09-202-317/+186
|\ \ \ \ | | | | | | | | | | `Sprite3D`/`AnimatedSprite3D` Fix drawing `AtlasTexture`s with vertical margins differently than in 2D
| * | | | `SpriteBase3D` Fix drawing AtlasTextures with vertical margins differently ↵kleonc2022-09-181-0/+18
| | | | | | | | | | | | | | | | | | | | than in 2D
| * | | | Move duplicated drawing code from `Sprite3D`/`AnimatedSprite3D` to ↵kleonc2022-09-182-317/+168
| | | | | | | | | | | | | | | | | | | | `SpriteBase3D`
* | | | | Merge pull request #63740 from Faless/net/4.x_http_request_decompressRémi Verschelde2022-09-202-62/+67
|\ \ \ \ \ | |_|_|_|/ |/| | | | [HTTP] Implement streaming decompression.
| * | | | [HTTPRequest] Cleanup, refactor deferred call.Fabio Alessandrelli2022-09-202-26/+27
| | | | |
| * | | | [HTTPRequest] Body streaming decompresison.Fabio Alessandrelli2022-09-202-38/+42
| | | | | | | | | | | | | | | | | | | | Using a StreamPeerGZIP (which acts as a ringbuffer).
* | | | | Merge pull request #66068 from bruvzg/rtl_fx_connectedRémi Verschelde2022-09-192-23/+51
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [RTL] Add option to apply built-in effects to the individual connected glyphs.
| * | | | | [RTL] Add option to apply built-in effects to the individual connected glyphs.bruvzg2022-09-192-23/+51
| | | | | |
* | | | | | Merge pull request #66112 from Zylann/get_configuration_warnings_psaRémi Verschelde2022-09-19122-197/+195
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change return type of `get_configuration_warnings` to `PackedStringArray`
| * | | | | | Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-19122-197/+195
| |/ / / / /
* | | | | | Merge pull request #65918 from clayjohn/quadmeshRémi Verschelde2022-09-192-1/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add QuadMesh back as a subclass of PlaneMesh.
| * | | | | | Add QuadMesh back as a subclass of PlaneMesh.clayjohn2022-09-192-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the creation of billboarded meshes without any code overhead.
* | | | | | | Increases the number of maximum detected collisionsfabriceci2022-09-191-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #64728 from fabriceci/only-report-recovery-for-floor-snappingRémi Verschelde2022-09-192-10/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Turn on recovery as collisions only for floor snapping
| * | | | | | Turn on recovery as collisions only for floor snapping as this leads to ↵fabriceci2022-09-182-10/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | unwanted behaviour for other surface than the floor.
* | | | | | Merge pull request #66104 from Zylann/notification_local_transform_changedRémi Verschelde2022-09-191-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | Expose Node3D `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`
| * | | | | Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`Marc Gilleron2022-09-191-0/+1
| |/ / / /
* / / / / Make the inner TabBar in a TabContainer behave as if it were in a ContainerRindbee2022-09-181-2/+2
|/ / / /
* | | | Merge pull request #44143 from KoBeWi/callable_multiplayerRémi Verschelde2022-09-182-3/+4
|\ \ \ \
| * | | | Port remaining connections to callable_mpTomasz Chabora2022-09-182-3/+4
| | | | |
* | | | | Merge pull request #66018 from Mickeon/fix-animated-sprite-outdated-warningRémi Verschelde2022-09-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix outdated warning in AnimatedSprite2D
| * | | | | Fix outdated warning in AnimatedSprite2DMicky2022-09-181-1/+1
| | | | | |
* | | | | | Merge pull request #66012 from Rindbee/fix-TabContainer-minimum_sizeRémi Verschelde2022-09-181-5/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Fix minimum size calculation for `TabContainer`
| * | | | | Fix minimum size calculation for TabContainerRindbee2022-09-181-5/+6
| |/ / / /
* | | | | Merge pull request #65931 from ↵Rémi Verschelde2022-09-184-16/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fabriceci/add-recovery-as-collision-in-low-level-methods Add recovery_as_collision in move_and_collide/test_move
| * | | | | Add recovery_as_collision in move_and_collide/test_movefabriceci2022-09-174-16/+16
| | |_|/ / | |/| | |
* | | | | Merge pull request #58567 from madmiraal/fix-26470Rémi Verschelde2022-09-183-11/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove ParallaxLayer's invalid dependence on screen_offset
| * | | | | Remove ParallaxLayer's invalid dependence on screen_offsetMarcel Admiraal2022-02-263-11/+7
| | | | | |
* | | | | | Merge pull request #65929 from bruvzg/rtl_theme_font_changeRémi Verschelde2022-09-182-10/+56
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix RichTextLabel not updating on theme/theme override change until text is updated.
| * | | | | | Fix RichTextLabel not updating on theme/theme override change until text is ↵bruvzg2022-09-162-10/+56
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | updated.
* | | | | | Changed the rest definition of SkeletonProfileHumanoid thumbSilc Renew2022-09-183-4/+4
| |_|_|/ / |/| | | |
* | | | | Tweak LightmapGI defaults to be closer to the CPU lightmapperHugo Locurcio2022-09-162-6/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use 3 bounces by default. - Enable environment lighting from the scene by default. - This is not done in `3.x` for compatibility with existing projects, but it makes sense to do this by default since pretty much all outdoor scenes benefit from this. - Set the custom environment color to white (like ReflectionProbe). - Its default energy is still 0, so it's invisible by default. - Enable the generation of dynamic object probes by default. - Tweak the `max_texture_size` property hint for better usability. - Improve error messages when passing invalid sizes to `LightmapGI.set_max_texture_size()`.
* | / / Fix crash when playing Tween right after finishingkobewi2022-09-161-0/+1
| |/ / |/| |
* | | Merge pull request #65873 from Chaosus/fix_uniform_sortingRémi Verschelde2022-09-162-25/+16
|\ \ \ | | | | | | | | | | | | Fix sorting of uniform items in the material properties
| * | | Fix sorting of uniform items in the material propertiesYuri Rubinsky2022-09-162-25/+16
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Chia-Hsiang Cheng <garychia@users.noreply.github.com>
* | | | Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde2022-09-163-15/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix MOUSE_MODE_CAPTURED not working correctly with popups