summaryrefslogtreecommitdiffstats
path: root/core/variant_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* Addition of SDFGI for open world global illuminationJuan Linietsky2020-06-261-0/+1
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-15/+15
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-93/+183
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-186/+0
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-5/+5
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-4/+8
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-75/+110
* Merge pull request #37020 from aaronfranke/rangeRémi Verschelde2020-05-101-40/+96
|\
| * Allow Vector2/Vector3 iterators to have non-integer valuesAaron Franke2020-05-091-10/+10
| * Allow using integer vectors for iteration and make range() use themAaron Franke2020-05-091-32/+88
* | Renamed plane's d to distanceMarcus Elg2020-05-101-5/+5
|/
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-8/+8
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-10/+10
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-24/+24
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-229/+411
* Store arrays inside of Variant as shared.Juan Linietsky2020-02-231-46/+73
* Add support for Vector2i, Rect2i and Vector3i to VariantJuan Linietsky2020-02-221-8/+423
* Added StringName as a variant type.Juan Linietsky2020-02-211-16/+62
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-35/+78
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-262/+262
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-34/+32
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Don't allow to use too big or too small shift operatorsRafał Mikrut2019-12-121-0/+4
* 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