Age | Commit message (Expand) | Author |
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 |
2021-08-18 | Merge pull request #51627 from mhilbrunner/todo-for-neikeq | Rémi Verschelde |
2021-08-17 | Fixes to tests for Variant and Geometry3D | Aaron Franke |
2021-08-17 | Namespaces instead of underscore prefix for binds | Max Hilbrunner |
2021-08-15 | Fix crash when dividing by 0 in Vector2/3i | Rafał Mikrut |
2021-08-11 | Merge pull request #38992 from Dragoncraft89/master | Rémi Verschelde |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-08-10 | Merge pull request #51017 from vnen/extension-fixes | Rémi Verschelde |
2021-08-10 | Merge pull request #50682 from aaronfranke/basis-looking-at | Rémi Verschelde |
2021-08-08 | [Text Server] Improve object (image/table) inline alignment. | bruvzg |
2021-08-05 | Improve extension system | George Marques |
2021-08-05 | Fix a few default parameters in bindings | George Marques |
2021-08-01 | Move code for looking_at to Basis | Aaron Franke |
2021-07-31 | Merge pull request #51084 from aaronfranke/no-dectime | Rémi Verschelde |
2021-07-30 | Remove obsolete "dectime" method | Aaron Franke |
2021-07-30 | VariantParser: Fix uninitialized ResourceParser funcs | Rémi Verschelde |
2021-07-30 | [Net] Fix Marshalls infinite recursion crash. | Fabio Alessandrelli |
2021-07-27 | Merge pull request #50939 from vnen/fix-variant-bool-conversion | Rémi Verschelde |
2021-07-27 | Change Variant bool conversion to uint8_t | George Marques |
2021-07-27 | [Core] Make enum variant cast and encoding 64 bits | Fabio Alessandrelli |
2021-07-25 | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-24 | Merge pull request #50535 from ChristopheClaustre/packedbytearray_decode_api | Rémi Verschelde |
2021-07-24 | New to_***_array method to decode PackedByteArray to Packed***Array | ChristopheClaustre |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-21 | Use the standard C `INFINITY` and `NAN` constants directly | Hugo Locurcio |
2021-07-20 | Merge pull request #50206 from groud/undoredo_increase_args_count | Rémi Verschelde |
2021-07-13 | Merge pull request #50056 from Blackiris/fix-in-operator | George Marques |
2021-07-06 | Increase the number of arguments accepted by UndoRedo methods | Gilles Roudière |
2021-07-05 | Fix Variant tags parsing. | bruvzg |
2021-07-01 | Force String as Dictionary key instead of StringName | reduz |