Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-21 | Rename `epsilon` to `tolerance` in the `Plane::has_point` method | Yuri Rubinsky | |
2022-07-21 | Fix various typos not caught by codespell | luz paz | |
Revert upstream `core/input/gamecontrollerdb.txt`. Upstream fix: https://github.com/gabomdq/SDL_GameControllerDB/pull/600 | |||
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | |
2022-07-20 | Merge pull request #63127 from KoBeWi/raise_from_picture | Rémi Verschelde | |
2022-07-20 | Merge pull request #47935 from HaSa1002/doc-loading-run-time | Rémi Verschelde | |
2022-07-20 | Add peer visibility to MultiplayerSynchronizer. | Fabio Alessandrelli | |
MultiplayerSynchronizers can now be configured to limit their visibility to a subset of the connected peers, if the synchronized node was spawned by a MultiplayerSpawner (either automatically or via custom spawn) the given node will also be despawned remotely. The replication system doesn't have the logic to handle subspawn directly, but it is possible to handle them appropriately by manually updating the visibility of the parent before changing the one of the nested spawns via the "update_visibility" function. The visibility of each MultiplayerSynchronizer can be controlled by adding or remove filters via "[add|remove]_visibility_filter(callable)". To further optimize the network code, visibility filters can be configured to be automatically updated during idle or physics frame, or set to always require manual update (via the "update_visibility" function). | |||
2022-07-20 | Merge pull request #60256 from octetdev2/docs-fix-staked-typo | Max Hilbrunner | |
Fix typo in `TILE_LAYOUT_OFFSET_STACKED` description | |||
2022-07-19 | Filled in MultiMesh instance_count doc. | Vojtěch Struhár | |
2022-07-19 | Merge pull request #62139 from bruvzg/label_font_setttings | Rémi Verschelde | |
Add LabelSettings resource for quick Label theme property override. | |||
2022-07-19 | Merge pull request #63005 from Chaosus/image_rotate | Rémi Verschelde | |
Implement `rotate_90/rotate_180` functions to `Image` | |||
2022-07-19 | Merge pull request #59301 from fire-forge/layout-preset-full-rect | Rémi Verschelde | |
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge | |
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 | Clarify create_from_image() usage | kobewi | |
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 | Implement `rotate_90/rotate_180` functions to `Image` | Yuri Rubinsky | |
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 | Add LabelSettings resource for quick Label theme property override. | bruvzg | |
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 | |