summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Add options to embolden and transform font outlines to simulate bold and ital...bruvzg2022-03-114-0/+52
* Merge pull request #58781 from BastiaanOlij/openxr_signals_and_eventsRémi Verschelde2022-03-102-1/+21
|\
| * Adding signals and events to OpenXR interfaceBastiaan Olij2022-03-102-1/+21
* | Discern between virtual and abstract class bindingsreduz2022-03-106-27/+99
|/
* Remove unused GDNative codeRémi Verschelde2022-03-092-2/+2
* Merge pull request #49447 from Calinou/remove-shadow-color-propertyRémi Verschelde2022-03-0814-87/+2
|\
| * Remove unused `shadow_color` property from Light3DHugo Locurcio2022-03-0414-87/+2
* | Merge pull request #58779 from techiepriyansh/forward-mobile-ambient-accumRémi Verschelde2022-03-071-0/+6
|\ \
| * | use the computed value ambient_accum for ambient_light in scene_forward_mobil...Priyansh Rathi2022-03-051-0/+6
* | | Merge pull request #58832 from reduz/uniform-set-cacheRémi Verschelde2022-03-0719-459/+784
|\ \ \
| * | | Add a UniformSet cachereduz2022-03-0619-459/+784
* | | | [4.x] BVH - Fix area-area collision regressionlawnjelly2022-03-062-4/+4
|/ / /
* / / [TextServer] Improve word breaking when there are multiple spaces between words.bruvzg2022-03-051-4/+8
|/ /
* | Merge pull request #57630 from lawnjelly/bvh4_templated_checksRémi Verschelde2022-03-048-25/+81
|\ \ | |/ |/|
| * BVH - Sync BVH with 3.xlawnjelly2022-02-048-25/+81
* | Merge pull request #58734 from Calinou/tweak-render-timestamp-namesRémi Verschelde2022-03-048-69/+69
|\ \
| * | Tweak render timestamp names for explicitness and consistencyHugo Locurcio2022-03-048-69/+69
* | | Merge pull request #58512 from Calinou/light3d-add-distance-fadeRémi Verschelde2022-03-048-4/+99
|\ \ \ | |/ / |/| |
| * | Implement distance fade properties in OmniLight3D and SpotLight3DHugo Locurcio2022-02-258-4/+99
* | | Revert "PitchShift effect quality and performance tweaks for different pitch ...Rémi Verschelde2022-03-022-81/+56
* | | Revert "Fix particle trail glitch"Rémi Verschelde2022-03-011-7/+1
* | | 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