Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | Merge pull request #64461 from bitsawer/fix_windows_list_dir | Max Hilbrunner | |
Fix Windows list dir handle leak | |||
2022-08-20 | Merge pull request #64170 from YuriSizov/docs-annotations-in-technicolor | Max Hilbrunner | |
Add documentation for all annotations | |||
2022-08-19 | Merge pull request #63960 from bitsawer/fix-macro-expansion | Yuri Rubinsky | |
2022-08-19 | Merge pull request #64510 from KoBeWi/PR_packed_with_docs😎 | Max Hilbrunner | |
Complete documentation of packed arrays | |||
2022-08-19 | Merge pull request #64167 from clayjohn/screen-texture-hint | Max Hilbrunner | |
Add shader uniform hints for screen textures | |||
2022-08-19 | Merge pull request #64342 from clayjohn/DOF-scale | Max Hilbrunner | |
Properly scale depth in bokeh_dof effect | |||
2022-08-19 | Merge pull request #64612 from bruvzg/fix_shortcuts | Yuri Sizov | |
Fix MenuBar not processing shortcuts. | |||
2022-08-19 | Merge pull request #64592 from mhilbrunner/move-fast-break-things | Yuri Sizov | |
Unexpose VelocityTracker3D | |||
2022-08-19 | Merge pull request #64595 from mhilbrunner/ergo-proxy | Yuri Sizov | |
Unexpose ProxyTexture | |||
2022-08-19 | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods | Yuri Sizov | |
Make `property_*_revert` methods multilevel and expose them for scripting | |||
2022-08-19 | Fix MenuBar not processing shortcuts. | bruvzg | |
2022-08-19 | Add documentation for all annotations | Yuri Sizov | |
2022-08-19 | Merge pull request #64459 from Chaosus/shader_elif | Yuri Rubinsky | |
2022-08-19 | Unexpose ProxyTexture | Max Hilbrunner | |
2022-08-19 | Unexpose VelocityTracker3D | Max Hilbrunner | |
2022-08-19 | Merge pull request #64580 from asmaloney/doc-grammar-less | Max Hilbrunner | |
[doc] Fix grammar in class docs: less vs. fewer/lower | |||
2022-08-19 | Merge pull request #59045 from Calinou/editor-theme-popup-no-rounded-corners | Yuri Sizov | |
Don't use rounded corners for PopupMenus in the editor theme | |||
2022-08-19 | Merge pull request #59851 from Calinou/doc-object-meta-editor-only | Max Hilbrunner | |
Document that Object metadata starting with `_` is editor-only | |||
2022-08-19 | Merge pull request #63326 from MewPurPur/binary-highlighting-fix | Max Hilbrunner | |
Fix highlighting of multiple operators | |||
2022-08-19 | Merge pull request #63950 from bruvzg/menu_bar3 | Max Hilbrunner | |
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor. | |||
2022-08-19 | Complete documentation of packed arrays | kobewi | |
2022-08-19 | Merge pull request #63358 from YuriSizov/control-simplify-enhance-toolbar | Yuri Sizov | |
Improve editor toolbar for `Control` nodes | |||
2022-08-18 | Merge pull request #64156 from bruvzg/sys_msdf | Clay John | |
Allow MSDF rendering for system fonts, fix crash on loading damaged / unsupported font files. | |||
2022-08-18 | Merge pull request #64302 from neikeq/unreference-callback-regr-from-44691448 | Clay John | |
Fix instance binding unreference callback regression | |||
2022-08-18 | Merge pull request #64315 from ↵ | Clay John | |
Daylily-Zeleen/fixed-GraphEdit-signal-argument-type Fixed GraphEdit signal argument type | |||
2022-08-18 | Merge pull request #63999 from QbieShay/qbie/vs-qol | Clay John | |
Quality of life visual shaders updates | |||
2022-08-18 | Merge pull request #64345 from Mickeon/docs-better-draw | Clay John | |
Improve documentation of `CanvasItem`'s draw logic | |||
2022-08-18 | Merge pull request #55032 from Calinou/tweak-default-window-size | Yuri Sizov | |
Increase the default project window size for better usability | |||
2022-08-18 | Merge pull request #64356 from Calinou/editor-hide-dummy-text-driver | Clay John | |
Hide Dummy text driver in the Project Settings as it makes editor unusable | |||
2022-08-18 | Merge pull request #64449 from Calinou/label3d-hide-ineffective-properties | Clay John | |
Hide properties that have no effect in Label3D inspector | |||
2022-08-18 | Don't use rounded corners for PopupMenus in the editor theme | Hugo Locurcio | |
PopupMenus use separate windows by default in the editor, and windows no longer support per-pixel transparency for now in 4.0. Even if per-pixel transparency was reimplemented, we can't assume that it'll always work in practice (e.g. when compositing is disabled). | |||
2022-08-18 | Merge pull request #64468 from aaronfranke/editor-prop-visual-shader-mode | Clay John | |
Rename `EditorPropertyShaderMode` to `EditorPropertyVisualShaderMode` | |||
2022-08-18 | Merge pull request #64470 from aaronfranke/shader-cd-st-enum | Clay John | |
Move `ShaderCreateDialog`'s `ShaderType` enum out of the header | |||
2022-08-18 | Merge pull request #64581 from aaronfranke/aabb | Clay John | |
Use a const ref for the bone AABB in rendering code | |||
2022-08-18 | Merge pull request #64357 from Mickeon/rename-plugin-container | Yuri Sizov | |
Rename EditorPlugin.`*_PROPERTY_EDITOR_*` to `*_INSPECTOR_*` | |||
2022-08-18 | Merge pull request #58059 from Calinou/tweak-default-project-icon-2 | Yuri Sizov | |
Tweak the default project icon | |||
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | |
menu for editor. | |||
2022-08-18 | Increase the default project window size for better usability | Hugo Locurcio | |
The new default window size is tuned to: - Have a 16:9 aspect ratio, - Have both dimensions divisible by 8 to better play along with video recording, - Be displayable correctly in windowed mode on a 1366×768 display (tested on Windows 10 with default settings). This breaks compatibility with projects that didn't change the window size from the default value (or that kept one of the values to its default). | |||
2022-08-18 | Merge pull request #62298 from Diddykonga/select_current_save | Yuri Sizov | |
[Editor]: Allow `Select Current` to Save Scenes | |||
2022-08-18 | Use a const ref for the bone AABB in rendering code | Aaron Franke | |
2022-08-18 | [doc] Fix grammar in class docs: less vs. fewer/lower | Andy Maloney | |
2022-08-18 | Merge pull request #64534 from YuriSizov/docs-navigation-takes-a-nap | Max Hilbrunner | |
Fix a typo in navigation server documentation | |||
2022-08-18 | Merge pull request #64551 from asmaloney/doc-grammar-amount-number | Max Hilbrunner | |
[doc] Fix grammar in class docs: amount vs. number | |||
2022-08-18 | Merge pull request #63635 from asmaloney/add-python-type-hints | Yuri Sizov | |
Add Python PEP 484/526 type hints to doc/tools/doc_status.py | |||
2022-08-17 | Merge pull request #64416 from aaronfranke/aabb | Clay John | |
Don't try to merge unused bone AABBs in the rendering server | |||
2022-08-17 | [doc] Fix grammar in class docs: amount vs. number | Andy Maloney | |
Number is used for things that can be counted (discrete items - think "integer" in this context). Also fixes a couple of awkward phrases. | |||
2022-08-18 | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov | |
2022-08-17 | Document that Object metadata starting with `_` is editor-only | Hugo Locurcio | |
2022-08-17 | Fix a typo in navigation server documentation | Yuri Sizov | |
2022-08-17 | Merge pull request #64344 from asmaloney/doc-animation-node-virtuals | Max Hilbrunner | |
[doc] Clarify that AnimationNode virtual methods need to be implemented rather than called directly |