summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #96923 from Repiteo/style/warning-admonitionRémi Verschelde2024-09-262-5/+9
|\
| * Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-252-5/+9
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-2528-0/+28
|/
* Merge pull request #93786 from alvinhochun/viewport-pixel-snap-fixRémi Verschelde2024-09-251-0/+17
|\
| * Apply snap 2D transforms to pixel to viewportAlvin Wong2024-09-231-0/+17
* | Merge pull request #93324 from tracefree/reinhard-fixRémi Verschelde2024-09-251-2/+6
|\ \
| * | Fix incorrect Reinhard tonemap operatorRie2024-09-251-2/+6
* | | Add linux camera supportPaweł2024-09-252-4/+44
|/ /
* / Move Godot Physics 2D into a module; add dummy 2D physics serverRicardo Buring2024-09-2336-11447/+357
|/
* Merge pull request #95252 from rburing/3d_physics_moduleRémi Verschelde2024-09-2351-20520/+443
|\
| * Move Godot Physics 3D into a module; add dummy 3D physics serverRicardo Buring2024-09-2151-20520/+443
* | Fix hash calculation for NTSliceKeyJiang Yiheng2024-09-221-1/+1
|/
* Merge pull request #97260 from clayjohn/pixel_snapRémi Verschelde2024-09-211-2/+2
|\
| * Calculate pixel snap in canvas space instead of world spaceclayjohn2024-09-201-2/+2
* | Add external texture support (GLES3)David Snopek2024-09-2012-2/+60
|/
* Merge pull request #97217 from stuartcarnie/97185_subpixel_renderingRémi Verschelde2024-09-201-0/+5
|\
| * [2D,Metal]: Fix subpixel blending; fix inconsistent blend state in MetalStuart Carnie2024-09-201-0/+5
* | Style: Apply new `clang-format` changesThaddeus Crews2024-09-2020-72/+76
|/
* Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-externalRémi Verschelde2024-09-197-0/+214
|\
| * Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-197-0/+214
* | Merge pull request #97130 from Rindbee/check-space-in-remove_soft_body_from_q...Rémi Verschelde2024-09-181-1/+1
|\ \
| * | Add forgotten `get_space()` check in `GodotArea3D::remove_soft_body_from_quer...风青山2024-09-181-1/+1
* | | Merge pull request #97006 from Gaktan/project_dialog_vulkan_crashRémi Verschelde2024-09-181-0/+5
|\ \ \ | |/ / |/| |
| * | Fix Vulkan Instance initialized twice in ProjectDialogGaktan2024-09-171-0/+5
* | | Merge pull request #97109 from pattlebass/pitch-shift-fixRémi Verschelde2024-09-171-0/+5
|\ \ \ | |/ / |/| |
| * | AudioEffectPitchShift: Fix distortion when pitch is 1.0Fabian S.2024-09-171-0/+5
* | | 2D: Remove redundant assignmentStuart Carnie2024-09-171-4/+4
|/ /
* | Merge pull request #95915 from BlueCube3310/betsy-bc1Rémi Verschelde2024-09-161-0/+1
|\ \
| * | Betsy: Add caching and BC1 compression supportBlueCube33102024-09-111-0/+1
* | | Merge pull request #92290 from clayjohn/LOD-fixesRémi Verschelde2024-09-162-53/+28
|\ \ \
| * | | Use distance to AABB surface to calculate Mesh LOD instead of using supportsclayjohn2024-09-112-53/+28
* | | | 2D: Fix use-after-free in batch renderingStuart Carnie2024-09-142-92/+91
* | | | Fix broken sky shaderChaosus2024-09-132-18/+25
| |_|/ |/| |
* | | Merge pull request #96875 from stuartcarnie/sgc/small_optimisationsRémi Verschelde2024-09-124-18/+17
|\ \ \
| * | | [Editor,Servers]: Minor optimizationsStuart Carnie2024-09-124-18/+17
| |/ /
* | | Merge pull request #95473 from Chaosus/shader_fix_switch_bugsRémi Verschelde2024-09-122-55/+71
|\ \ \ | |_|/ |/| |
| * | Fix shader incorrectly expects `int` on `uint` and vice-versa in casesChaosus2024-09-112-55/+71
* | | 2D: Add batching to RendererCanvasRenderRDStuart Carnie2024-09-125-903/+1282
| |/ |/|
* | Merge pull request #96858 from Chaosus/shader_fix_conditional_opRémi Verschelde2024-09-112-16/+16
|\ \
| * | Fix shader crash when using unary minus in expressionChaosus2024-09-112-16/+16
| |/
* / Fix typo in XRInterface commentTypeChecked2024-09-111-1/+1
|/
* Merge pull request #96092 from smix8/region_point_queryRémi Verschelde2024-09-106-0/+12
|\
| * Add navigation region point and segment queriessmix82024-09-106-0/+12
* | Merge pull request #94893 from rune-scape/no-const-cast-mesh-storageRémi Verschelde2024-09-105-7/+7
|\ \ | |/ |/|
| * Avoid const_cast in mesh_storage.hrune-scape2024-08-285-7/+7
* | Merge pull request #96758 from RandomShaper/fix_the_shift_must_go_onRémi Verschelde2024-09-091-2/+2
|\ \
| * | RenderingDevice: Fix uncapped mipmap sizes causing div-by-zeroPedro J. Estébanez2024-09-091-2/+2
* | | Merge pull request #96572 from adamscott/fix-samples-leakRémi Verschelde2024-09-093-12/+39
|\ \ \
| * | | Fix leak when using audio samples instead of streamsAdam Scott2024-09-043-12/+39
* | | | Add basic support to evaluate operator value in shader languageYuri Rubinsky2024-09-094-119/+538
| |/ / |/| |