aboutsummaryrefslogtreecommitdiff
path: root/core/variant_call.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #9410 from williamd1k0/advanced-string-formatRémi Verschelde2017-06-271-0/+2
|\
| * Add advanced string formatWilliam Tumeo2017-06-161-0/+2
* | Added 'blit_rect_mask' methoddumitru-stama2017-06-241-0/+2
* | Added two new methods 'blend_rect_mask' and 'fill'd2017-06-181-0/+4
* | Merge pull request #9167 from dumitru-stama/blitalphaRémi Verschelde2017-06-171-0/+2
|\ \
| * | Added a new 'blend_rect' method acting as 'blit_rect' with alpha-blendingdumitru.stama2017-06-141-0/+2
| |/
* / added grow functions to Rect2toger52017-06-171-0/+4
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Bring that Whole New World to the Old Continent tooRémi Verschelde2017-03-191-1060/+1037
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-03-181-5/+5
* Style: Fix statements ending with ';;'Rémi Verschelde2017-03-181-11/+11
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
* Add Array.front() and Array.back()Kazuo2562017-01-121-0/+4
* Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2017-01-041-4/+0
* adding ipv6Ariel Manzur2016-12-111-0/+5
* Vector3: added angle_to(Vector3 other)J08nY2016-10-091-0/+2
* Expose Vector2::clamped() to scriptsAndreas Haas2016-10-091-0/+2
* Merge pull request #5524 from pkowal1982/masterJuan Linietsky2016-07-241-0/+2
|\
| * Array has(var value) functionPawel Kowal2016-07-071-0/+2
* | classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-4/+4
|/
* Make sure builtin types' constants remain in orderGeorge Marques2016-07-051-42/+60
* Expose *Array.invert() to scriptGeorge Marques2016-06-251-0/+14
* Add sha256_buffer() function to StringGeorge Marques2016-06-231-0/+2
* *Array: added bindings for other DVector methodsJ08nY2016-06-221-7/+42
* Merge pull request #5196 from vnen/similarity-code-completionRémi Verschelde2016-06-201-0/+4
|\
| * Add similarity comparison to StringGeorge Marques2016-06-191-0/+4
* | Property reporty base type when a function fails, fixes #4581 probably also c...Juan Linietsky2016-06-201-5/+12
|/
* Add sha256 to String and File/FileAccess.Bojidar Marinov2016-06-171-0/+2
* Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde2016-06-151-3/+3
|\
| * Dictionary: rename param in .has() .has_all() .erase()J08nY2016-06-131-3/+3
* | String documentation: .ord_at() returns int not StringJ08nY2016-06-141-1/+1
|/
* Add 'is_subsequence_of' function to StringGeorge Marques2016-06-121-0/+4
* Add 'rfind' function to ArrayGeorge Marques2016-06-101-0/+2
* Add 'from' argument to Array.find()George Marques2016-06-101-2/+2
* Exposed Image.INTERPOLATE_*J08nY2016-06-071-0/+3
* Merge pull request #4977 from SaracenOne/scripting_exposeJuan Linietsky2016-06-061-2/+4
|\
| * Expose Vector2 abs method to scriptsSaracen2016-06-011-0/+2
| * Expose string 'erase' method to scriptSaracen2016-06-011-2/+2
* | Added Dictionary.values()J08nY2016-06-051-0/+2
* | Added Array.find_last() and Array.count()J08nY2016-06-031-0/+4
|/
* Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien2016-05-111-2/+2
* Variant: readd String.ends_with and Dict.has_allRémi Verschelde2016-05-061-0/+4
* export fix_alpha_edgesAriel Manzur2016-05-051-4/+2
* string ends_withAlexander Holland2016-04-171-0/+2
* dictionary has_allAlexander Holland2016-04-041-0/+2
* Removed get() function from many variant typed arrays, fixes #2135Juan Linietsky2016-01-241-7/+7
* added a new function to escape properly json, fixes #3282Juan Linietsky2016-01-101-0/+6
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* make popup emit index when id is not definedJuan Linietsky2015-12-121-3/+3