Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-18 | Use integer types in Image and ImageTexture methods | FireForge | |
- Image.blit_rect() - Image.blit_rect_mask() - Image.blend_rect() - Image.blend_rect_mask() - Image.fill_rect() - Image.get_used_rect() - Image.get_rect() - ImageTexture.set_size_override() | |||
2022-07-18 | Merge pull request #63134 from KoBeWi/plugin4screen | Rémi Verschelde | |
2022-07-18 | Improve docs on how to make main screen plugin | kobewi | |
2022-07-18 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 7379f2c76adfa9ce739bdee98c2feaf4169de9b8) | |||
2022-07-18 | Merge pull request #62849 from Calinou/doc-httprequest-timeout | Rémi Verschelde | |
2022-07-17 | Improve documentation for Camera3D's `current` member | Zak Grumbles | |
* Added additional information to the camera documentation to explain how the 'current' attribute behaves when multiple cameras are in a scene. | |||
2022-07-17 | Adding Variable Rate Shading support to Godot | Bastiaan Olij | |
Improve GI renderer and add VRS support Implement render device has_feature and move subgroup settings to limit_get | |||
2022-07-16 | Merge pull request #63077 from Zylann/doc_plane_distance_to | Rémi Verschelde | |
Indicate Plane.distance_to returns a signed distance | |||
2022-07-16 | Fix typo in VehicleBody3D.xml | snailrhymer | |
2022-07-16 | Indicate Plane.distance_to returns a signed distance | Marc Gilleron | |
2022-07-16 | Merge pull request #62939 from TokageItLab/implement-rest-fixer | Rémi Verschelde | |
Add Rest Fixer to importer retarget | |||
2022-07-16 | refactor sync in AnimationTree | Silc Renew | |
2022-07-16 | add rest fixer to importer retarget | Silc Renew | |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField ↵ | bruvzg | |
support to the GDextension API. | |||
2022-07-14 | Merge pull request #60458 from KoBeWi/Deprecated-hint,-unused- | Rémi Verschelde | |
2022-07-13 | Rename soft shadow quality project settings for easier searching | Hugo Locurcio | |
`rendering/quality/shadows` is now `rendering/quality/positional_shadow` to explicitly denote that the settings only affect positional light shadows, not directional light shadows. Shadow atlas settings now contain the word "atlas" for easier searching. Soft shadow quality settings were renamed to contain the word "filter". This makes the settings appear when searching for "filter" in the project settings dialog, like in Godot 3.x. | |||
2022-07-13 | SpriteFrames: Sort animations alphabetically | Rémi Verschelde | |
And finally remove the 'frames' property which was added for compatibility with 2.1 in bed3efb17ede58a2bfc177b47cb3a49091aea30a. Fixes #21765. The 'animations' property on the other hand is needed, contrarily to what its comment said (copy-paste mistake probably). Also removes unused '_get_animation_list'. | |||
2022-07-13 | Merge pull request #62827 from fire-forge/ok-cancel | Rémi Verschelde | |
Add `ok_button_text` to AcceptDialog and `cancel_button_text` to ConfirmationDialog | |||
2022-07-13 | Merge pull request #62748 from fire-forge/filedialog_filter | Rémi Verschelde | |
Seperate `filter` and `description` arguments in `EditorFileDialog/FileDialog.add_filter()` | |||
2022-07-12 | Merge pull request #41833 from dalexeev/splash_delay | Yuri Sizov | |
Add boot splash minimum display time setting | |||
2022-07-12 | Remove unused hints | kobewi | |
2022-07-09 | Seperate filter and description in FileDialog.add_filter() | FireForge | |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | |
2022-07-08 | Document the `timeout` property in HTTPRequest | Hugo Locurcio | |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi | |
2022-07-08 | AudioStreamPlayer: Clarify that no validation is made on 'bus' name | Rémi Verschelde | |
Supersedes #39605. Fixes #39585. | |||
2022-07-08 | Merge pull request #42708 from drentsoft/improved_treeitem_docs_branch | Rémi Verschelde | |
2022-07-08 | Merge pull request #62075 from Vitika9/gsoc-colorpicker | Rémi Verschelde | |
2022-07-08 | Clarified usage of TreeItem get_next*() and get_prev*() functions. | Derwent Ready (drentsoft) | |
2022-07-08 | Merge pull request #62751 from jjor2/lightmapgi-typo | Rémi Verschelde | |
Fix small typo in LightmapGI class reference | |||
2022-07-07 | Merge pull request #62108 from bruvzg/font_config_v3 | Rémi Verschelde | |
2022-07-06 | ColorPicker Refactor | Vitika9 | |
2022-07-06 | Merge pull request #62713 from YuriSizov/docs-scripting-annotations | Rémi Verschelde | |
2022-07-06 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 417f20f06c7449bfc3820cdfdde4183082cfb004) | |||
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg | |
2022-07-06 | Merge pull request #62374 from reduz/implement-bitfield-hint | Rémi Verschelde | |
Implement a BitField hint | |||
2022-07-06 | Disable Expand by default in VideoStreamPlayer | Hugo Locurcio | |
This ensures videos are always visible as soon as a video file is specified in the VideoStreamPlayer node. The node will no longer be resized to 0×0 by default, making the video invisible in the process (even if the audio can still be heard). | |||
2022-07-05 | Fix small typo in LightmapGI class reference | Jadon Orr | |
2022-07-05 | Implement a BitField hint | reduz | |
Allows to specify the binder that an enum must be treated as a bitfield. | |||
2022-07-05 | Clamp VoxelGI extents to reasonable values to avoid breaking baking | Hugo Locurcio | |
This also prevents crashes when resizing a VoxelGI's extents to 0 on any axis. | |||
2022-07-05 | Merge pull request #62726 from jmpelletier/jmpelletier-patch-2 | Rémi Verschelde | |
2022-07-05 | Merge pull request #62259 from KoBeWi/textpand | Rémi Verschelde | |
2022-07-05 | StyleBox: Document correct methods to draw with a RID | Jean-Marc Pelletier | |
2022-07-05 | Merge pull request #62724 from KoBeWi/xml_explorer | Rémi Verschelde | |
2022-07-05 | Implement XMLParser.get_current_line() | kobewi | |
2022-07-04 | Document changing the Decal and Light3D projector texture filter modes | Hugo Locurcio | |
2022-07-04 | Merge pull request #62212 from hansemro/eraser-detect-4 | Rémi Verschelde | |
Add inversion/eraser-end property for tablet pens | |||
2022-07-04 | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro | |
InputEventMouseMotion event | |||
2022-07-04 | Add support for documenting built-in annotations | Yuri Sizov | |
2022-07-04 | Allow to disable TextEdit vertical scroll | kobewi | |