summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* SCons: Properly track codegen script dependency for generated GLSL headersRémi Verschelde2022-07-023-3/+3
* Remove debugging print following GI reorganizationHugo Locurcio2022-07-011-2/+0
* Split MovieWriterPNGWAV into its own fileHugo Locurcio2022-06-306-174/+242
* Merge pull request #62482 from JFonS/fix_crash_canvas_modeRémi Verschelde2022-06-281-1/+1
|\
| * Fix crash in Environment "Canvas" background mode.JFonS2022-06-281-1/+1
* | Merge pull request #60935 from Calinou/geometryinstance3d-gi-mode-default-staticRémi Verschelde2022-06-283-3/+3
|\ \ | |/ |/|
| * Use the Static global illumination mode in GeometryInstance3D by defaultHugo Locurcio2022-06-233-3/+3
* | Merge pull request #62467 from RandomShaper/descriptor_rw_mattersRémi Verschelde2022-06-283-5/+12
|\ \
| * | Consider uniform writability part of the interface of the setPedro J. Estébanez2022-06-273-5/+12
* | | Fixed FSR. Before, it was commiting theJe06jm2022-06-271-2/+2
* | | Merge pull request #62390 from Calinou/movie-writer-tweak-settingsRémi Verschelde2022-06-272-5/+7
|\ \ \
| * | | Add property hints to MovieWriter settingsHugo Locurcio2022-06-252-5/+7
| |/ /
* / / Fix typo in roughness shadersBastiaan Olij2022-06-261-2/+2
|/ /
* | Merge pull request #62133 from BastiaanOlij/move_cubemap_effectsRémi Verschelde2022-06-2415-422/+527
|\ \
| * | Moved cube_to_dp and cubemap logic into CopyEffectsBastiaan Olij2022-06-2415-422/+527
* | | Merge pull request #62300 from smix8/navigation_map_force_update_4.xRémi Verschelde2022-06-244-0/+12
|\ \ \
| * | | Add NavigationServer map_force_update() functionsmix82022-06-234-0/+12
* | | | Add NavigationServer.region_owns_point() helper functionsmix82022-06-234-0/+7
| |_|/ |/| |
* | | Merge pull request #62312 from smix8/navigation_get_maps_4.xRémi Verschelde2022-06-234-0/+10
|\ \ \ | |_|/ |/| |
| * | Add Navigation function to get all navigation mapssmix82022-06-224-0/+10
| |/
* | Merge pull request #61221 from BastiaanOlij/split_gi_effectsRémi Verschelde2022-06-2343-1125/+1883
|\ \
| * | Split GI effects and fix stereoscopic rendering of GI effectsBastiaan Olij2022-06-2243-1125/+1883
| |/
* | Merge pull request #55846 from ellenhp/fix_ogg_edge_casesRémi Verschelde2022-06-221-16/+13
|\ \
| * | Fix ogg edge casesEllen Poe2022-04-171-16/+13
* | | Merge pull request #35758 from zmanuel/eliminate-draw-pendingRémi Verschelde2022-06-222-7/+1
|\ \ \
| * | | Remove redundant thread sync counter draw_pendingManuel Moos2021-03-212-7/+1
* | | | Merge pull request #62286 from JFonS/taa_global_timeRémi Verschelde2022-06-222-1/+8
|\ \ \ \
| * | | | Move TIME to a global shader variablejfons2022-06-222-1/+8
| | |_|/ | |/| |
* | | | Merge pull request #62305 from JFonS/taa_molten_mobile_workaroundRémi Verschelde2022-06-221-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Workaround MoltenVK shader conversion errorJFonS2022-06-221-3/+4
* | | | Merge pull request #62122 from reduz/implement-movie-writerRémi Verschelde2022-06-2113-14/+880
|\ \ \ \
| * | | | Implement Running Godot as Movie Writerreduz2022-06-2113-14/+880
* | | | | Clean up Hash Functionsreduz2022-06-203-14/+16
| |/ / / |/| | |
* | | | Automatically update the editor viewport when 3D scaling options are changedHugo Locurcio2022-06-191-4/+4
* | | | Merge pull request #62106 from BastiaanOlij/eye_offsetRémi Verschelde2022-06-1811-7/+30
|\ \ \ \
| * | | | Introduce eye_offset for correcting stereoscopic reflectionsBastiaan Olij2022-06-1711-7/+30
* | | | | Cleanup AudioEffectRecord thread_active variableMarcel Admiraal2022-06-172-5/+0
| |/ / / |/| | |
* | | | Merge pull request #62081 from Calinou/glow-mix-mode-apply-after-fxaaRémi Verschelde2022-06-161-4/+5
|\ \ \ \
| * | | | Fix glow in Mix mode not working correctly when FXAA is enabledHugo Locurcio2022-06-151-4/+5
| |/ / /
* / / / Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-162-3/+49
|/ / /
* | | Streamline Navigation layer function names.smix82022-06-154-14/+14
* | | Remove GLES2 shader constraints from GLES3clayjohn2022-06-142-277/+214
* | | Tweak Light3D property hints for greater flexibilityHugo Locurcio2022-06-131-3/+9
* | | Merge pull request #61772 from bruvzg/ft_ot_collectRémi Verschelde2022-06-134-0/+43
|\ \ \
| * | | [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-074-0/+43
* | | | Add suffixes to all nodes and resourcesFireForge2022-06-1113-43/+43
* | | | Prevent defining float constant without number after exponent in shadersYuri Rubinsky2022-06-101-1/+5
* | | | Fix incorrect sky rotation based on camera axisYuri Rubinsky2022-06-091-1/+1
* | | | Fix `TIME` compilation for custom functions in spatial shaderYuri Rubinsky2022-06-092-2/+2
* | | | Workaround MoltenVK error found in TAA implementationjfons2022-06-091-13/+14