summaryrefslogtreecommitdiffstats
path: root/core/variant_call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update core documentation to match recent C# changesAaron Franke2020-07-211-2/+2
* Add sort and has methods to PackedArraysAaron Franke2020-07-061-0/+36
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-2/+0
* - Added more euler rotation orders support.Andrea Catania2020-06-121-0/+12
* Fix docs generation for Vector2i/Vector3i/Rect2iYuri Roubinsky2020-06-031-0/+6
* Docs: Fix order of variant constants.bruvzg2020-05-201-0/+11
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-36/+69
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-78/+0
* Merge pull request #38548 from kuruk-mm/add_string_join_to_gdscriptRémi Verschelde2020-05-101-0/+2
|\
| * GDScript: Add join method on StringMateo Kuruk Miccino2020-05-091-0/+2
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-62/+140
* | 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