Rémi Verschelde
|
e0574e1d98
|
Fix typos with codespell
Using codespell 1.15.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
|
2019-05-19 13:10:35 +02:00 |
|
Rémi Verschelde
|
b16c309f82
|
Update copyright statements to 2019
Happy new year to the wonderful Godot community!
|
2019-01-01 12:58:10 +01:00 |
|
Andrea Catania
|
a837c33442
|
Added possibility to override or add target basis to tip bone
|
2018-11-20 13:57:16 +01:00 |
|
Andrea Catania
|
76d02b13a1
|
Fixed task creation with void chain in SkeletonIK
|
2018-08-26 12:41:20 +02:00 |
|
Rémi Verschelde
|
238a78f13f
|
Fix compiling SkeletonIK with disable_3d
Fixes #20825.
|
2018-08-19 12:09:41 +02:00 |
|
AndreaCatania
|
b7e66188df
|
Implemented IK
|
2018-08-04 11:25:07 +02:00 |
|