summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #58614 from Calinou/ssr-roughness-quality-enum-fix-typoRémi Verschelde2022-02-285-15/+15
|\ \ \ \
| * | | | Fix typo in SSR roughness quality enum value namesHugo Locurcio2022-02-285-15/+15
* | | | | Merge pull request #58549 from floppyhammer/fix-particle-trailRémi Verschelde2022-02-281-1/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix particle trail glitchfloppyhammer2022-02-261-1/+7
| |/ / /
* / / / Improve popup window handling.bruvzg2022-02-252-1/+11
|/ / /
* | | Filament specular fix. Clamp dot product between normal and view vectors. Fix...Darryl Ryan2022-02-231-2/+2
* | | Merge pull request #56394 from BastiaanOlij/OpenXR_Core4Rémi Verschelde2022-02-2310-39/+89
|\ \ \
| * | | Implementing OpenXR driverBastiaan Olij2022-02-2310-39/+89
* | | | Merge pull request #57956 from Eoin-ONeill-Yokai/audio_stream_hotfixRémi Verschelde2022-02-231-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add missing binding to AudioStream classEoin O'Neill2022-02-221-0/+1
* | | | Use Filament specular models and parametrizationclayjohn2022-02-228-280/+165
|/ / /
* | | Fix GPUParticles2D emission offset in global coordsfloppyhammer2022-02-223-0/+25
* | | Merge pull request #58419 from clayjohn/Vulkan-anisotropy-crashRémi Verschelde2022-02-222-2/+2
|\ \ \
| * | | Fix shader compilation error with anisotropyclayjohn2022-02-212-2/+2
* | | | Use properly use non-perceptual roughness when filtering radianceclayjohn2022-02-211-2/+2
|/ / /
* | | In final phase of test_body_motion, move and cull AABB for body once, instead...Ricardo Buring2022-02-182-8/+6
* | | Merge pull request #58266 from clayjohn/revert-sky-changeRémi Verschelde2022-02-181-1/+1
|\ \ \
| * | | Revert "Fix default sky process mode not being Real-Time"clayjohn2022-02-171-1/+1
* | | | Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameterPierre-Thomas Meisels2022-02-181-1/+1
* | | | Merge pull request #58106 from Calinou/audioserver-capture-device-propertyRémi Verschelde2022-02-181-0/+4
|\ \ \ \
| * | | | Expose `AudioServer.capture_device` as a propertyHugo Locurcio2022-02-171-0/+4
* | | | | Merge pull request #58236 from bruvzg/win_min_fixRémi Verschelde2022-02-181-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [Windows] Fix Vulkan driver crash on sub-window minimization.bruvzg2022-02-171-0/+3
| |/ / /
* | | | Merge pull request #58177 from clayjohn/VULKAN-prefiltered-radianceRémi Verschelde2022-02-176-33/+90
|\ \ \ \ | |/ / / |/| | |
| * | | Use prefiltered radianceclayjohn2022-02-166-33/+90
* | | | Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-1617-100/+9
* | | | Properly exclude lights that are marked as sky onlyclayjohn2022-02-161-1/+1
|/ / /
* | | Fix default sky process mode not being Real-TimeHugo Locurcio2022-02-161-1/+1
* | | Add Particle Shader Userdatareduz2022-02-158-35/+144
* | | Merge pull request #57877 from bruvzg/subpixel_gl_posRémi Verschelde2022-02-154-1/+44
|\ \ \
| * | | Add sub-pixel glyph positioning support.bruvzg2022-02-124-1/+44
* | | | Merge pull request #57905 from V-Sekai/fix_instance_clear_warningsRémi Verschelde2022-02-151-3/+3
|\ \ \ \
| * | | | Free surface vertex_buffers after vertex_arrays due dependenciesSaracenOne2022-02-101-3/+3
* | | | | Merge pull request #57904 from V-Sekai/fix_double_free_warningRémi Verschelde2022-02-151-5/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix _free_render_buffer_data freeing shared half_texture and half_fbSaracenOne2022-02-101-5/+8
| |/ / /
* | | | Validate PhysicsDirectSpaceState{2,3}D::_intersect_point inputHaoyu Qiu2022-02-142-0/+4
* | | | Merge pull request #57985 from Pineapple/pitchshift-tweaksRémi Verschelde2022-02-142-56/+81
|\ \ \ \ | |_|/ / |/| | |
| * | | Audio quality improvements in PitchShiftBartłomiej T. Listwon2022-02-112-56/+73
| * | | Pass audio samples untouched for pitch_scale around 1.0fBartłomiej T. Listwon2022-02-111-0/+8
* | | | Merge pull request #56953 from bruvzg/ex_wndRémi Verschelde2022-02-122-0/+6
|\ \ \ \
| * | | | Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg2022-02-122-0/+6
| |/ / /
* | | | Merge pull request #57980 from akien-mga/vulkan-1.3.204Rémi Verschelde2022-02-1252-61/+61
|\ \ \ \
| * | | | RendererRD: Remove binding specifier for push constantsRémi Verschelde2022-02-1152-61/+61
| |/ / /
* | | | Merge pull request #57641 from Geometror/compilation-time-improvements-1Rémi Verschelde2022-02-125-14/+5
|\ \ \ \
| * | | | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-125-14/+5
| |/ / /
* | | | Merge pull request #57938 from jordigcs/negative-refresh-rate-fallbackRémi Verschelde2022-02-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Change SCREEN_GET_REFRESH_RATE_FALLBACK to -1.0jordi2022-02-111-1/+1
* | | | Merge pull request #57888 from dusakus/depanoramize-spot-projectorRémi Verschelde2022-02-111-3/+3
|\ \ \ \
| * | | | remove normal_to_panorama from spotlight projectorBartłomiej Dusak2022-02-091-3/+3
* | | | | Fix 3D sky update performance regressionHugo Locurcio2022-02-101-1/+1
| |/ / / |/| | |