summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn2023-01-189-59/+44
* CanvasItem::draw_arc Clamp angle difference so arc won't overlap itselfkleonc2023-01-181-6/+9
* Remove light from dynamic light list when removing scenarioclayjohn2023-01-171-0/+4
* Merge pull request #71524 from clayjohn/MOBILE-TAARémi Verschelde2023-01-171-0/+1
|\
| * Warn when trying to enable TAA from mobile or gl_compatibility backendclayjohn2023-01-161-0/+1
* | Merge pull request #71382 from jainl28patel/sprite2d_flip_normal_mapRémi Verschelde2023-01-174-0/+14
|\ \
| * | fix normal map not flipping in sprite2Djainl28patel2023-01-144-0/+14
* | | Merge pull request #71520 from conradhappeliv/fix-71480Rémi Verschelde2023-01-171-8/+5
|\ \ \
| * | | Fix GPUParticles2D not recomputing transforms each frameConrad H. Appel, IV2023-01-161-8/+5
| | |/ | |/|
* | | Merge pull request #71526 from clayjohn/RD-sun-scatterRémi Verschelde2023-01-161-1/+1
|\ \ \
| * | | Properly initialize directional_light_count in RD sky shadersclayjohn2023-01-161-1/+1
| |/ /
* | | Merge pull request #62236 from MinusKube/masterRémi Verschelde2023-01-161-84/+158
|\ \ \ | |/ / |/| |
| * | Fix draw_polyline not supporting closed polygons and not having a uniform offsetMinusKube2023-01-161-84/+158
* | | Merge pull request #71502 from bruvzg/tooltip_clickthroughRémi Verschelde2023-01-162-0/+3
|\ \ \
| * | | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-162-0/+3
* | | | Fix scaling issue in `draw_line` and similar methodsDanil Alexeev2023-01-165-13/+13
|/ / /
* | | Rename `center` method to `get_center` in Plane.Raul Santos2023-01-151-1/+1
* | | Merge pull request #71309 from BastiaanOlij/improve_renderscaling_optionsRémi Verschelde2023-01-148-57/+59
|\ \ \ | |_|/ |/| |
| * | Improving communication of scaling settings to renderer implementationBastiaan Olij2023-01-138-57/+59
* | | Merge pull request #71346 from Chaosus/material_fix_freezingRémi Verschelde2023-01-141-0/+8
|\ \ \
| * | | Clear material arrays to prevent freeing of invalid texture RIDYuri Rubinsky2023-01-131-0/+8
* | | | Avoid crashing when custom GLSL shaders are imported when using the gl_compat...clayjohn2023-01-131-0/+2
|/ / /
* | | Only setup depth framebuffer properties when not rendering ReflectionProbesclayjohn2023-01-121-1/+1
* | | Merge pull request #71289 from RandomShaper/avoid_color_flashClay John2023-01-126-0/+37
|\ \ \
| * | | Add framework for avoidance of color flash in new windowsPedro J. Estébanez2023-01-126-0/+37
* | | | Merge pull request #70787 from peastman/cylinderRémi Verschelde2023-01-121-138/+76
|\ \ \ \
| * | | | Analytic sphere-box, sphere-cylinder, and capsule-cylinder collisionsPeter Eastman2023-01-021-140/+78
* | | | | Merge pull request #70660 from Malcolmnixon/collision_sphere_capsuleRémi Verschelde2023-01-121-101/+102
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Modified the collision_sphere_capsule function to only test the one "correct"...Malcolm Nixon2023-01-021-101/+102
* | | | | Merge pull request #70731 from smix8/navigationserver_performance_monitor_4.xRémi Verschelde2023-01-122-0/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add NavigationServer Performance Monitorsmix82023-01-082-0/+28
* | | | | Merge pull request #71261 from clayjohn/RD-alpha-aaRémi Verschelde2023-01-126-14/+18
|\ \ \ \ \
| * | | | | Take alpha antialising options into account when setting up materialsclayjohn2023-01-116-14/+18
* | | | | | Merge pull request #71130 from clayjohn/RD-normal-roughnessRémi Verschelde2023-01-126-29/+69
|\ \ \ \ \ \
| * | | | | | Fix multiple issues that make the normal roughness texture unusableclayjohn2023-01-096-29/+69
| |/ / / / /
* | | | | | Merge pull request #71124 from clayjohn/forward-prepassRémi Verschelde2023-01-121-8/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Only disable depth writing in opaque pipelinesclayjohn2023-01-091-8/+8
* | | | | | Merge pull request #70707 from mihe/bind-physics-excludeRémi Verschelde2023-01-112-0/+10
|\ \ \ \ \ \
| * | | | | | Bind methods related to physics query exclusionsMikael Hermansson2022-12-292-0/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #70475 from BastiaanOlij/cleanup_luminanceRémi Verschelde2023-01-1111-290/+395
|\ \ \ \ \ \
| * | | | | | Move luminance effect into its own class and use new buffers systemBastiaan Olij2023-01-0711-290/+395
| | |/ / / / | |/| | | |
* | | | | | Add get_contact_impulse method to PhysicsDirectBodyState2DRicardo Buring2023-01-109-20/+35
| |_|/ / / |/| | | |
* | | | | Make inclusion of Godot version in shader hash universalPedro J. Estébanez2023-01-091-0/+5
* | | | | Merge pull request #71045 from reduz/use-bitfield-in-core-typesRémi Verschelde2023-01-092-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use BitField<> in core type masksJuan Linietsky2023-01-082-3/+3
* | | | | Merge pull request #71037 from reduz/array-format-bitfieldRémi Verschelde2023-01-082-44/+44
|\ \ \ \ \
| * | | | | Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-082-44/+44
| |/ / / /
* | | | | Merge pull request #70463 from DarkKilauea/nav-server-constRémi Verschelde2023-01-085-146/+140
|\ \ \ \ \
| * | | | | Rework const on NavigationServer methodsJosh Jones2023-01-075-146/+140
| |/ / / /
* | | | | Merge pull request #70281 from CherrySodaPop/get-impulse-3dRémi Verschelde2023-01-087-37/+49
|\ \ \ \ \ | |/ / / / |/| | | |