index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
3d
/
skeleton_3d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't mark `PROPERTY_USAGE_NO_EDITOR` properties for translation
Haoyu Qiu
2024-10-26
1
-9
/
+9
*
Merge pull request #98009 from TokageItLab/init-skel-skin
Clay John
2024-10-17
1
-0
/
+2
|
\
|
*
Fix initial skin update timing in Skeleton3D
Silc Lizard (Tokage) Renew
2024-10-16
1
-0
/
+2
*
|
Improve performance of global bone pose calculation in `Skeleton3D`
detomon
2024-10-12
1
-14
/
+127
*
|
Use local vector for skeleton
Nazarii
2024-10-02
1
-41
/
+41
|
/
*
Add per-bone meta to Skeleton3D
demolke
2024-09-16
1
-0
/
+65
*
Merge pull request #95124 from kleonc/skeleton2d_fix_set_get_always_returning...
Rémi Verschelde
2024-08-19
1
-6
/
+6
|
\
|
*
Fix Skeleton2D.{_set|_get} always returning true
kleonc
2024-08-04
1
-6
/
+6
*
|
Make `Skeleton3D` bone simulator an internal child
A Thousand Ships
2024-08-07
1
-1
/
+1
|
/
*
Re-add Skeleton3D::animate_physical_bones
Silc Lizard (Tokage) Renew
2024-07-14
1
-5
/
+5
*
Rework migration of animate_physical_bones to compatibility
Silc Lizard (Tokage) Renew
2024-06-25
1
-3
/
+4
*
Optimize update flag by SkeletonModifier
Silc Lizard (Tokage) Renew
2024-06-23
1
-7
/
+17
*
Add get_concatenated_bone_names() to Skeleton3D for Modifier's hint
Silc Lizard (Tokage) Renew
2024-06-10
1
-0
/
+22
*
Replace List with LocalVector on Skeleton3D's bone transform update.
Dario
2024-05-20
1
-4
/
+7
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-4
/
+4
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
Merge pull request #91122 from TokageItLab/simulator-memdel
Rémi Verschelde
2024-05-04
1
-11
/
+5
|
\
|
*
Modify allocation process of the PhysicalBoneSimulator in Skeleton3D
Silc Lizard (Tokage) Renew
2024-05-03
1
-11
/
+5
*
|
Static allocation bones copy for SkeletonModifier
Silc Lizard (Tokage) Renew
2024-05-04
1
-17
/
+6
|
/
*
replace bone_pose_updated to skeleton_updated signal
Silc Lizard (Tokage) Renew
2024-04-13
1
-3
/
+3
*
Fix deprecated=no build
Kusok
2024-04-06
1
-0
/
+1
*
Remove unavailable property binding reset_on_save from Skeleton3D
Silc Lizard (Tokage) Renew
2024-04-05
1
-1
/
+0
*
Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB
Silc Lizard (Tokage) Renew
2024-04-05
1
-252
/
+342
*
Split monolithic physics class files
smix8
2024-02-27
1
-1
/
+2
*
Make Skeleton3D::add_bone return the new bone index right away, instead of re...
Zi Ye
2024-02-25
1
-3
/
+7
*
Fix `Skeleton3D` deprecated format missing pose
nikitalita
2024-02-05
1
-8
/
+23
*
Merge pull request #87050 from nikitalita/convert-3.x-skeletons
Yuri Sizov
2024-01-22
1
-0
/
+13
|
\
|
*
Skeleton3D: Convert 3.x skeletons
nikitalita
2024-01-19
1
-0
/
+13
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+0
|
/
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-1
/
+1
*
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-1
/
+1
*
Skeleton3D: Only reset rest_dirty after ALL bone transforms have finished update
Lyuma
2023-06-08
1
-1
/
+1
*
Fix adding bones with the same name after calling Skeleton3D.clear_bones()
detomon
2023-06-05
1
-0
/
+1
*
Improve Skeleton3D::find_bone() performance
Artyom Lunchenkov
2023-05-23
1
-16
/
+12
*
Fix get_bone_pose_global_no_override()
Lyuma
2023-05-18
1
-4
/
+4
*
Refactor Node Processing
Juan Linietsky
2023-05-09
1
-1
/
+8
*
Remove SkeletonModificationStack3D, and Skeleton3D api cleanup
Lyuma
2023-01-12
1
-255
/
+8
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-1
/
+1
*
Improve BoneRenamer to avoid conflicting with original bone name
Silc Renew
2022-11-16
1
-1
/
+1
*
Fix Skeleton3D falsely assuming all physical bones will be children of their ...
hare_ware
2022-10-31
1
-7
/
+9
*
Port remaining connections to callable_mp
Tomasz Chabora
2022-09-18
1
-2
/
+1
*
Clean-up/change some Skeleton3D API
Silc Renew
2022-08-30
1
-6
/
+11
*
removes unused skeleton functions and stray comments in RigidDynamicBody3D
benbot
2022-08-24
1
-39
/
+0
*
Merge pull request #64339 from YuriSizov/core-multilevel-validate-property
Rémi Verschelde
2022-08-22
1
-12
/
+10
|
\
|
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-12
/
+10
*
|
add init bone poses
Silc Renew
2022-08-18
1
-0
/
+17
|
/
*
add position track normalization & post process key value for retarget
Silc Renew
2022-07-26
1
-4
/
+18
[next]