summaryrefslogtreecommitdiffstats
path: root/scene/3d
Commit message (Expand)AuthorAgeFilesLines
* Fix style issue in ShapeCast3D after #68409Rémi Verschelde2023-01-121-2/+2
* Merge pull request #68409 from Jasuse/shapecast3d_dbg_shape_fixRémi Verschelde2023-01-122-2/+14
|\
| * Fixing debug shape update of ShapeCast3DJasuse2022-11-242-2/+14
* | Merge pull request #70716 from Calinou/particles-tweak-animation-offset-prope...Rémi Verschelde2023-01-101-2/+2
|\ \
| * | Tweak particles animation offset property hint to allow more precise valuesHugo Locurcio2022-12-291-2/+2
* | | Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-1/+1
* | | Merge pull request #70463 from DarkKilauea/nav-server-constRémi Verschelde2023-01-082-17/+17
|\ \ \
| * | | Rework const on NavigationServer methodsJosh Jones2023-01-072-17/+17
* | | | Merge pull request #69809 from KoBeWi/runtime_enabler_2dRémi Verschelde2023-01-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix VisibleOnScreenEnabler disabling in editorkobewi2022-12-141-1/+1
* | | | Merge pull request #36301 from KoBeWi/daddy_nodeRémi Verschelde2023-01-072-0/+9
|\ \ \ \
| * | | | Add methods for node reparentingTomasz Chabora2022-08-162-0/+9
* | | | | Merge pull request #65609 from dalexeev/animated-spriteRémi Verschelde2023-01-052-40/+35
|\ \ \ \ \
| * | | | | `AnimatedSprite{2D,3D}` improvementsDanil Alexeev2023-01-052-40/+35
* | | | | | One Copyright Update to rule them allRémi Verschelde2023-01-0596-2784/+2784
* | | | | | Test joint type on _set for PhysicalBone jointsJoJoX2023-01-051-46/+50
|/ / / / /
* | | | | Merge pull request #63650 from fabriceci/apply-moving-platform-angular-velocityRémi Verschelde2023-01-032-0/+11
|\ \ \ \ \
| * | | | | Adds a method to return the angular velocity of a platformfabriceci2022-08-242-0/+11
* | | | | | Merge pull request #69972 from adamscott/add-server-checks-before-freeRémi Verschelde2023-01-0325-1/+36
|\ \ \ \ \ \
| * | | | | | Add safety-checks before some servers `free()`Adam Scott2022-12-2925-1/+36
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #67853 from Zylann/fix_lods_with_doublesClay John2023-01-021-2/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix usages of mesh simplification functions in float=64 buildsMarc Gilleron2022-11-121-2/+12
* | | | | | Merge pull request #69998 from BastiaanOlij/sorting-pivot-4Rémi Verschelde2022-12-232-0/+34
|\ \ \ \ \ \
| * | | | | | Added options for sorting transparent objects (port of PR 63040)Bastiaan Olij2022-12-232-0/+34
* | | | | | | Remove compatibility code for MeshInstance3D surface override materialclayjohn2022-12-221-12/+1
* | | | | | | Merge pull request #69688 from smix8/navagent_stop_origin_automove_4.xRémi Verschelde2022-12-212-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Stop NavigationAgents without a target from moving to world originsmix82022-12-062-1/+7
* | | | | | | | Merge pull request #67111 from DarkKilauea/nav-queries-linkRémi Verschelde2022-12-212-8/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | Add support for emitting a signal when entering a NavLinkJosh Jones2022-12-172-8/+74
* | | | | | | | | Merge pull request #70244 from DarkKilauea/nav-fix-abbrev-compatRémi Verschelde2022-12-202-0/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix typo and ensure backwards compatibility for changed property namesJosh Jones2022-12-202-0/+24
| |/ / / / / / / /
* | | | | | | | | Merge pull request #70312 from MarcusElg/rigidbodyworldboundarywarningRémi Verschelde2022-12-201-4/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Show warning when having a worldboundaryshape as a child of a rigidbodyMarcus Elg2022-12-191-4/+7
| |/ / / / / / / /
* / / / / / / / / Restore 'rotation_degrees' properties.Juan Linietsky2022-12-192-2/+32
|/ / / / / / / /
* | | | | | | | Fix Navigation API abbreviations inconsistencysmix82022-12-174-41/+41
* | | | | | | | Merge pull request #70114 from clayjohn/custom-aabbRémi Verschelde2022-12-172-3/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Expose GeometryInstance3D.custom_aabb propertyclayjohn2022-12-152-3/+15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Switch surface indexing to start at 0 so string name matches integer indexclayjohn2022-12-162-9/+10
* | | | | | | | Fix the update of the inspector when instance shader uniform has changedYuri Rubinsky2022-12-151-0/+7
* | | | | | | | Remove extra range conversion in Sprite3D normal encodingclayjohn2022-12-141-3/+1
|/ / / / / / /
* | | | | | | Merge pull request #69527 from clayjohn/surface-nameRémi Verschelde2022-12-142-4/+16
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Index override surface name starting from 1 to match surface nameclayjohn2022-12-072-4/+16
* | | | | | | Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.xRémi Verschelde2022-12-121-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix Navigation agent callback wild pointer crashsmix82022-12-121-3/+3
* | | | | | | | Merge pull request #69850 from timothyqiu/defer-gizmoRémi Verschelde2022-12-111-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Use ObjectID as argument when referred-calling _request_gizmoHaoyu Qiu2022-12-101-2/+2
* | | | | | | | | Enable assigning an owner to navigation regions and linksJosh Jones2022-12-102-0/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #68682 from timothyqiu/camera-gizmo-sizeRémi Verschelde2022-12-071-0/+11
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Make Camera3D gizmo the same aspect ratio as its viewportHaoyu Qiu2022-11-151-0/+11
* | | | | | | | Tweak shadow bias defaults for DirectionalLight3D and OmniLight3DHugo Locurcio2022-12-052-7/+10
| |/ / / / / / |/| | | | | |