summaryrefslogtreecommitdiff
path: root/core/variant_call.cpp
AgeCommit message (Expand)Author
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-02Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-09Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli
2016-11-18Add Array.front() and Array.back()Kazuo256
2016-10-18adding ipv6Ariel Manzur
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-10-03Merge pull request #6675 from J08nY/issue-vector3-angle-toRémi Verschelde
2016-10-03Vector3: added angle_to(Vector3 other)J08nY
2016-10-03Merge pull request #6304 from razvanc-r/masterRémi Verschelde
2016-09-19Expose Vector2::clamped() to scriptsAndreas Haas
2016-09-11(Array) pop_front, pop_back return valuesRăzvan Cosmin Rădulescu
2016-09-10Merge pull request #5879 from gau-veldt/subarray_patchJuan Linietsky
2016-09-05Merge pull request #6352 from hurikhan/fix_release_build_IIRémi Verschelde
2016-09-02Basic type constants for visual scriptJuan Linietsky
2016-09-01Fix release build. (II)Mario Schlack
2016-08-03More progress on visual script editingJuan Linietsky
2016-07-24Merge pull request #5524 from pkowal1982/masterJuan Linietsky
2016-07-23Added slicing operation to DVector via DVector.subarray(int start,int end) me...Gau o fthe Veldt
2016-07-08classref: Fix arg name for is_action_pressed/releasedRémi Verschelde
2016-07-07Array has(var value) functionPawel Kowal
2016-07-05Make sure builtin types' constants remain in orderGeorge Marques
2016-06-25Expose *Array.invert() to scriptGeorge Marques
2016-06-23Add sha256_buffer() function to StringGeorge Marques
2016-06-22*Array: added bindings for other DVector methodsJ08nY
2016-06-20Merge pull request #5196 from vnen/similarity-code-completionRémi Verschelde
2016-06-20Property reporty base type when a function fails, fixes #4581 probably also c...Juan Linietsky
2016-06-19Add similarity comparison to StringGeorge Marques
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
2016-06-15Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde
2016-06-14String documentation: .ord_at() returns int not StringJ08nY
2016-06-13Dictionary: rename param in .has() .has_all() .erase()J08nY
2016-06-12Add 'is_subsequence_of' function to StringGeorge Marques
2016-06-10Add 'rfind' function to ArrayGeorge Marques
2016-06-10Add 'from' argument to Array.find()George Marques
2016-06-07Exposed Image.INTERPOLATE_*J08nY
2016-06-06Merge pull request #4977 from SaracenOne/scripting_exposeJuan Linietsky
2016-06-05Added Dictionary.values()J08nY
2016-06-03Added Array.find_last() and Array.count()J08nY
2016-06-01Expose Vector2 abs method to scriptsSaracen
2016-06-01Expose string 'erase' method to scriptSaracen
2016-05-11Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien
2016-05-06Variant: readd String.ends_with and Dict.has_allRémi Verschelde
2016-05-05export fix_alpha_edgesAriel Manzur
2016-04-17string ends_withAlexander Holland
2016-04-04dictionary has_allAlexander Holland
2016-01-24Removed get() function from many variant typed arrays, fixes #2135Juan Linietsky
2016-01-10added a new function to escape properly json, fixes #3282Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-12make popup emit index when id is not definedJuan Linietsky