Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Calinou/editor-debugger-bottom-panel-error-warning-highlight
Improve appearance of the editor Debugger bottom panel menu
|
|
Resolves #54235
|
|
The new system based on a thread gathering events from the X11 server
was causing delays in some scenarios where some events have just been
missed at the time of processing and we're waiting for a whole frame to
check them again.
Solved by flushing again and checking for pending events at the
beginning of the process loop, in addition to events already gathered
on the event thread.
|
|
|
|
|
|
Fix potential null pointer use, based on #54094 fix
|
|
|
|
|
|
|
|
|
|
Fix #54298 where a CharacterBody2D can be stuck on the wall.
|
|
|
|
Implement runtime update of TileData object in TileMap
|
|
|
|
Fix BaseMaterial3D proximity fade for Vulkan
|
|
|
|
Small formatting fixes in Find in Files
|
|
- Make the Debugger bottom panel menu more prominent when
there are errors or warnings by adjusting the text color.
- Add some spacing to the right of the error/warning icon
for better visual appearance.
|
|
|
|
|
|
|
|
Vulkan uses different normalized device coordinates than OpenGL.
|
|
|
|
akien-mga/android-export-gradle-dont-escape-quotes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #52659.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clarify lighting height documentation
|