godot
godot copied to clipboard
Godot Engine – Multi-platform 2D and 3D game engine
Fixes https://github.com/godotengine/godot-proposals/issues/9043
### Tested versions Only noticed it since v4.3.dev.custom_build [1c8ae43ef] ### System information Godot v4.3.dev (1c8ae43ef) - Ubuntu 22.04.3 LTS 22.04 - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX...
Pushing `InputEventMouse` to the `Viewport` used in a `TextureRect` didn't work, because of inconsistent mouse-over state. This PR sends the necessary notifications to the `Viewport`. resolve #89757 While this PR...
### Tested versions In 4.2.stable ### System information Godot v4.2.stable.mono - Windows 10.0.19045 - Vulkan (Forward+) ### Issue description When I try to open a project, it works fine. The...
### Godot version 4.0.2.stable.official [7a0977ce2] ### System information Apple M1 macOS Ventura 13.3.1 ### Issue description There are many common situations where multiple simultaneous MIDI events may occur: 1. Playing...
### Tested versions v4.2.2.rc1.official [c7fb0645a] ### System information Windows 10/64 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Desktop GPU (NVIDIA; 31.0.15.4633) ### Issue description I have been having...
### Tested versions - Reproducible in: 4.2.1.stable ### System information Godot v4.2.1.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 Ti (NVIDIA; 31.0.15.5186) - AMD Ryzen...
### Tested versions Reproducible in: 4.3 dev5 Not reproducible in: 4.2.1 ### System information Godot v4.3.dev5 - macOS 14.4.0 - Vulkan (Mobile) - integrated Apple M1 - Apple M1 (8...
**Implement checking of identifiers (const variables and unnamed enums) and named enums when parsing dictionary literals whether the keys are not duplicated.** In case of duplicate key is encountered, highlight...
Supersedes #86007 This is a new global illumination system that is a full upgrade to SDFGI Key advantages are: * Significantly faster base frame time. * An order of magnitude...