Rémi Verschelde
|
dd5376f9df
Merge pull request #25934 from mrcdk/pool_int_real_color_interpolate
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
MrCdK
|
3441e2a96f
Added PoolIntArray, PoolRealArray and PoolColorArray interpolate
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Aaron Franke
|
cb01268562
Fix many errors found by PVS-Studio
|
6 years ago |
qonnop
|
50fae2b1a7
Optimize interpolation algorithms
|
6 years ago |
Rémi Verschelde
|
44d82b3a07
Merge pull request #22752 from aaronfranke/equals-redundant
|
6 years ago |
Aaron Franke
|
4f7b33cdcf
Remove redundant "== false" code
|
6 years ago |
qonnop
|
bbfc6f6985
Fixed int interpolation issue, closes #22763
|
6 years ago |
Rémi Verschelde
|
c4f14e091c
Color: Fix rounding error converting from float to 8-bit
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Juan Linietsky
|
d280b14e6e
Hacked around duplication bug. I think duplicate needs to be even smarter, maybe pass two bools? (containers and/or resources)
|
7 years ago |
Juan Linietsky
|
2dc738ce27
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
7 years ago |
ShyRed
|
100a775260
Keep alpha when changing h, s or v on color
|
7 years ago |
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
|
7 years ago |
Hein-Pieter van Braam
|
a124651280
Merge pull request #11549 from hpvb/fix-11543
|
7 years ago |
Marcelo Fernandez
|
57d438eb7a
Fix Variant::get_named return when p_index is invalid
|
7 years ago |
Hein-Pieter van Braam
|
4d14d61bbc
Fix Dictionary set_named
|
7 years ago |
Rémi Verschelde
|
ebaf2d89e9
Merge pull request #11473 from hpvb/fix-11466
|
7 years ago |