Commit History

Author SHA1 Message Date
  bosak 79ecdee496 add string trim_prefix trim_suffix lstrip and rstrip methods 7 years ago
  Bojidar Marinov 9f6c0c6eae Duplicate Arrays and Dictionaries when instancing scene in editor 7 years ago
  Bernhard Liebl 9d7856620c Bring back Vector2.cross() 7 years ago
  Rémi Verschelde 37a6ce5a42 Merge pull request #15563 from poke1024/gdscript-shuffle 7 years ago
  Rémi Verschelde 7455244866 Merge pull request #15852 from poke1024/color_hsv 7 years ago
  Timur Celik c16f61190c Fix broken variant call of Vector3.snapped 7 years ago
  Poommetee Ketson ebe2337515 Fix wrong return type of xform functions 7 years ago
  Bernhard Liebl be55171231 Add Color.from_hsv() 7 years ago
  poke1024 75d69fb4ec Add shuffle() method to Array 7 years ago
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting 7 years ago
  Rémi Verschelde 6b6f60defc Merge pull request #15220 from ibrahn/variantcall-defargs-fix 7 years ago
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 7 years ago
  Ibrahn Sahir 96706168d0 fix VariantCall default parameter ordering 7 years ago
  Will Nations f19fc83546 Dictionary::copy -> ::duplicate 7 years ago
  Dmitry Koteroff 5302fd125b Added third argument for String.split() function (see issue #14349) 7 years ago
  Rémi Verschelde 41e3592041 Merge pull request #13347 from Noshyaar/hang_in_there 7 years ago
  Rémi Verschelde 13c2ff9320 Style: Apply new clang-format 5.0 style to all files 7 years ago
  Poommetee Ketson 5c9be411eb Rect2: add function returning same rect with positive w and h 7 years ago
  Juan Linietsky bc2e8d99e5 Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 8 years ago
  Bojidar Marinov bfe44de2b6 Make tween able to be used as before (without the need for ":...") 8 years ago
  Rémi Verschelde 9638c9cb5d Merge pull request #12371 from donkeybonks/color-lighten-darken 8 years ago
  Rémi Verschelde 3b7e9df255 Merge pull request #13151 from akien-mga/basis-vector3-constructor 8 years ago
  Rémi Verschelde 613d374bc5 Merge pull request #12284 from bojidar-bg/allow-subproperty-set 8 years ago
  Rémi Verschelde a3f8dde502 Properly implement Basis constructor using Vector3 of Euler angles 8 years ago
  Bojidar Marinov 0cf9597758 Allow for getting/setting indexed properties of objects using get/set_indexed 8 years ago
  Kyle Van Berendonck 8e4336a729 Add Color.lightened and Color.darkened (like LESS.css or SASS) 8 years ago
  poke1024 d6e54de502 Add bsearch and bsearch_custom to Array 8 years ago
  Ferenc Arn d28763a4c1 Rename Rect3 to AABB. 8 years ago
  Zher Huei Lee 609cf36f8d Fixed dedent() binding did not return result 8 years ago
  Zher Huei Lee 0804dd5336 Added String::dedent() to remove text indentation 8 years ago