summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #57535 from Calinou/visibility-range-fade-use-easingRémi Verschelde2022-02-101-2/+3
|\ \
| * | Make visibility range alpha fade smootherHugo Locurcio2022-02-011-2/+3
* | | Merge pull request #57104 from clayjohn/VULKAN-sky-conflictRémi Verschelde2022-02-105-44/+62
|\ \ \
| * | | Update Sky lights in sky setup functionclayjohn2022-01-235-44/+62
* | | | Merge pull request #54158 from Calinou/decrease-default-soft-shadow-qualityRémi Verschelde2022-02-101-2/+2
|\ \ \ \
| * | | | Decrease the default soft shadow quality to improve performanceHugo Locurcio2021-10-231-2/+2
* | | | | Merge pull request #54677 from Calinou/voxelgi-default-low-qualityRémi Verschelde2022-02-102-2/+2
|\ \ \ \ \
| * | | | | Decrease the default VoxelGI quality to improve performanceHugo Locurcio2021-11-062-2/+2
* | | | | | Merge pull request #39965 from Calinou/tweak-sdfgi-defaultsRémi Verschelde2022-02-105-13/+13
|\ \ \ \ \ \
| * | | | | | Tweak default SDFGI settings for better qualityHugo Locurcio2022-02-065-13/+13
* | | | | | | Merge pull request #57707 from Calinou/sdfgi-tweak-default-num-cascadesRémi Verschelde2022-02-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Decrease the default number of SDFGI cascades to 4Hugo Locurcio2022-02-061-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #57628 from Calinou/shadow-atlas-default-enable-16-bitsRémi Verschelde2022-02-106-14/+14
|\ \ \ \ \ \ \
| * | | | | | | Enable 16-bit shadow atlas by default in the RenderingServer methodsHugo Locurcio2022-02-046-14/+14
* | | | | | | | Merge pull request #57875 from ZuBsPaCe/shader-instance-qualifier-format-stringYuri Roubinsky2022-02-101-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fixed shader error message for instance qualifierZuBsPaCe2022-02-091-2/+2
* | | | | | | | Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_serversRémi Verschelde2022-02-095-0/+606
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | [Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli2022-02-062-0/+19
| * | | | | | | [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-065-0/+587
* | | | | | | | Add AudioStreamRandomizer, replacing AudioStreamRandomPitchEllen Poe2022-02-093-66/+383
* | | | | | | | Fix BLEND_SHAPE_MASKreduz2022-02-082-2/+2
* | | | | | | | Merge pull request #57682 from clayjohn/VULKAN-canvas-blurRémi Verschelde2022-02-075-102/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | Optimize and fix backbuffer gaussian blurclayjohn2022-02-055-102/+61
* | | | | | | | | Merge pull request #56844 from Calinou/ssr-fix-background-line-masterRémi Verschelde2022-02-061-2/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix visible background line in intersections in screen-space reflectionsHugo Locurcio2022-01-161-2/+1
* | | | | | | | | Add missing SNAME macro optimization in some function callsjmb4622022-02-061-5/+5
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Fix unknown identifier error in for loopYuri Roubinsky2022-02-061-11/+11
* | | | | | | | Remove RID_Owner.get_rid_by_indexreduz2022-02-051-2/+6
* | | | | | | | Merge pull request #57651 from theoniko/theoniko-effects_rc.cppRémi Verschelde2022-02-051-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix copy paste bug in renderer_rd/effects_rd.cpptheoniko2022-02-051-1/+0
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | Few more fixes to for loop in shadersYuri Roubinsky2022-02-051-17/+34
|/ / / / / / /
* | | | | | | Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde2022-02-042-1/+3
|\ \ \ \ \ \ \
| * | | | | | | [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg2022-02-042-1/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #57617 from bruvzg/char_cleanupRémi Verschelde2022-02-041-20/+8
|\ \ \ \ \ \ \
| * | | | | | | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-20/+8
| |/ / / / / /
* | | | | | | Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-043-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add screen_get_refresh_rate to DisplayServerjordi2022-02-033-0/+5
* | | | | | | Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-032-3/+3
|\ \ \ \ \ \ \
| * | | | | | | String: Add contains().Anilforextra2022-02-042-3/+3
* | | | | | | | Merge pull request #57587 from bruvzg/gde_fix_ptr_and_enum_returnsRémi Verschelde2022-02-033-21/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | [GDExtension] Fix registration of functions with enum or native pointer retur...bruvzg2022-02-033-21/+20
| |/ / / / / / /
* / / / / / / / Allow multiple declarations in for loop in a shaderYuri Roubinsky2022-02-033-53/+95
|/ / / / / / /
* | | | | | / [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-024-21/+50
| |_|_|_|_|/ |/| | | | |
* | | | | | Vectors: Use clear() and has().Anilforextra2022-02-025-7/+7
* | | | | | Merge pull request #57419 from orosmatthew/fix_ortho_lodRémi Verschelde2022-01-312-0/+8
|\ \ \ \ \ \
| * | | | | | Fix orthogonal camera auto LOD calculationorosmatthew2022-01-302-0/+8
* | | | | | | Rename the physics server `run_on_thread` project settingsHugo Locurcio2022-01-291-2/+2
|/ / / / / /