Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-18 | In final phase of test_body_motion, move and cull AABB for body once, ↵ | Ricardo Buring | |
instead of for every shape | |||
2022-02-18 | Merge pull request #58266 from clayjohn/revert-sky-change | Rémi Verschelde | |
2022-02-18 | Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameter | Pierre-Thomas Meisels | |
2022-02-18 | Merge pull request #58106 from Calinou/audioserver-capture-device-property | Rémi Verschelde | |
2022-02-18 | Merge pull request #58236 from bruvzg/win_min_fix | Rémi Verschelde | |
2022-02-17 | Revert "Fix default sky process mode not being Real-Time" | clayjohn | |
This reverts commit aa1cba1d53270cd14339141082d9d5dc9c3857ef. | |||
2022-02-17 | Expose `AudioServer.capture_device` as a property | Hugo Locurcio | |
This is more consistent with `AudioServer.device` (for output), which is already exposed as a property. | |||
2022-02-17 | Merge pull request #58177 from clayjohn/VULKAN-prefiltered-radiance | Rémi Verschelde | |
2022-02-17 | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg | |
2022-02-16 | Use prefiltered radiance | clayjohn | |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | |
Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported. | |||
2022-02-16 | Properly exclude lights that are marked as sky only | clayjohn | |
2022-02-16 | Fix default sky process mode not being Real-Time | Hugo Locurcio | |
The change in 09563e4bd8fa4dda8802b3b48f111f3c1de499d8 wasn't consistently carried out everywhere needed. | |||
2022-02-15 | Add Particle Shader Userdata | reduz | |
* Adds optional vec4 USERDATA1 .. USERDATA6 to particles, allowing to store custom data. * This data is allocated on demand, so shaders that do not use it do not cost more. | |||
2022-02-15 | Merge pull request #57877 from bruvzg/subpixel_gl_pos | Rémi Verschelde | |
2022-02-15 | Merge pull request #57905 from V-Sekai/fix_instance_clear_warnings | Rémi Verschelde | |
Free surface vertex_buffers after vertex_arrays to silence warnings | |||
2022-02-15 | Merge pull request #57904 from V-Sekai/fix_double_free_warning | Rémi Verschelde | |
Fixes some 'Attempted to free invalid ID' warnings in mobile renderer | |||
2022-02-14 | Validate PhysicsDirectSpaceState{2,3}D::_intersect_point input | Haoyu Qiu | |
2022-02-14 | Merge pull request #57985 from Pineapple/pitchshift-tweaks | Rémi Verschelde | |
PitchShift effect quality and performance tweaks for different pitch scale values | |||
2022-02-12 | Add sub-pixel glyph positioning support. | bruvzg | |
2022-02-12 | Merge pull request #56953 from bruvzg/ex_wnd | Rémi Verschelde | |
2022-02-12 | Merge pull request #57980 from akien-mga/vulkan-1.3.204 | Rémi Verschelde | |
2022-02-12 | Merge pull request #57641 from Geometror/compilation-time-improvements-1 | Rémi Verschelde | |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | |
2022-02-12 | Add exclusive window handling to DisplayServer (on macOS and Windows). | bruvzg | |
2022-02-11 | Merge pull request #57938 from jordigcs/negative-refresh-rate-fallback | Rémi Verschelde | |
2022-02-11 | Audio quality improvements in PitchShift | Bartłomiej T. Listwon | |
2022-02-11 | Pass audio samples untouched for pitch_scale around 1.0f | Bartłomiej T. Listwon | |
2022-02-11 | RendererRD: Remove binding specifier for push constants | Rémi Verschelde | |
This is unsupported and glslang made it raise an error in 11.7.0: https://github.com/KhronosGroup/glslang/pull/2810 Co-authored-by: Clay John <claynjohn@gmail.com> | |||
2022-02-11 | Change SCREEN_GET_REFRESH_RATE_FALLBACK to -1.0 | jordi | |
2022-02-11 | Merge pull request #57888 from dusakus/depanoramize-spot-projector | Rémi Verschelde | |
remove normal_to_panorama from spotlight projector | |||
2022-02-10 | Fix 3D sky update performance regression | Hugo Locurcio | |
2022-02-10 | Merge pull request #57535 from Calinou/visibility-range-fade-use-easing | Rémi Verschelde | |
2022-02-10 | Merge pull request #57104 from clayjohn/VULKAN-sky-conflict | Rémi Verschelde | |
2022-02-10 | Merge pull request #54158 from Calinou/decrease-default-soft-shadow-quality | Rémi Verschelde | |
2022-02-10 | Merge pull request #54677 from Calinou/voxelgi-default-low-quality | Rémi Verschelde | |
2022-02-10 | Merge pull request #39965 from Calinou/tweak-sdfgi-defaults | Rémi Verschelde | |
2022-02-10 | Merge pull request #57707 from Calinou/sdfgi-tweak-default-num-cascades | Rémi Verschelde | |
2022-02-10 | Merge pull request #57628 from Calinou/shadow-atlas-default-enable-16-bits | Rémi Verschelde | |
2022-02-10 | Free surface vertex_buffers after vertex_arrays due dependencies | SaracenOne | |
2022-02-10 | Fix _free_render_buffer_data freeing shared half_texture and half_fb | SaracenOne | |
2022-02-10 | Merge pull request #57875 from ZuBsPaCe/shader-instance-qualifier-format-string | Yuri Roubinsky | |
2022-02-09 | remove normal_to_panorama from spotlight projector | Bartłomiej Dusak | |
2022-02-09 | Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_servers | Rémi Verschelde | |
[Debugger] Move most profilers to ServersDebugger, fix core includes. | |||
2022-02-09 | Fixed shader error message for instance qualifier | ZuBsPaCe | |
Moved argument from RTR to vformat. Message is now similar to uniform-arrays-error further down. | |||
2022-02-09 | Add AudioStreamRandomizer, replacing AudioStreamRandomPitch | Ellen Poe | |
Add additional randomization options. | |||
2022-02-08 | Fix BLEND_SHAPE_MASK | reduz | |
* Should now be correct * Supersedes 53738 | |||
2022-02-07 | Merge pull request #57682 from clayjohn/VULKAN-canvas-blur | Rémi Verschelde | |
2022-02-06 | Merge pull request #56844 from Calinou/ssr-fix-background-line-master | Rémi Verschelde | |
Fix visible background line in intersections in screen-space reflections | |||
2022-02-06 | [Debugger] Move servers-related behaviours to ServersDebugger. | Fabio Alessandrelli | |
Forcing draw during debug break is now handled by ServersDebugger, and only happens when the proper message is sent from the EditorDebugger ("servers:draw"). In a similar way, briging the window in foreground is now also handled by ServersDebugger upon receiving "servers:foreground" which is sent by the EditorDebugger when resuming from a break ("continue"). |