Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-16 | Merge pull request #49266 from Calinou/remove-unused-editor-icons | Rémi Verschelde | |
Remove unused editor icons | |||
2021-09-16 | Merge pull request #49284 from Calinou/add-listener3d-gizmo-icon | Rémi Verschelde | |
Display a editor gizmo icon for Listener3D | |||
2021-09-16 | Merge pull request #52732 from manueldun/materialConversionM | Rémi Verschelde | |
Materials Conversion now includes "Local to scene" flag and name | |||
2021-09-16 | Merge pull request #52735 from BastiaanOlij/gdextension_property_group | Rémi Verschelde | |
Add property group and subgroup registration to extensions | |||
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 | Display a editor gizmo icon for Listener3D | Hugo Locurcio | |
The icon was present in `editor/icons/`, but it was never implemented in the editor gizmos code. This also removes some unused gizmo drawing code (overridden methods that are no longer called anywhere). | |||
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 | Add property group and subgroup registration to extensions | Bastiaan Olij | |
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 | Conversion now includes "Local to scene" flag and name | Manuel Dun | |
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 |