summaryrefslogtreecommitdiff
path: root/core/variant_call.cpp
AgeCommit message (Expand)Author
2019-04-23Merge pull request #24269 from xsellier/feature/master-add-sha256Hein-Pieter van Braam
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-04-08Merge pull request #27452 from Chaosus/direction_toRémi Verschelde
2019-04-06Fixed Transform FLIP_Y and FLIP_Z set as identity transformPouleyKetchoupp
2019-04-05Added direction_to method to vectorsChaosus
2019-04-01Some improvements to is_equal_approx, restored Quat operator.Juan Linietsky
2019-02-21Fix return value for Dictionary.erase()Windy Darian
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-24Bind `is_valid_hex_number` string method to GDScriptAndrii Doroshenko (Xrayez)
2018-12-10Feature: Add SHA256 for PoolByteArrayXavier Sellier
2018-11-19Merge pull request #20627 from malcolmhoward/core-dictionary-get-keyRémi Verschelde
2018-11-19Added Python-like .get() method to Dictionary in GDScript #20488m
2018-11-17Always initialize VariantCall return_type.Fabio Alessandrelli
2018-10-07add ONE constants to Vector2 and Vector3Kelly Thomas
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-23Added max() and min() functions to array to return greater or lesser element ...Juan Linietsky
2018-08-21Merge pull request #21253 from aaronfranke/plane-constantsRémi Verschelde
2018-08-21Rename Plane constants, add to MonoAaron Franke
2018-08-21Remove circle/diamond and NodePath String constantsRémi Verschelde
2018-08-16add project method to Vector2/3Thomas Herzog
2018-08-15Merge pull request #20945 from neikeq/dict-erase-retboolRémi Verschelde
2018-08-14Dictionary: remove erase_checked(key), make erase(key) return boolIgnacio Etcheverry
2018-08-14Fix int(String) != int(int) conversionChaosus
2018-07-31Allow some non-integer built-in constants in gdscriptBernhard Liebl
2018-07-26Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke
2018-05-28Sync classref with current sourceRémi Verschelde
2018-05-23Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner
2018-05-12Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup
2018-05-04Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev
2018-05-01Merge pull request #16649 from ibrahn/visual-script-release-crashRémi Verschelde
2018-04-17add string trim_prefix trim_suffix lstrip and rstrip methodsbosak
2018-03-13Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov
2018-03-07Bring back Vector2.cross()Bernhard Liebl
2018-02-19Merge pull request #15563 from poke1024/gdscript-shuffleRémi Verschelde
2018-02-19Merge pull request #15852 from poke1024/color_hsvRémi Verschelde
2018-02-12fix for segfault when using CallBasic in visual script on release buildIbrahn Sahir
2018-02-03Fix broken variant call of Vector3.snappedTimur Celik
2018-01-30Fix wrong return type of xform functionsPoommetee Ketson
2018-01-18Add Color.from_hsv()Bernhard Liebl
2018-01-10Add shuffle() method to Arraypoke1024
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15220 from ibrahn/variantcall-defargs-fixRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-31fix VariantCall default parameter orderingIbrahn Sahir
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-15Added rsplit() for String classDmitry Koteroff
2017-12-15Added third argument for String.split() function (see issue #14349)Dmitry Koteroff