summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-312-7/+7
* Merge pull request #96174 from DeeJayLSP/wav-docsRémi Verschelde2024-08-301-1/+1
|\
| * WAV stream/importer: Improve compression/loop names and descriptionsDeeJayLSP2024-08-301-1/+1
* | Merge pull request #92316 from alula/msvc-clangRémi Verschelde2024-08-292-2/+4
|\ \
| * | Add support for compiling with VS clang-cl toolsetAlula2024-08-282-2/+4
* | | Merge pull request #90945 from Scony/extract-navigation-defaultsRémi Verschelde2024-08-292-7/+74
|\ \ \ | |/ / |/| |
| * | Extract navigation-related defaults to separate headerPawel Lampe2024-08-272-7/+74
* | | Merge pull request #94808 from RandomShaper/aud_srv_cod_styRémi Verschelde2024-08-281-6/+12
|\ \ \
| * | | AudioServer: Fix code style issuesPedro J. Estébanez2024-07-261-6/+12
* | | | Merge pull request #94477 from RedMser/typos-batch-1Rémi Verschelde2024-08-281-2/+2
|\ \ \ \
| * | | | Fix typosRedMser2024-07-171-2/+2
* | | | | Merge pull request #94352 from Chaosus/shader_ternary_fixRémi Verschelde2024-08-282-5/+44
|\ \ \ \ \
| * | | | | Fix multiple ternary expressions to be used without parenthesisYuri Rubinsky2024-07-172-5/+44
* | | | | | Merge pull request #93985 from alvinhochun/windows-gpu-prefRémi Verschelde2024-08-281-2/+3
|\ \ \ \ \ \
| * | | | | | Respect integrated GPU preference in Windows SettingsAlvin Wong2024-07-161-2/+3
| |/ / / / /
* | | | | | Merge pull request #95984 from timothyqiu/what-identifierRémi Verschelde2024-08-273-19/+3
|\ \ \ \ \ \
| * | | | | | Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-273-19/+3
| | |_|_|_|/ | |/| | | |
* / | | | | Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-275-0/+9
|/ / / / /
* | | | | Merge pull request #95862 from adamscott/fix-pitch-scale-before-playRémi Verschelde2024-08-251-0/+1
|\ \ \ \ \
| * | | | | Honor `pitch_scale` value before playing audio sampleAdam Scott2024-08-201-0/+1
* | | | | | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-252-21/+8
|\ \ \ \ \ \
| * | | | | | Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-08-212-21/+8
* | | | | | | Merge pull request #95274 from Chaosus/shader_forbind_const_func_declRémi Verschelde2024-08-251-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Forbid function declaration with a const qualifier in shadersChaosus2024-08-081-0/+5
* | | | | | | | Disable extra memory tracking by defaultMatias N. Goldberg2024-08-244-0/+54
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #90993 from darksylinc/matias-TheForgeRémi Verschelde2024-08-2212-23/+249
|\ \ \ \ \ \ \
| * | | | | | | Add debug utilities for VulkanMatias N. Goldberg2024-08-2112-23/+249
* | | | | | | | Merge pull request #95917 from BlueCube3310/lightmap-align-fixRémi Verschelde2024-08-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | LightmapGI: Fix shader data alignment after #89919BlueCube33102024-08-211-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #95790 from aaronfranke/rect-aabb-supportRémi Verschelde2024-08-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-191-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #91172 from clayjohn/detect-rdRémi Verschelde2024-08-222-0/+44
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Check if RD is supported in the ProjectManager and disable creating RD projec...clayjohn2024-08-022-0/+44
* | | | | | | | Merge pull request #91535 from BlueCube3310/betsy-bc6hRémi Verschelde2024-08-211-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Add Betsy to speed up BC6 compressionBlueCube33102024-08-181-0/+1
* | | | | | | | | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-207-17/+32
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #95153 from BastiaanOlij/improve_hand_tracking_settingsRémi Verschelde2024-08-202-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Change hand tracking project settings and finetune show_when_trackedBastiaan Olij2024-08-202-0/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #94324 from SomeRanDev/shader_hint_enumRémi Verschelde2024-08-202-6/+110
|\ \ \ \ \ \ \ \
| * | | | | | | | Add `hint_enum` for uniform int in gdshaderRobert Borghese2024-07-132-6/+110
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #91818 from rburing/fti_multimeshRémi Verschelde2024-08-2010-101/+711
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-1810-101/+711
* | | | | | | | | Merge pull request #89919 from BlueCube3310/bicubic-lightmapRémi Verschelde2024-08-2020-15/+234
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement support for bicubic lightmap filteringBlueCube33102024-08-1920-15/+234
| |/ / / / / / / /
* | | | | | | | | Merge pull request #86000 from jsjtxietian/add-missing-model_normal_matrixRémi Verschelde2024-08-202-0/+14
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Add model_normal_matrix for fragment shaderjsjtxietian2024-08-202-0/+14
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #94785 from Chaosus/shader_fix_samplers_orderRémi Verschelde2024-08-195-14/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix texture samplers to not being last in the property listYuri Rubinsky2024-07-295-14/+15
* | | | | | | | | Merge pull request #95666 from kleonc/parallax2d_repeat_offsets_relative_to_s...Rémi Verschelde2024-08-195-33/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Parallax2D repeats being not relative to its transformkleonc2024-08-195-33/+60