Age | Commit message (Expand) | Author |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-11-12 | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde |
2021-11-11 | Show built-in script names in the debugger | kobewi |
2021-11-11 | [GDScript] Check string literals for Unicode direction control characters. | bruvzg |
2021-11-10 | Merge pull request #54676 from Chaosus/gds_restrict_names | Rémi Verschelde |
2021-11-10 | Merge pull request #54358 from Shawak/feature-allow-root-node-paths-without-q... | Rémi Verschelde |
2021-11-09 | Allow using $/root node paths | Maximilian |
2021-11-09 | Remove hash symbol in front of opcode error messages in GDScript | Hugo Locurcio |
2021-11-08 | Merge pull request #54473 from briansemrau/no-debug-functions-on-thread | Rémi Verschelde |
2021-11-08 | Prevent identifiers from naming as built-in funcs and global classes | Yuri Roubinsky |
2021-11-08 | Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-... | Rémi Verschelde |
2021-11-07 | Fix LSP crash when parsing signal symbols. | Francois Belair |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-11-02 | Merge pull request #54346 from mhilbrunner/used-what-instead-of-what | Rémi Verschelde |
2021-11-01 | GDScript gracefully handle debug functions from separate thread | Brian Semrau |
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke |
2021-10-28 | Merge pull request #54350 from akien-mga/clang-format-dont-align-operands | Rémi Verschelde |
2021-10-28 | Merge pull request #53526 from KoBeWi/super_print | Rémi Verschelde |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-28 | Improve GDScript indentation error message | Max Hilbrunner |
2021-10-25 | Refactored Node3D rotation modes | reduz |
2021-10-22 | Don't ignore the type mismatch in setter function | Bartłomiej T. Listwon |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal |
2021-10-19 | Merge pull request #52940 from groud/toast_notification | Rémi Verschelde |
2021-10-18 | Fix incorrect debug check for setters | Benjamin Navarro |
2021-10-17 | Fix name used instead of doc for GDScript signals | opl- |
2021-10-15 | Merge pull request #53856 from vnen/gdscript-setter-crash | Rémi Verschelde |
2021-10-15 | GDScript: Avoid crash if missing setter signature | George Marques |
2021-10-15 | Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constant | Rémi Verschelde |
2021-10-15 | GDScript: Fix inferred typed array marked as constant | George Marques |
2021-10-14 | GDScript: Fix typing for await expression | George Marques |
2021-10-14 | GDScript: Remove error when coroutine is called without await | George Marques |
2021-10-14 | GDScript: Properly return value with await on non-coroutine | George Marques |
2021-10-14 | GDScript: Make sure calls don't use return when not needed | George Marques |
2021-10-14 | Merge pull request #53807 from vnen/dont-share-arrays-and-dicts | Rémi Verschelde |
2021-10-14 | Zero Dictionary and Array variants when changing type with reset | George Marques |
2021-10-14 | Merge pull request #53726 from briansemrau/gd-outer-class | George Marques |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-10-13 | GDScript: Access outer scope classes | Brian Semrau |
2021-10-12 | Merge pull request #53720 from vnen/gdscript-typed-array-custom-class | Rémi Verschelde |
2021-10-12 | GDScript: Fix typed array with custom classes | George Marques |
2021-10-12 | GDScript: Make setter parameter type same as variable type | George Marques |
2021-10-11 | Merge pull request #53647 from Chaosus/gds_fix_builtin_functions_autocompletion | Yuri Roubinsky |
2021-10-11 | Fix autocompletion of built-in functions in GDScript | Yuri Roubinsky |
2021-10-11 | Merge pull request #53430 from DavidSichma/typed_safe_setter | George Marques |
2021-10-11 | Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fix | George Marques |
2021-10-11 | Remove redundant String operation from GDScript enum exports | Yuri Sizov |
2021-10-09 | Enhance and cleanup stringify for Vector | mashumafi |
2021-10-08 | Only emit typed member setters if safe to do so | David Sichma |