summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-07-18Use integer types in Image and ImageTexture methodsFireForge
- 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-18Merge pull request #63134 from KoBeWi/plugin4screenRémi Verschelde
2022-07-18Improve docs on how to make main screen pluginkobewi
2022-07-18i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 7379f2c76adfa9ce739bdee98c2feaf4169de9b8)
2022-07-18Merge pull request #62849 from Calinou/doc-httprequest-timeoutRémi Verschelde
2022-07-17Improve documentation for Camera3D's `current` memberZak Grumbles
* Added additional information to the camera documentation to explain how the 'current' attribute behaves when multiple cameras are in a scene.
2022-07-17Adding Variable Rate Shading support to GodotBastiaan Olij
Improve GI renderer and add VRS support Implement render device has_feature and move subgroup settings to limit_get
2022-07-16Merge pull request #63077 from Zylann/doc_plane_distance_toRémi Verschelde
Indicate Plane.distance_to returns a signed distance
2022-07-16Fix typo in VehicleBody3D.xmlsnailrhymer
2022-07-16Indicate Plane.distance_to returns a signed distanceMarc Gilleron
2022-07-16Merge pull request #62939 from TokageItLab/implement-rest-fixerRémi Verschelde
Add Rest Fixer to importer retarget
2022-07-16refactor sync in AnimationTreeSilc Renew
2022-07-16add rest fixer to importer retargetSilc Renew
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField ↵bruvzg
support to the GDextension API.
2022-07-14Merge pull request #60458 from KoBeWi/Deprecated-hint,-unused-Rémi Verschelde
2022-07-13Rename soft shadow quality project settings for easier searchingHugo 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-13SpriteFrames: Sort animations alphabeticallyRé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-13Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde
Add `ok_button_text` to AcceptDialog and `cancel_button_text` to ConfirmationDialog
2022-07-13Merge pull request #62748 from fire-forge/filedialog_filterRémi Verschelde
Seperate `filter` and `description` arguments in `EditorFileDialog/FileDialog.add_filter()`
2022-07-12Merge pull request #41833 from dalexeev/splash_delayYuri Sizov
Add boot splash minimum display time setting
2022-07-12Remove unused hintskobewi
2022-07-09Seperate filter and description in FileDialog.add_filter()FireForge
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-07-08Document the `timeout` property in HTTPRequestHugo Locurcio
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-07-08AudioStreamPlayer: Clarify that no validation is made on 'bus' nameRémi Verschelde
Supersedes #39605. Fixes #39585.
2022-07-08Merge pull request #42708 from drentsoft/improved_treeitem_docs_branchRémi Verschelde
2022-07-08Merge pull request #62075 from Vitika9/gsoc-colorpickerRémi Verschelde
2022-07-08Clarified usage of TreeItem get_next*() and get_prev*() functions.Derwent Ready (drentsoft)
2022-07-08Merge pull request #62751 from jjor2/lightmapgi-typoRémi Verschelde
Fix small typo in LightmapGI class reference
2022-07-07Merge pull request #62108 from bruvzg/font_config_v3Rémi Verschelde
2022-07-06ColorPicker RefactorVitika9
2022-07-06Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde
2022-07-06i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 417f20f06c7449bfc3820cdfdde4183082cfb004)
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-06Merge pull request #62374 from reduz/implement-bitfield-hintRémi Verschelde
Implement a BitField hint
2022-07-06Disable Expand by default in VideoStreamPlayerHugo 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-05Fix small typo in LightmapGI class referenceJadon Orr
2022-07-05Implement a BitField hintreduz
Allows to specify the binder that an enum must be treated as a bitfield.
2022-07-05Clamp VoxelGI extents to reasonable values to avoid breaking bakingHugo Locurcio
This also prevents crashes when resizing a VoxelGI's extents to 0 on any axis.
2022-07-05Merge pull request #62726 from jmpelletier/jmpelletier-patch-2Rémi Verschelde
2022-07-05Merge pull request #62259 from KoBeWi/textpandRémi Verschelde
2022-07-05StyleBox: Document correct methods to draw with a RIDJean-Marc Pelletier
2022-07-05Merge pull request #62724 from KoBeWi/xml_explorerRémi Verschelde
2022-07-05Implement XMLParser.get_current_line()kobewi
2022-07-04Document changing the Decal and Light3D projector texture filter modesHugo Locurcio
2022-07-04Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde
Add inversion/eraser-end property for tablet pens
2022-07-04[macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro
InputEventMouseMotion event
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-07-04Allow to disable TextEdit vertical scrollkobewi