Marcel Admiraal
|
87a4ba492e
Remove unimplemented methods
|
4 年 前 |
reduz
|
ae1c016547
Implement Animation Blend Shape Tracks
|
4 年 前 |
reduz
|
ec19ed3723
Remove animation 3D transform track, replace by loc/rot/scale tracks.
|
4 年 前 |
Juan Linietsky
|
610de0974d
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and NodeAnimation"
|
4 年 前 |
Tokage
|
372ba76663
implement ping-pong loop in animation
|
4 年 前 |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 年 前 |
Aaron Franke
|
430ad75963
Some work on double support
|
4 年 前 |
Aaron Franke
|
78d33a6e24
Use doubles for time in animation code
|
4 年 前 |
Marcel Admiraal
|
8acd13a456
Rename Quat to Quaternion
|
4 年 前 |
Aaron Franke
|
bbd49dec23
Disable Skeleton3D when compiling without 3D
|
4 年 前 |
Aaron Franke
|
125d1a7cd3
Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D
|
4 年 前 |
Aaron Franke
|
de3f6699a5
Rename Transform to Transform3D in core
|
5 年 前 |
Nathan Franke
|
2a8c59c171
Use Array for node configuration warnings
|
5 年 前 |
reduz
|
083aa9b95e
Refactor Process Mode
|
4 年 前 |
Rafał Mikrut
|
003bb8e1a8
Initialize class variables with default values in scene/ [1/2]
|
4 年 前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年 前 |
Marcel Admiraal
|
26fcf2b04c
Add override keywords.
|
5 年 前 |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 年 前 |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 年 前 |
Juan Linietsky
|
eaae4b6408
Renamed 2D and 3D nodes to make their types explicit
|
5 年 前 |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 年 前 |
Juan Linietsky
|
cf8c679a23
ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
|
5 年 前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年 前 |
JohnJLight
|
38d3bfe971
Made use of semicolons more consitent, fixed formatting
|
6 年 前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年 前 |
Rémi Verschelde
|
9eb4d4ab2d
Add missing copyright headers
|
7 年 前 |
Juan Linietsky
|
f6c0a3fce9
Property clear caches in animationtree if animatioplayer is modified. Fixes #19876
|
7 年 前 |
Juan Linietsky
|
bffaa835fc
-Fix blend tree rename, closes #20210
|
7 年 前 |
Juan Linietsky
|
c7e4527a88
Massive rewrite to AnimationTree. Many APIs changed in order to:
|
7 年 前 |
Saracen
|
c55e269bfa
Add method to manually advance AnimationTree and manual process mode.
|
7 年 前 |