summaryrefslogtreecommitdiffstats
path: root/core/variant_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+1
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+2
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-4/+8
* Merge pull request #25934 from mrcdk/pool_int_real_color_interpolateRémi Verschelde2019-03-031-3/+67
|\
| * Added PoolIntArray, PoolRealArray and PoolColorArray interpolateMrCdK2019-02-161-3/+67
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-9/+9
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix many errors found by PVS-StudioAaron Franke2018-11-281-2/+2
* Optimize interpolation algorithmsqonnop2018-10-071-7/+6
* Merge pull request #22752 from aaronfranke/equals-redundantRémi Verschelde2018-10-071-1/+1
|\
| * Remove redundant "== false" codeAaron Franke2018-10-061-1/+1
* | Fixed int interpolation issue, closes #22763qonnop2018-10-061-1/+4
|/
* Color: Fix rounding error converting from float to 8-bitRémi Verschelde2018-09-181-4/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Hacked around duplication bug. I think duplicate needs to be even smarter, ma...Juan Linietsky2018-07-031-0/+2
* -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-2/+9
* Keep alpha when changing h, s or v on colorShyRed2018-04-221-9/+9
* Fix names of Variant operatorsGeorge Marques2018-04-161-1/+2
* Merge pull request #17382 from bojidar-bg/13971-path-array-unsavedJuan Linietsky2018-04-081-0/+13
|\
| * Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov2018-03-131-0/+13
* | Fix a potential bug hinted by clangBojidar Marinov2018-03-131-4/+4
|/
* Color:fix setting V switch S to old V valuePoommetee Ketson2018-02-221-1/+1
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Fix NEQ operation between 2 different ArraysMrCdK2018-01-061-4/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-30/+30
* Fix Color.r8/g8/b8/a8 being type float instead of type intMarcelo Fernandez2017-10-191-4/+4
* Make variant_op jumptable constHein-Pieter van Braam2017-09-251-26/+26
* Merge pull request #11549 from hpvb/fix-11543Hein-Pieter van Braam2017-09-241-1/+1
|\
| * Fix Dictionary set_namedHein-Pieter van Braam2017-09-241-1/+1
* | Fix Variant::get_named return when p_index is invalidMarcelo Fernandez2017-09-241-0/+1
|/
* Merge pull request #11473 from hpvb/fix-11466Rémi Verschelde2017-09-241-8/+14
|\
| * Implement operator != on Pool*Array typesHein-Pieter van Braam2017-09-221-8/+14
* | Massive optimization to Variant::set_named/get_named. Should give a nice boos...Juan Linietsky2017-09-231-27/+458
|/
* Allow equality checks between null and arbitrary typesHein-Pieter van Braam2017-09-201-156/+201
* Allow booleanization of all typesHein-Pieter van Braam2017-09-191-75/+12
* Be type-strict checking on equality checksHein-Pieter van Braam2017-09-191-67/+63
* Fix accidental cast to Vector3 for Vector2 iterHein-Pieter van Braam2017-09-191-1/+1
* Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam2017-09-171-693/+970
* Implement +,-,/, * and negate operators for Color type.bncastle2017-09-161-5/+5
* Revert "Don't allow division by false (zero)"Thomas Herzog2017-09-151-28/+1
* Don't allow division by false (zero)Hein-Pieter van Braam2017-09-151-1/+28
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-301-9/+7
* Reworked translation systemJuan Linietsky2017-06-281-1/+1
* Reimplement for..in range() so that it always results in intsBojidar Marinov2017-06-221-20/+22
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-091-8/+8
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-9/+9
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-714/+0