summaryrefslogtreecommitdiffstats
path: root/core/variant_call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix return value for Dictionary.erase()Windy Darian2019-02-211-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-17/+17
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Bind `is_valid_hex_number` string method to GDScriptAndrii Doroshenko (Xrayez)2018-12-241-0/+2
* Merge pull request #20627 from malcolmhoward/core-dictionary-get-keyRémi Verschelde2018-11-191-0/+2
|\
| * Added Python-like .get() method to Dictionary in GDScript #20488m2018-11-191-0/+2
* | Always initialize VariantCall return_type.Fabio Alessandrelli2018-11-171-2/+0
|/
* add ONE constants to Vector2 and Vector3Kelly Thomas2018-10-071-0/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
* Added max() and min() functions to array to return greater or lesser element ...Juan Linietsky2018-08-231-0/+4
* Merge pull request #21253 from aaronfranke/plane-constantsRémi Verschelde2018-08-211-3/+3
|\
| * Rename Plane constants, add to MonoAaron Franke2018-08-211-3/+3
* | Remove circle/diamond and NodePath String constantsRémi Verschelde2018-08-211-12/+0
|/
* add project method to Vector2/3Thomas Herzog2018-08-161-0/+4
* Merge pull request #20945 from neikeq/dict-erase-retboolRémi Verschelde2018-08-151-1/+1
|\
| * Dictionary: remove erase_checked(key), make erase(key) return boolIgnacio Etcheverry2018-08-141-1/+1
* | Fix int(String) != int(int) conversionChaosus2018-08-141-1/+1
* | Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-311-5/+77
|/
* Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde2018-07-261-2/+10
|\
| * Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke2018-07-251-2/+10
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
|/
* Sync classref with current sourceRémi Verschelde2018-05-281-0/+2
* Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner2018-05-231-0/+2
|\
| * Added rsplit() for String classDmitry Koteroff2017-12-151-0/+2
* | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup2018-05-121-1/+17
* | Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev2018-05-041-0/+6
* | Merge pull request #16649 from ibrahn/visual-script-release-crashRémi Verschelde2018-05-011-1/+1
|\ \
| * | fix for segfault when using CallBasic in visual script on release buildIbrahn Sahir2018-02-121-1/+1
* | | add string trim_prefix trim_suffix lstrip and rstrip methodsbosak2018-04-171-0/+8
* | | Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov2018-03-131-4/+4
* | | Bring back Vector2.cross()Bernhard Liebl2018-03-071-2/+2
* | | Merge pull request #15563 from poke1024/gdscript-shuffleRémi Verschelde2018-02-191-0/+2
|\ \ \
| * | | Add shuffle() method to Arraypoke10242018-01-101-0/+2
* | | | Merge pull request #15852 from poke1024/color_hsvRémi Verschelde2018-02-191-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Add Color.from_hsv()Bernhard Liebl2018-01-181-0/+2
| |/ /
* | | Fix broken variant call of Vector3.snappedTimur Celik2018-02-031-1/+1
* | | Fix wrong return type of xform functionsPoommetee Ketson2018-01-301-4/+4
|/ /
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* | Merge pull request #15220 from ibrahn/variantcall-defargs-fixRémi Verschelde2018-01-031-2/+3
|\ \
| * | fix VariantCall default parameter orderingIbrahn Sahir2017-12-311-2/+3
* | | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/ /
* / Dictionary::copy -> ::duplicateWill Nations2017-12-171-0/+2
|/
* Added third argument for String.split() function (see issue #14349)Dmitry Koteroff2017-12-151-2/+2
* Merge pull request #13347 from Noshyaar/hang_in_thereRémi Verschelde2017-12-091-0/+2
|\
| * Rect2: add function returning same rect with positive w and hPoommetee Ketson2017-11-281-0/+2
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-3/+3
|/
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Make tween able to be used as before (without the need for ":...")Bojidar Marinov2017-11-221-0/+2
* Merge pull request #12371 from donkeybonks/color-lighten-darkenRémi Verschelde2017-11-221-0/+4
|\
| * Add Color.lightened and Color.darkened (like LESS.css or SASS)Kyle Van Berendonck2017-11-211-0/+4