| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Fix gl_compatibility lightmap uniforms not being set
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #99592
The following variables were set too early, and later code never ran..
prev_shader, prev_variant, prev_spec_constants variables
These variables were shared in two different branch conditions but were
updated inside the first one, so the second could never be true..
The condition to update lighting also should check prev_spec_constants
since it updates that uniform.
|
|\ \
| | |
| | |
| | | |
Use direct composition for d3d12 backend
|
| | | |
|
| |/
|/|
| |
| | |
returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
|
|\ \
| | |
| | |
| | | |
Style: Add 19.1.0 LLVM options to `.clang-format`
|
| | | |
|
|/ /
| |
| |
| | |
This restores the behavior from 3.x
|
|\ \
| | |
| | |
| | | |
Unix: Don't create world-writable files when safe save is enabled
|
| | |
| | |
| | |
| | |
| | |
| | | |
Named pipes created using the "pipe://" file access scheme should not be
world-writable or readable. Limit their access to the current user by
creating them with 0600 permissions instead of 0666.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When the "filesystem/on_save/safe_save_on_backup_then_rename" option is
enabled files are created with 0666 permissions (-rw-rw-rw-) which is
too loose. Use 0644 (-rw-r--r--) instead which is how the files would
normally be created with the setting disabled and the system umask taken
into account.
|
|\ \ \
| | | |
| | | |
| | | | |
Allow `SCREEN_UV` to be used in light function of spatial shader
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | | |
Ensure shadow material and mesh are not used with wireframe mode
|
| | | |
| | | |
| | | |
| | | | |
And in the Compatibility renderer actually use the wireframe render mode
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Add `multimesh_get_buffer_rd_rid` method to `RenderingServer`.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed style error.
Updated dummy mesh_storage to move from cpp to h the return of a blank Rid on _multimesh_get_buffer_rd_rid.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[Net] Split Unix/Windows IP implementation
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Prevent stack-use-after-scope in rendering_device_driver_metal.mm
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Reduce shader permutations in the compatibility backend
|
| | |_|_|_|_|/
| |/| | | | | |
|
|/ / / / / / |
|
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Closes #99029
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Use afterMinimumDuration to correct frame pacing
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Fix max FPS initialization
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove unnecessary get_max_fps
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Move D3D12 fence `SetEventOnCompletion` call to `fence_wait` to avoid stalling on some platforms
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
on some platforms
|
| |_|_|_|_|/ /
|/| | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | | |
[OS] Add functions to determine standard I/O device type.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | | |
[Net] Split Unix/Windows NetSocket implementation
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Metal: Multiview support
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Adds support for multiview
* Returns native handles for more driver resources
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Warn on filesystem case mismatch
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When a file is opened with a wrong case, it can work on the developer system but break on a user system with a case-sensitive filesystem.
This will display a warning when it happens.
CAVEATS: It will also display the warning if a symlink is in the path.
Adapt warning if the file is a symlink. Avoid warning on symlinks.
Fix memory leak and avoid `lstat` usage.
Avoid exposing real_path when not in TOOLS_ENABLED mode.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add vulkan error checks in command_queue_execute_and_present
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
fix: add debug helper functoin and update messaging vulkan result
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | | |
Precompute projection matrices when rendering 2D shadows
|
| | | | | | | |
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Wayland in particular sets surface_capabilities.currentExtent.width to
the special value 0xFFFFFFFF, which is valid per spec.
Fixes #98779
It may also fix misc issues when resizing on all platforms.
Superseedes PR #98780 , thanks to user tdaven for the original patch.
PR #98780 would break Android support as it did not account that width
and height might need to be swapped.
Replaced manual swap by Godot's SWAP(), which indicates intention much
easier.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Fix Frustum Sky projection translation logic shearing
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Style: Apply `clang-tidy` fixes
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
• `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
|