Age | Commit message (Expand) | Author |
2016-10-03 | Merge pull request #6304 from razvanc-r/master | Rémi Verschelde |
2016-09-19 | Expose Vector2::clamped() to scripts | Andreas Haas |
2016-09-11 | (Array) pop_front, pop_back return values | Răzvan Cosmin Rădulescu |
2016-09-10 | Merge pull request #5879 from gau-veldt/subarray_patch | Juan Linietsky |
2016-09-05 | Merge pull request #6352 from hurikhan/fix_release_build_II | Rémi Verschelde |
2016-09-02 | Basic type constants for visual script | Juan Linietsky |
2016-09-01 | Fix release build. (II) | Mario Schlack |
2016-08-03 | More progress on visual script editing | Juan Linietsky |
2016-07-24 | Merge pull request #5524 from pkowal1982/master | Juan Linietsky |
2016-07-23 | Added slicing operation to DVector via DVector.subarray(int start,int end) me... | Gau o fthe Veldt |
2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde |
2016-07-07 | Array has(var value) function | Pawel Kowal |
2016-07-05 | Make sure builtin types' constants remain in order | George Marques |
2016-06-25 | Expose *Array.invert() to script | George Marques |
2016-06-23 | Add sha256_buffer() function to String | George Marques |
2016-06-22 | *Array: added bindings for other DVector methods | J08nY |
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde |
2016-06-20 | Property reporty base type when a function fails, fixes #4581 probably also c... | Juan Linietsky |
2016-06-19 | Add similarity comparison to String | George Marques |
2016-06-17 | Add sha256 to String and File/FileAccess. | Bojidar Marinov |
2016-06-15 | Merge pull request #5192 from J08nY/issue-5190 | Rémi Verschelde |
2016-06-14 | String documentation: .ord_at() returns int not String | J08nY |
2016-06-13 | Dictionary: rename param in .has() .has_all() .erase() | J08nY |
2016-06-12 | Add 'is_subsequence_of' function to String | George Marques |
2016-06-10 | Add 'rfind' function to Array | George Marques |
2016-06-10 | Add 'from' argument to Array.find() | George Marques |
2016-06-07 | Exposed Image.INTERPOLATE_* | J08nY |
2016-06-06 | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky |
2016-06-05 | Added Dictionary.values() | J08nY |
2016-06-03 | Added Array.find_last() and Array.count() | J08nY |
2016-06-01 | Expose Vector2 abs method to scripts | Saracen |
2016-06-01 | Expose string 'erase' method to script | Saracen |
2016-05-11 | Added possibility to strip left and right to strip_edges (#4594) | Mattias Cibien |
2016-05-06 | Variant: readd String.ends_with and Dict.has_all | Rémi Verschelde |
2016-05-05 | export fix_alpha_edges | Ariel Manzur |
2016-04-17 | string ends_with | Alexander Holland |
2016-04-04 | dictionary has_all | Alexander Holland |
2016-01-24 | Removed get() function from many variant typed arrays, fixes #2135 | Juan Linietsky |
2016-01-10 | added a new function to escape properly json, fixes #3282 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-12 | make popup emit index when id is not defined | Juan Linietsky |
2015-12-12 | add pop_back/pop_front/push_back/push_front to array, to make it according to... | Juan Linietsky |
2015-12-06 | Add constructor for Image built-in type | Franklin Sobrinho |
2015-12-05 | -Display on animation editor which keys are invalid and which tracks are unre... | Juan Linietsky |
2015-11-24 | Correct retvals of String::to_ascii() and String::to_utf8() | est31 |
2015-11-19 | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky |
2015-11-11 | Implement Quat multiply operator, and xform method | Franklin Sobrinho |
2015-07-15 | added floor() and ceil() to Vector3 | MrGreenTea |
2015-06-23 | Added helper methods to InputEvent | Jaguar |
2015-06-09 | Added rot/pos constructor for Matrix32 variant. | James McLean |