George Marques
|
fefee533ae
Fix names of Variant operators
|
7 years ago |
Juan Linietsky
|
4ee3f3251d
Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved
|
7 years ago |
Bojidar Marinov
|
9f6c0c6eae
Duplicate Arrays and Dictionaries when instancing scene in editor
|
7 years ago |
Bojidar Marinov
|
4d81e8afe6
Fix a potential bug hinted by clang
|
7 years ago |
Poommetee Ketson
|
f4f92b55e1
Color:fix setting V switch S to old V value
|
7 years ago |
luz.paz
|
612ab4bbc6
Fix typos with codespell
|
7 years ago |
MrCdK
|
b2617e72e5
Fix NEQ operation between 2 different Arrays
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Ferenc Arn
|
d28763a4c1
Rename Rect3 to AABB.
|
7 years ago |
Marcelo Fernandez
|
d3a039cb2f
Fix Color.r8/g8/b8/a8 being type float instead of type int
|
7 years ago |
Hein-Pieter van Braam
|
758accdcc2
Make variant_op jumptable const
|
8 years ago |
Hein-Pieter van Braam
|
a124651280
Merge pull request #11549 from hpvb/fix-11543
|
8 years ago |
Marcelo Fernandez
|
57d438eb7a
Fix Variant::get_named return when p_index is invalid
|
8 years ago |
Hein-Pieter van Braam
|
4d14d61bbc
Fix Dictionary set_named
|
8 years ago |
Rémi Verschelde
|
ebaf2d89e9
Merge pull request #11473 from hpvb/fix-11466
|
8 years ago |
Juan Linietsky
|
3c857033df
Massive optimization to Variant::set_named/get_named. Should give a nice boost to GDScript.
|
8 years ago |
Hein-Pieter van Braam
|
7b492e6a23
Implement operator != on Pool*Array types
|
8 years ago |
Hein-Pieter van Braam
|
6565cf3360
Allow equality checks between null and arbitrary types
|
8 years ago |
Hein-Pieter van Braam
|
833c3917b2
Allow booleanization of all types
|
8 years ago |
Hein-Pieter van Braam
|
85641c545b
Be type-strict checking on equality checks
|
8 years ago |
Hein-Pieter van Braam
|
36e8bee752
Fix accidental cast to Vector3 for Vector2 iter
|
8 years ago |
Hein-Pieter van Braam
|
137f8a58a8
Move Variant::evaluate() switch to computed goto
|
8 years ago |
bncastle
|
9d9cfc6f61
Implement +,-,/, * and negate operators for Color type.
|
8 years ago |
Thomas Herzog
|
111dae950d
Revert "Don't allow division by false (zero)"
|
8 years ago |
Hein-Pieter van Braam
|
4f16baca43
Don't allow division by false (zero)
|
8 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
Juan Linietsky
|
2a3e00c8c7
-Many fixes to VisualScript, fixed property names, etc.
|
8 years ago |
Juan Linietsky
|
db3b05d289
Reworked translation system
|
8 years ago |
Bojidar Marinov
|
26a51c3c0b
Reimplement for..in range() so that it always results in ints
|
8 years ago |