Commit History

Author SHA1 Message Date
  George Marques 269d570420 Add 'from' argument to Array.find() 9 years ago
  J08nY 8a4eca8aa8 Exposed Image.INTERPOLATE_* 9 years ago
  Juan Linietsky 736b65e566 Merge pull request #4977 from SaracenOne/scripting_expose 9 years ago
  J08nY dcce477f5e Added Dictionary.values() 9 years ago
  J08nY 5f5ca8cd9b Added Array.find_last() and Array.count() 9 years ago
  Saracen 4bcc60008d Expose Vector2 abs method to scripts 9 years ago
  Saracen 7ebc422945 Expose string 'erase' method to script 9 years ago
  Mattias Cibien 49c473bb36 Added possibility to strip left and right to strip_edges (#4594) 9 years ago
  Rémi Verschelde c556a97b27 Variant: readd String.ends_with and Dict.has_all 9 years ago
  Ariel Manzur cfd3efd097 export fix_alpha_edges 9 years ago
  Alexander Holland a379ed56ea string ends_with 9 years ago
  Alexander Holland a8ebd43ab7 dictionary has_all 9 years ago
  Juan Linietsky c247f5ad61 Removed get() function from many variant typed arrays, fixes #2135 9 years ago
  Juan Linietsky 4fdab4f555 added a new function to escape properly json, fixes #3282 9 years ago
  George Marques 5be9ff7b67 Update copyright to 2016 in headers 9 years ago
  Juan Linietsky 9a7ff65751 make popup emit index when id is not defined 9 years ago
  Juan Linietsky b191e740d2 add pop_back/pop_front/push_back/push_front to array, to make it according to doc, fixes #3040 9 years ago
  Franklin Sobrinho 3c4b0236cb Add constructor for Image built-in type 9 years ago
  Juan Linietsky 200b7bb87c -Display on animation editor which keys are invalid and which tracks are unresolved 9 years ago
  est31 a23e29ab36 Correct retvals of String::to_ascii() and String::to_utf8() 9 years ago
  Juan Linietsky d3eb9e8c54 -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 9 years ago
  Franklin Sobrinho 541812e999 Implement Quat multiply operator, and xform method 9 years ago
  MrGreenTea ec11762006 added floor() and ceil() to Vector3 10 years ago
  Jaguar e6fb0cf970 Added helper methods to InputEvent 10 years ago
  James McLean bb659fa875 Added rot/pos constructor for Matrix32 variant. 10 years ago
  est31 f83f96cb44 Add String.to_utf8() and String.to_ascii() 10 years ago
  romulox_x 79c36ea5f7 fixed ColorArray constructor when taking array as parameter 10 years ago
  Juan Linietsky 66c71c21df resolved some cases wehre built-in doc is not properlt generated, fixes #1719 10 years ago
  Juan Linietsky fdaa2920eb Updated copyright year in all headers 10 years ago
  Juan Linietsky 22997294fa -Concatenating arrays keeps the shared property if any of the arrays is shared. Fixes #1646 10 years ago