Age | Commit message (Expand) | Author |
2021-08-28 | Improve collision generation usability in the new 3D scene import workflow. | AndreaCatania |
2021-08-28 | Fix double named size parameter | Bastiaan Olij |
2021-08-27 | Merge pull request #52122 from V-Sekai/autoload_list | K. S. Ernest (iFire) Lee |
2021-08-27 | GDScript test style fix | Max Hilbrunner |
2021-08-27 | Merge pull request #52090 from balloonpopper/bug52060 | Max Hilbrunner |
2021-08-27 | Merge pull request #51296 from ellenhp/mix_in_audio_server | Juan Linietsky |
2021-08-27 | Merge pull request #52105 from ldmnt/master | Hugo Locurcio |
2021-08-27 | Require AudioStream::mix to return the number of frames successfully mixed | Ellen Poe |
2021-08-27 | Makes FontData importable resource. | bruvzg |
2021-08-26 | Use OrderedHashMap for autoloads to preserve order | Lyuma |
2021-08-27 | Merge pull request #52003 from BastiaanOlij/xr_interface_extension | Bastiaan Olij |
2021-08-26 | Merge pull request #52107 from timothyqiu/overriden | Juan Linietsky |
2021-08-26 | Adding GDExtension support to XRInterface | Bastiaan Olij |
2021-08-26 | Correct null and boolean values being capitalised by the str command | Balloonpopper |
2021-08-25 | Merge pull request #52102 from Calinou/gdscript-tests-add-readme | Gilles Roudière |
2021-08-26 | Fix misspelled "overriden" | Haoyu Qiu |
2021-08-25 | Fixed crash when parsing an empty assignment. | Louis Dumont |
2021-08-25 | Merge pull request #52087 from raulsntos/expose-simplify-path | Max Hilbrunner |
2021-08-25 | Merge pull request #52086 from raulsntos/rename-string-is-abs-path-method | Max Hilbrunner |
2021-08-25 | Add a README to link to the GDScript integration tests documentation | Hugo Locurcio |
2021-08-25 | Expose `String.SimplifyPath` in C# | Raul Santos |
2021-08-25 | Fixed pattern matching with expressions | ThreeRhinosInAnElephantCostume |
2021-08-25 | Merge pull request #52023 from mhilbrunner/vs-fix-reloaded | Max Hilbrunner |
2021-08-25 | Rename `String.IsAbsPath()` to `String.IsAbsolutePath()` | Raul Santos |
2021-08-24 | GDScript: Allow access to outer constant and enum values | George Marques |
2021-08-24 | Fix Visual Script editor | Max Hilbrunner |
2021-08-24 | Merge pull request #47295 from omegachysis/script-bind-mutex | Ignacio Roldán Etcheverry |
2021-08-23 | Document ENetConnection compression must match between client and server | Hugo Locurcio |
2021-08-23 | Merge pull request #51971 from aaronfranke/https | Max Hilbrunner |
2021-08-23 | Merge pull request #51947 from AnilBK/redundant-assignments | Michael Alexsander |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-21 | Merge pull request #51919 from raulsntos/csharp-renames | Aaron Franke |
2021-08-22 | [macOS] Request camera permission before session init. | bruvzg |
2021-08-21 | Remove redundant assignments. | Anilforextra |
2021-08-20 | Merge pull request #49105 from vnen/gdscript-inner-preload-type | Rémi Verschelde |
2021-08-20 | GDScript: Make singleton functions be seen as static | George Marques |
2021-08-20 | Rename C# string extensions to follow GDScript | Raul Santos |
2021-08-20 | Merge pull request #51916 from mhilbrunner/vs-fix | Rémi Verschelde |
2021-08-20 | Fix VisualScriptEditor after namespaces | Max Hilbrunner |
2021-08-20 | C#: Fix bindings generator for Callable argument default value | Ignacio Roldán Etcheverry |
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 | GDScript: Fix memory leak when using self class as type | George Marques |
2021-08-18 | GDScript: Fix calling builtin static functions | George Marques |
2021-08-18 | GDScript: Fix issue when calling `new()` on its own | George Marques |
2021-08-18 | GDScript: Fix inner classes and preloaded scripts as types | George Marques |
2021-08-18 | Merge pull request #51859 from nekomatata/bullet-body-motion-fixes | Rémi Verschelde |
2021-08-18 | Fixes in Bullet body_test_motion | PouleyKetchoupp |