summaryrefslogtreecommitdiff
path: root/core/variant_call.cpp
AgeCommit message (Expand)Author
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
2017-12-09Merge pull request #13347 from Noshyaar/hang_in_thereRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-28Rect2: add function returning same rect with positive w and hPoommetee Ketson
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-22Make tween able to be used as before (without the need for ":...")Bojidar Marinov
2017-11-22Merge pull request #12371 from donkeybonks/color-lighten-darkenRémi Verschelde
2017-11-22Merge pull request #13151 from akien-mga/basis-vector3-constructorRémi Verschelde
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde
2017-11-21Properly implement Basis constructor using Vector3 of Euler anglesRémi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-21Add Color.lightened and Color.darkened (like LESS.css or SASS)Kyle Van Berendonck
2017-11-21Add bsearch and bsearch_custom to Arraypoke1024
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-05Fixed dedent() binding did not return resultZher Huei Lee
2017-11-01Added String::dedent() to remove text indentationZher Huei Lee
2017-10-30Added difference between function which return value or notЗахаров Андрей
2017-09-25Fixed constness of variant functions, as well as visual script sequence ports...Juan Linietsky
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-12Merge pull request #11106 from hpvb/documentation-fix-poolarraysRémi Verschelde
2017-09-12Merge pull request #11028 from mrawlingst/color-RGBA32Rémi Verschelde
2017-09-09Correct the Pool*Array documentationHein-Pieter van Braam
2017-09-07Change Color.to_32() to to_rgba32() and format as RGBAmrawlingst
2017-09-06-Fixed changes to default input actions not working, closes #10502Juan Linietsky
2017-08-29Remove Basis::set_scale and Basis::set_rotation_* functions.Ferenc Arn
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20Exposed Transform.interpolate_with()Przemysław Gołąb (n-pigeon)
2017-08-08Moved member variables from constructor to initialization listWilson E. Alvarez
2017-07-13Add GZIP compression supportGeorge Marques