Skip to content
#

Open Source

Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

Here are 9,385 public repositories matching this topic...

Dolichomps
Dolichomps commented Mar 6, 2022

Godot version

4.0 alpha 3

System information

Windows 11, AMD RX 6700XT, Vulkan, Driver Version 22.2.3

Issue description

When writing a custom spatial shader if I add any uniforms I get this warning. The shader still works fine in both the editor and the game. I haven't touched any limits in the project settings. It seems like it is not properly determining my device limi

docusaurus
SwifterSwift
TheStalwart
TheStalwart commented Mar 11, 2021

🚀
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!

**Describe the solution you'd li