summaryrefslogtreecommitdiffstats
path: root/scene/3d/skeleton.cpp
Commit message (Expand)AuthorAgeFilesLines
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+1
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+2
* Add support for named binds in Skin.Juan Linietsky2020-02-211-2/+44
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-6/+6
* Untested support for compute shadersJuan Linietsky2020-02-111-1/+3
* Added feature to move physical bones with skeleton when not simulating physicsAndrea Catania2020-02-081-10/+53
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #32380 from fire/skin_registrationRémi Verschelde2019-09-271-0/+1
|\
| * Update when the skeleton skin is changed.K. S. Ernest Lee2019-09-261-0/+1
* | Restore bone_custom_pose in skeletonsK. S. Ernest (iFIre) Lee2019-09-261-1/+26
|/
* Added skin support and simplified APIs to override bone position.Juan Linietsky2019-09-181-148/+155
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Expose localize_rests to gdscript.K. S. Ernest (iFire) Lee2019-04-161-0/+2
* Clean up ASSIMP import code.Juan Linietsky2019-04-131-2/+3
* Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky2019-03-031-28/+18
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+5
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* Fixed Bone Transform OrderGrant Clarke2019-01-181-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Respect process order for out of order skeleton bones (fixes GLTF2 import iss...Juan Linietsky2018-08-061-9/+83
* Implemented IKAndreaCatania2018-08-041-3/+8
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-20/+20
* Fixes #19845 no 3d Compilation issueAndrea Catania2018-07-011-0/+8
* Improved API to active / deactive ragdollAndrea Catania2018-05-101-17/+77
* Implemented ragdollAndreaCatania2018-05-071-0/+113
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Avoid crashes in skeletonJuan Linietsky2018-01-031-2/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* avoid error on setting skeleton from transform changedJuan Linietsky2017-12-291-0/+3
* Missing transform notification for Skeleton.Juan Linietsky2017-12-291-0/+1
* Use a different approach to update skeletons when transform changesJuan Linietsky2017-12-291-3/+15
* Update the skeleton on transformJuan Linietsky2017-12-291-0/+3
* Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in thi...Juan Linietsky2017-12-281-1/+0
* Change skeleton processing to work on global coordinates, should help fix man...Juan Linietsky2017-12-211-1/+6
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-3/+3
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-2/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-214/+179
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-22/+22
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-22/+22