Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-16 | Merge pull request #41949 from ↵ | Rémi Verschelde | |
EricEzaM/PR/inspector-sub-resources-unique-confirm Added confirmation dialog for making sub-resources unique. | |||
2021-09-16 | Merge pull request #44885 from Jummit/duplicate-docs | Rémi Verschelde | |
Clarify that duplicate only copies exported members and fails with a constructor | |||
2021-09-16 | Merge pull request #52731 from KoBeWi/tween_safe() | Rémi Verschelde | |
Improvements to Tweens' Variant types | |||
2021-09-16 | Merge pull request #52683 from Calinou/script-editor-tweak-line-column-indicator | Rémi Verschelde | |
Tweak the script editor's line/column indicator for readability | |||
2021-09-16 | Merge pull request #52715 from Calinou/linuxbsd-vulkan-driver-reboot | Rémi Verschelde | |
Mention that rebooting is required after updating graphics driver on Linux | |||
2021-09-16 | Merge pull request #52720 from Faless/js/4.x_fix_wheel | Rémi Verschelde | |
[HTML5] Fix wheel/touch callback modifying event after parse. | |||
2021-09-16 | Merge pull request #51715 from aaronfranke/editor-setting-macro | Rémi Verschelde | |
Add and use macros for defining editor settings with hint information | |||
2021-09-15 | Merge pull request #52571 from timothyqiu/expose-enum | Juan Linietsky | |
Expose enum related methods in ClassDB | |||
2021-09-16 | Merge pull request #38051 from Calinou/doc-cubemap | Max Hilbrunner | |
Document the Cubemap class | |||
2021-09-16 | Added confirmation dialog for making subresources unique. | Eric M | |
2021-09-16 | Merge pull request #43240 from HaSa1002/docs-mainloop | Max Hilbrunner | |
Docs: Fix Mainloop example | |||
2021-09-16 | Merge pull request #46625 from mbrlabs/docs-mutex-lock | Max Hilbrunner | |
Documented that mutexes are implemented recursively | |||
2021-09-16 | Merge pull request #50197 from SirQuartz/patch-16 | Max Hilbrunner | |
Add note to `RichTextLabel` about BBCode and `push_*/pop` functions | |||
2021-09-16 | Improvements to Tweens' Variant types | kobewi | |
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat | |
Rename WorldMarginShape to WorldBoundaryShape | |||
2021-09-16 | Merge pull request #52472 from mhilbrunner/array-slice-docs | Max Hilbrunner | |
Fix docs for Array's slice() | |||
2021-09-16 | Merge pull request #49038 from madmiraal/fix-docs-3407 | Max Hilbrunner | |
Clarify documentation of Camera3D.get_camera_transform() | |||
2021-09-16 | Merge pull request #49041 from madmiraal/fix-docs-4085 | Max Hilbrunner | |
Clarify that eof_reached() cannot be used to check if more data is available | |||
2021-09-15 | Merge pull request #50207 from SirQuartz/patch-17 | Max Hilbrunner | |
Add note to `SceneTree` about pausing | |||
2021-09-15 | Merge pull request #50182 from SirQuartz/patch-15 | Max Hilbrunner | |
Add many descriptions to the `Window` class | |||
2021-09-15 | Merge pull request #51615 from Bhu1-V/PR/docs/cmd-plt | Max Hilbrunner | |
`EditorCommandPalette` Documentation. | |||
2021-09-15 | Merge pull request #52677 from Calinou/doc-styleboxflat-bevel-antialiasing | Max Hilbrunner | |
Document caveats with StyleBoxFlat antialiasing and beveled corners | |||
2021-09-15 | Merge pull request #52628 from mechPenSketch/imgages_in_docs | Max Hilbrunner | |
Add Graph Illustrations to Doc | |||
2021-09-15 | Merge pull request #52719 from Calinou/doc-msdf-font-rendering | Max Hilbrunner | |
Improve documentation related to MSDF font rendering | |||
2021-09-15 | Merge pull request #52656 from akien-mga/rename-vseditor-singleton | Max Hilbrunner | |
Rename VisualScriptEditor singleton to VisualScriptCustomNodes | |||
2021-09-15 | Merge pull request #51864 from aaronfranke/test-string-double | Rémi Verschelde | |
Fix String::num_real and test cases when compiling with doubles | |||
2021-09-15 | Add and use macros for defining editor settings with hint information | Aaron Franke | |
2021-09-15 | Fix String::num_real and String test cases when compiling with doubles | Aaron Franke | |
2021-09-15 | Merge pull request #52695 from Faless/js/4.x_audio_mix_rate | Fabio Alessandrelli | |
[HTML5] Use browser mix rate by default on the Web. | |||
2021-09-15 | Merge pull request #52344 from TechnoPorg/import-assets-first | Rémi Verschelde | |
2021-09-15 | Merge pull request #52272 from aaronfranke/regex | Rémi Verschelde | |
2021-09-15 | [HTML5] Fix wheel/touch callback modifying event after parse. | Fabio Alessandrelli | |
The events should be duplicated or reinstantiated without assuming that parse_input will consume them immediately. | |||
2021-09-15 | Improve documentation related to MSDF font rendering | Hugo Locurcio | |
2021-09-15 | Allow disabling the RegEx module in the editor | Aaron Franke | |
2021-09-15 | Merge pull request #52709 from Chaosus/vs_fix_add_node | Rémi Verschelde | |
2021-09-15 | Mention that rebooting is required after updating graphics driver on Linux | Hugo Locurcio | |
2021-09-15 | Merge pull request #52370 from bruvzg/realloc_paren_stack | Rémi Verschelde | |
2021-09-15 | Fix pressing `Add Node` button in visual shader editor | Yuri Roubinsky | |
2021-09-15 | Merge pull request #52352 from williamd67/open-help-editor-at-correct-position | Rémi Verschelde | |
2021-09-15 | Merge pull request #52706 from vnen/gdscript-ternary-operator-crash | Rémi Verschelde | |
GDScript: Show error when missing expression after ternary else | |||
2021-09-15 | Merge pull request #52705 from vnen/gdscript-error-unary-no-arg | Rémi Verschelde | |
GDScript: Show error on unary operators without argument | |||
2021-09-15 | GDScript: Show error when missing expression after ternary else | George Marques | |
2021-09-15 | Merge pull request #50456 from Blackiris/fix-extends-parent-relative | George Marques | |
Fix extends with relative path to parent script | |||
2021-09-15 | GDScript: Show error on unary operators without argument | George Marques | |
2021-09-15 | Merge pull request #49765 from ↵ | George Marques | |
Blackiris/fix-assignment-with-operator-on-type-member Fix assignment with operator on type member | |||
2021-09-15 | Merge pull request #52582 from ↵ | Rémi Verschelde | |
jmb462/Prevent-non-explicit-inferring-parameter-from-null | |||
2021-09-15 | Merge pull request #52527 from m4gr3d/add_pad_support_master | Rémi Verschelde | |
Add support for Android Play Asset Delivery | |||
2021-09-15 | Merge pull request #52702 from vnen/gdscript-lua-dict-string-key | Rémi Verschelde | |
2021-09-15 | Add support for Play Asset Delivery. | ne0fhyk | |
This only adds support for a subset of Play Asset Delivery: this causes a single install-time asset pack to always be present, but doesn't add support for dynamically downloaded asset packs. | |||
2021-09-15 | GDScript: Allow string keys on Lua-style dictionaries | George Marques | |
Which is useful when the key isn't a valid identifier, such as keys with spaces or numeric keys. |