summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-27370-740/+740
* Calculate pixel snap in canvas space instead of world spaceclayjohn2024-10-171-2/+2
* Rebrand preambles to RedotSpartan3222024-10-13371-0/+742
* Rebrand Godot 4.3 to RedotTrashguy2024-10-1312-17/+17
* RenderingDevice: Fix uncapped mipmap sizes causing div-by-zeroPedro J. Estébanez2024-09-171-2/+2
* Fix leak when using audio samples instead of streamsAdam Scott2024-09-173-12/+39
* AudioServer: Fix code style issuesPedro J. Estébanez2024-09-171-6/+12
* Sky: No more auto-selecting REALTIME mode if radiance is not 256Alexis Breust2024-09-171-1/+1
* Fix shadow mesh recursion.Radiant2024-09-171-0/+1
* Avoid indexing instances without a base in scene cull phaseclayjohn2024-09-171-0/+2
* Various fixes for transmittance effectclayjohn2024-09-173-29/+37
* Fix SkyRD::Sky::free() freeing materialComycSans2024-09-171-1/+0
* Fixes alpha materials being rendered with a reverse cull which is visible in ...viksl2024-09-171-1/+1
* Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-09-172-21/+8
* Fix for multimesh motion vector corruption by resetting motion vector state a...Sen2024-09-161-3/+7
* Honor `pitch_scale` value before playing audio sampleAdam Scott2024-09-161-0/+1
* Fix double free in FSR2 destructorArseny Kapoulkine2024-09-161-3/+0
* Relax motion vector updates to allow skipped frames for skeletonsArseny Kapoulkine2024-09-161-2/+3
* Add model_normal_matrix for fragment shaderjsjtxietian2024-09-162-0/+14
* Use transformed roughness instead of raw roughness to calculate roughness fad...clayjohn2024-09-161-1/+1
* Fix Parallax2D repeats being not relative to its transformkleonc2024-09-165-33/+60
* Add fixed fog to the sky in the Compatibility rendererclayjohn2024-09-161-4/+4
* Ensure fog_sky_affect is used even when using a background colorclayjohn2024-09-161-2/+2
* pass in render_info to _fill_instance_data for alpha to fix overdraw call countkevinkuo522024-09-161-1/+1
* Fix undefined `alpha_scissor` in standard shaderjsjtxietian2024-09-162-2/+2
* Fix AudioStreamPlayer get_playback_position() for web buildYahkub-R2024-09-162-0/+13
* Fix shader crash when the comma used in `for` loop as a trailingChaosus2024-09-162-0/+18
* Fix `TextServer::shaped_text_*_character_pos` for the first character of wrap...bruvzg2024-09-161-3/+3
* Fix uniform subgroup in shader will carry out to next groupjsjtxietian2024-09-161-0/+1
* Fail when submit or sync called on main rendering deviceclayjohn2024-09-162-3/+12
* Apply patch for considering visual layers for DirectionalLightSlashscreen2024-09-161-1/+1
* Fix LightmapGI causes crash when using --headlessJamie Pate2024-08-073-6/+123
* Merge pull request #94902 from clayjohn/SHADER-hintsRémi Verschelde2024-07-302-2/+12
|\
| * Restrict sampler hint validation to only screen texture hintsclayjohn2024-07-282-2/+12
* | Fix regression around OpenGL swapchain optimisation for OpenXRBastiaan Olij2024-07-294-5/+5
|/
* Merge pull request #94812 from clayjohn/SHADER-normal-roughnessRémi Verschelde2024-07-283-43/+52
|\
| * Emit normal_roughness compatibility code in custom functionsclayjohn2024-07-263-43/+52
* | Merge pull request #94800 from adamscott/fix-sample-playback-list-typoRémi Verschelde2024-07-281-1/+1
|\ \ | |/ |/|
| * Fix typo that prevented samples finishingAdam Scott2024-07-261-1/+1
* | Merge pull request #94706 from alvinhochun/window-set-transient-parent-on-createRémi Verschelde2024-07-263-3/+3
|\ \
| * | Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-253-3/+3
* | | Fix editor crash when shader has incorrect global array declarationjsjtxietian2024-07-261-0/+6
| |/ |/|
* | RenderingDevice: Use the correct amount of layers for Cubemaps for boundary c...BlueCube33102024-07-241-24/+6
|/
* Merge pull request #94671 from Chaosus/shader_fix_varyingRémi Verschelde2024-07-242-9/+34
|\
| * Fix shader crash when using a varying in separate func before it definedYuri Rubinsky2024-07-232-9/+34
* | Merge pull request #94629 from RandomShaper/fix_undef_positionRémi Verschelde2024-07-242-2/+2
|\ \
| * | Fix position from vertex shader partially uninitializedPedro J. Estébanez2024-07-232-2/+2
* | | Linearize color if HDR 2D is onFeiyue Zhang2024-07-241-4/+9
| |/ |/|
* | Merge pull request #94656 from BlueCube3310/cubemap-layers-retrieve-fixRémi Verschelde2024-07-231-3/+0
|\ \
| * | RenderingDevice: Fix getting cubemap dataBlueCube33102024-07-231-3/+0