Age | Commit message (Expand) | Author |
2021-10-15 | Swap args of Plane(point, normal) constructor | mennomax |
2021-10-14 | Zero Dictionary and Array variants when changing type with reset | George Marques |
2021-10-11 | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ... | Juan Linietsky |
2021-10-11 | Merge pull request #48332 from TokageItLab/implement-ping-pong | Rémi Verschelde |
2021-10-11 | Fix autocompletion of built-in functions in GDScript | Yuri Roubinsky |
2021-10-09 | implement ping-pong loop in animation | Tokage |
2021-10-09 | Enhance and cleanup stringify for Vector | mashumafi |
2021-10-08 | Faster hash_compare for integer and string keys in dictionaries | Bartłomiej T. Listwon |
2021-10-07 | Merge pull request #53422 from KoBeWi/add_LUA_to_Godot | Rémi Verschelde |
2021-10-07 | Merge pull request #53545 from vnen/gdscript-release | Rémi Verschelde |
2021-10-07 | Enable method type information on release builds | George Marques |
2021-10-06 | Add Variant `in` operator for any String/StringName operands | George Marques |
2021-10-05 | NaN, INF read/write bug fixed | Thakee Nathees |
2021-10-05 | Fix LUA-style assignment in Dictionary | kobewi |
2021-10-01 | Merge pull request #52850 from mashumafi/vector-bsearch | Rémi Verschelde |
2021-09-30 | Implement bsearch for Vector and Packed*Array | mashumafi |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-29 | Fix const pointers types in docs and extension API. | Fabio Alessandrelli |
2021-09-28 | Merge pull request #52481 from Faless/net/4.x_native_peers | Fabio Alessandrelli |
2021-09-25 | Merge pull request #52849 from KoBeWi/know_no_binds | Rémi Verschelde |
2021-09-24 | [Net] Enable PacketPeer native extensions. | Fabio Alessandrelli |
2021-09-24 | Remove binds from Signal.connect | kobewi |
2021-09-21 | Merge pull request #52878 from AnilBK/add-get-center | Rémi Verschelde |
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra |
2021-09-21 | Add `print_verbose()` built-in function to print in verbose mode only | Hugo Locurcio |
2021-09-20 | Merge pull request #52398 from deakcor/dev-transform | Rémi Verschelde |
2021-09-19 | Expose get_skew for transform2d and add new constructor | Vincent D |
2021-09-17 | Allow indexing of String values in scripting languages | George Marques |
2021-09-17 | Merge pull request #52450 from aaronfranke/they-came-from-scale | Rémi Verschelde |
2021-09-17 | Allow comparing equality between builtin types and null | George Marques |
2021-09-17 | Replace Vector3.to_diagonal_matrix with Basis.from_scale | Aaron Franke |
2021-09-13 | Added explicit type conversions | Matthew Newall |
2021-09-07 | Implement properties arrays in the Inspector. | Gilles Roudière |
2021-09-01 | Merge pull request #52270 from KoBeWi/goodbye_polar | George Marques |
2021-09-01 | Merge pull request #48237 from KoBeWi/they_came_from_angle | George Marques |
2021-08-31 | Add Vector2.from_angle() method | kobewi |
2021-08-31 | Remove cartesian2polar and polar2cartesian | kobewi |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-08-28 | Merge pull request #47406 from mashumafi/master-Array-insert-rc | Max Hilbrunner |
2021-08-28 | Merge pull request #43522 from qarmin/divide_by_zero_in_vectori | Max Hilbrunner |
2021-08-27 | Merge pull request #52090 from balloonpopper/bug52060 | Max Hilbrunner |
2021-08-27 | Add an `Array.pop_at()` method to pop an element at an arbitrary index | Hugo Locurcio |
2021-08-26 | Correct null and boolean values being capitalised by the str command | Balloonpopper |
2021-08-24 | Merge pull request #52041 from Rubonnek/expose-simplify-path | Max Hilbrunner |
2021-08-24 | Expose String.simplify_path | Wilson E. Alvarez |
2021-08-23 | Expose RID creation utilities. | reduz |
2021-08-23 | Implement NativeExtension pointer arguments | reduz |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-20 | Merge pull request #51902 from vnen/variant-internal-constructor | Rémi Verschelde |
2021-08-19 | Fix initialization of objects in VariantInternal | George Marques |