Andreas Haas
|
da3247a500
Make Color.{rgba}8 return int instead float
|
9 years ago |
punto-
|
433de90564
Removing round from int interpolation
|
9 years ago |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 years ago |
Josh Grams
|
f7fad32188
Variant::blend: add Quat, fix Vector3.
|
9 years ago |
Josh Grams
|
391ce81c5e
AnimationTreePlayer: blend value tracks (closes #2299)
|
9 years ago |
Juan Linietsky
|
32a6120a5c
fixed string operator[], which was broken. Closes #2202
|
10 years ago |
George Marques
|
5be9ff7b67
Update copyright to 2016 in headers
|
10 years ago |
Juan Linietsky
|
37f2222dd7
-Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Color, to deal with colors in the 0-255 range. Closes #2345
|
10 years ago |
Franklin Sobrinho
|
6a34ab201a
Fix "in" operator, make it use evaluate() instead of operator==
|
10 years ago |
Rémi Verschelde
|
a961347d8c
Fix return type of Matrix32 member vars
|
10 years ago |
Juan Linietsky
|
5dcfdb3435
Merge pull request #2749 from TheHX/fix_string_content_test
|
10 years ago |
Franklin Sobrinho
|
541812e999
Implement Quat multiply operator, and xform method
|
10 years ago |
Franklin Sobrinho
|
d5fbd1d262
Fix String content test
|
10 years ago |
Juan Linietsky
|
adb709aa91
-Integers and Float should interpolate on animation, maybe fixes #1891, please test
|
10 years ago |
Juan Linietsky
|
4804462ee0
-Fixes from source code analyzizer, closes #1768
|
10 years ago |
est31
|
b2b5143678
Sort xml files, so order is constant
|
10 years ago |
Juan Linietsky
|
3203a03414
Fixed bug in array comparison, fixes #1712
|
10 years ago |
Juan Linietsky
|
fdaa2920eb
Updated copyright year in all headers
|
10 years ago |
Juan Linietsky
|
22997294fa
-Concatenating arrays keeps the shared property if any of the arrays is shared. Fixes #1646
|
10 years ago |
Juan Linietsky
|
0302ea5b82
Merge pull request #1396 from Spooner/fix_sprintf_errors
|
10 years ago |
Juan Linietsky
|
a1f715a4da
support for 2D shadow casters
|
10 years ago |
Bil Bas (Spooner)
|
db2381de7a
Correctly halt on error in sprintf parsing (fixes #1393)
|
10 years ago |
Bil Bas (Spooner)
|
2c1a3dfed6
Merge branch 'master' of https://github.com/okamstudio/godot into add_sprintf
|
11 years ago |
sanikoyes
|
317c496f5c
Add InputEvent::ACTION get/set support for variant
|
11 years ago |
Bil Bas (Spooner)
|
7a41f8c604
Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)])
|
11 years ago |
Juan Linietsky
|
2144648a3d
-fix assignment to vector types in script using integer indices crash (#978)
|
11 years ago |
Juan Linietsky
|
28daf19744
-assignment of ord to string index made valid #1072
|
11 years ago |
Juan Linietsky
|
1a2cb755e2
3D Physics and Other Stuff
|
11 years ago |
Juan Linietsky
|
9ff6d55822
Polygon2D
|
11 years ago |
Juan Linietsky
|
9b8696d3dd
Light Baker!
|
11 years ago |