summaryrefslogtreecommitdiffstats
path: root/core/variant_call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36379 from aaronfranke/color-constructorsRémi Verschelde2020-05-071-0/+7
|\
| * Color with alpha constructorAaron Franke2020-04-291-0/+7
* | Fix: can't convert Transform -> Transform2DThakee Nathees2020-05-071-0/+2
|/
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-6/+6
* Print errors when passing an invalid type to xformAaron Franke2020-04-281-26/+18
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Make dict erase node sequenced godotengine#37477Zak Grumbles2020-04-011-1/+1
* Merge pull request #36896 from kuruk-mm/doc_return_variant_2Rémi Verschelde2020-03-161-1/+4
|\
| * Doctool and core: Fix return type in docs for some Variant methods assigning ...Mateo Miccino2020-03-091-1/+4
* | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-2/+2
|/
* Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'Michael Alexsander2020-03-041-2/+2
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-11/+11
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-127/+177
* Store arrays inside of Variant as shared.Juan Linietsky2020-02-231-84/+109
* Add support for Vector2i, Rect2i and Vector3i to VariantJuan Linietsky2020-02-221-0/+95
* Added StringName as a variant type.Juan Linietsky2020-02-211-4/+10
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-23/+124
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-227/+223
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-16/+6
* Remove deprecated Color::grayHanif Bin Ariffin2020-02-121-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Document that translated does not behave like rotated or scaledAaron Franke2019-12-151-1/+1
* Merge pull request #27792 from Giacom/fix_quatRémi Verschelde2019-12-111-25/+24
|\
| * Fixes being unable to use the Quat(Vector3) constructorGiacom2019-04-081-25/+24
* | Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde2019-11-071-35/+53
|\ \
| * | Expose is_equal_approx and restore == to be exact againAaron Franke2019-10-141-34/+52
| * | Make is_equal_approx separate for structuresAaron Franke2019-10-141-1/+1
* | | Added empty() function to pool array typesPouleyKetchoupp2019-10-311-0/+14
|/ /
* | Don't use in some functions empty PoolByteArraysqarmin2019-10-111-8/+13
* | Merge pull request #32741 from qarmin/fix_string_utf_asciiRémi Verschelde2019-10-111-0/+8
|\ \
| * | Don't use to_utf8() and to_ascii() on empty Stringqarmin2019-10-111-0/+8
* | | Fix decompress PoolByteArray crashqarmin2019-10-101-2/+2
|/ /
* | Bind the `String::humanize_size` methodAndrii Doroshenko (Xrayez)2019-10-041-0/+2
* | Merge pull request #31883 from aole/create-string-function-repeatRémi Verschelde2019-09-241-0/+2
|\ \
| * | Create a GDScript String function repeatBhupendra Aole2019-09-031-0/+2
* | | Add array slice methodCameron Reikes2019-09-141-0/+2
* | | Add transform methods for PoolVector*ArrayAndrii Doroshenko (Xrayez)2019-08-291-0/+4
|/ /
* | Merge pull request #31094 from aaronfranke/vector-sign-mod-etcRémi Verschelde2019-08-231-0/+15
|\ \
| * | Add Vector2/3 sign and posmod functions, misc additionsAaron Franke2019-08-171-0/+15
* | | Revert "Feature: Add SHA256 for PoolByteArray"Rémi Verschelde2019-08-221-11/+0
* | | Add hex_encode function to PoolByteArrayFabio Alessandrelli2019-08-211-0/+8
* | | Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
|/ /
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* | Add Basis constants and format Transform constantsAaron Franke2019-08-091-9/+17
* | [Mono] Deprecate Set methodsAaron Franke2019-07-281-1/+1
* | Added count method to StringChaosus2019-07-231-0/+5
* | Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+1
* | Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-2/+2
* | Add sha1 functions to string (using new CryptoCore)Fabio Alessandrelli2019-07-031-0/+4
* | CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-5/+2