Skip to content

[pull] master from godotengine:master - #104

Open
pull[bot] wants to merge 6908 commits into
omicron321:masterfrom
godotengine:master
Open

[pull] master from godotengine:master#104
pull[bot] wants to merge 6908 commits into
omicron321:masterfrom
godotengine:master

Conversation

@pull

@pull pull Bot commented Apr 23, 2021

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Hugo Locurcio and others added 27 commits June 10, 2026 01:43
[macOS] Fix some outdated export options.
…rmatting

Fix list formatting in Scene organization
…-taskbar-progress

Simplify taskbar progress reporting example in Creating applications
Add documentation for Vendor Runtime Modules
classref: Sync with current master branch (df62358)
Fix duplicate XR images and incorrect name for `xr_left_hand.webp`
Horizontal rules are center-aligned by default, not left-aligned.
…-default-align

Fix default alignemnt for `[hr]` in BBCode in RichTextLabel
Co-authored-by: Colin O'Rourke <Colin.ORourke@icloud.com>
)

- Mention Windows 11 being preferred for HDR output over Windows 10.
Alexandre Laurent and others added 30 commits August 12, 2026 15:27
Update codespell to include many more checks
…ation-update

Update QtCreator configuration guide
Reword node types sentence in key concepts overview
Update first look information to use asset store instead of assetlib
Fix accidental usages of RST's default role
Bumps [pygments](https://github.com/pygments/pygments) from 2.20.0 to 2.21.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.20.0...2.21.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Code has two errors:
 _dock.DefaultSlot = DockSlot.LeftUl;
 _dock.AvailableLayouts = DockLayout.Horizontal | DockLayout.Floating;

Lines corrected to the proper types:

_dock.DefaultSlot = EditorDock.DockSlot.LeftUl; _dock.AvailableLayouts = EditorDock.DockLayout.Horizontal | EditorDock.DockLayout.Floating;
The FinePointCGI website no longer exists.
Remove dead link to tutorial
Returning the indentation.
Indentation, comment removal
Add specific icons to admonitions
Clarify lack of physics interpolation support with GPUParticles2D in 2D particle systems
Correction for example C# code in 'A custom dock'
…21.0

Bump pygments from 2.20.0 to 2.21.0
fix typo: 'version' -> 'versions'
Update macOS/iOS system requirements.
Update description about visible handlers in the getting started tutorial.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.