summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wayland: Stop unreachable warningAlistair Leslie-Hughes2024-03-091-2/+2
|
* Merge pull request #89301 from KoBeWi/human_readable_codeRémi Verschelde2024-03-091-14/+18
|\ | | | | | | Refactor how file cache entries are stored
| * Refactor how file cache entries are storedkobewi2024-03-081-14/+18
| |
* | Merge pull request #89292 from Chaosus/vs_fix_crashRémi Verschelde2024-03-091-0/+1
|\ \ | | | | | | | | | Fix possible crash when converting a node to other in visual shader
| * | Fix possible crash when converting a node to other in visual shaderYuri Rubinsky2024-03-081-0/+1
| |/
* | Merge pull request #89286 from Kiisu-Master/fix-pot-generationRémi Verschelde2024-03-092-14/+34
|\ \ | | | | | | | | | Fix packed scene translation parser missing strings.
| * | Fix packed scene translation parser missing strings.Kiisu_Master2024-03-082-14/+34
| | |
* | | Merge pull request #89284 from mihe/lsp-multiple-messagesRémi Verschelde2024-03-094-13/+25
|\ \ \ | | | | | | | | | | | | Allow LSP to process multiple messages per poll
| * | | Allow LSP to process multiple messages per pollMikael Hermansson2024-03-084-13/+25
| |/ /
* | | Merge pull request #89283 from AlexOtsuka/audio-fixRémi Verschelde2024-03-091-2/+7
|\ \ \ | | | | | | | | | | | | Fix audio crackling issues due to incorrect WASAPI buffer size
| * | | Fix audio crackling issues due to incorrect WASAPI buffer sizeAlexOtsuka2024-03-081-2/+7
| | |/ | |/|
* | | Merge pull request #89282 from Rindbee/reduce-indent-in-XRInterface-example-codeRémi Verschelde2024-03-091-11/+11
|\ \ \ | | | | | | | | | | | | Reduce indentation in `XRInterface` class document example code
| * | | Reduce indentation in `XRInterface` class document example code风青山2024-03-081-11/+11
| | | |
* | | | Merge pull request #89281 from permelin/fix-lm-capture-octantRémi Verschelde2024-03-091-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix lightmap captures not applied in one octant
| * | | | Fix lightmap capture not applied in one octantPer Melin2024-03-081-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GI from probe captures was not applied to dynamic objects in the (-,-,-) octant of the lightmap. If the object had traveled from a different part of the lightmap, it would simply not update anymore and kept whatever ambient light it had from before. If the object on the other hand came from outside of the lightmap into this octant, it would receive no ambient light at all.
* | | | Merge pull request #89263 from ↵Rémi Verschelde2024-03-096-175/+476
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | dalexeev/editor-help-codeblock-syntax-highlighting Editor Help: Add syntax highlighting for code blocks
| * | | | Editor Help: Add syntax highlighting for code blocksDanil Alexeev2024-03-096-175/+476
| | |_|/ | |/| |
* | | | Merge pull request #89255 from passivestar/themable-log-buttonsRémi Verschelde2024-03-091-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | Add missing normal and hover states to `EditorLogFilterButton`
| * | | | Add missing normal and hover states to `EditorLogFilterButton`passivestar2024-03-081-0/+3
| | |/ / | |/| |
* | | | Merge pull request #89251 from KoBeWi/fastpectorRémi Verschelde2024-03-095-5/+13
|\ \ \ \ | | | | | | | | | | | | | | | Speed up inspector updates for TileMap
| * | | | Speed up inspector updates for TileMapkobewi2024-03-075-5/+13
| |/ / /
* | | | Merge pull request #89085 from miv391/remember-search-replace-textRémi Verschelde2024-03-091-5/+18
|\ \ \ \ | | | | | | | | | | | | | | | Remember search text in Find/Replace in Files dialog
| * | | | Remember search text in Find/Replace in Files dialogMika Viskari2024-03-081-5/+18
| | | | |
* | | | | Merge pull request #87448 from nfrmtk/check-buffer-sizeRémi Verschelde2024-03-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add check for negative `buffer_size` inside `StreamPeerGZIP::start_(de)compression`
| * | | | | add check for negative buffer_size inside start_(de)compression method.nfrmtk2024-03-081-0/+1
| | | | | |
* | | | | | Merge pull request #56420 from nathanfranke/project-creationRémi Verschelde2024-03-095-551/+565
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | Automatically create folder in project manager create and import
| * | | | | Automatically create folder in project manager create/import/installNathan Franke2024-03-085-551/+565
| | |_|/ / | |/| | |
* | | | | Merge pull request #89277 from RandomShaper/rdd_public_shader_descRémi Verschelde2024-03-081-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Make `ShaderDescription` and related types public
| * | | | | Make ShaderDescription and related types publicPedro J. Estébanez2024-03-081-0/+2
| |/ / / /
* | | | | Merge pull request #89264 from ryevdokimov/don't-update-snap-every-scanRémi Verschelde2024-03-082-2/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Move `snap_controls_to_pixels` from process to projects settings changed method
| * | | | | Move `snap_controls_to_pixels` from process to projects settings changed methodRobert Yevdokimov2024-03-072-2/+7
| |/ / / /
* | | | | Merge pull request #89260 from m4gr3d/update_permissions_request_apiRémi Verschelde2024-03-081-46/+86
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add `PermissionsUtil#requestPermissions(...)` to provide the ability to request multiple permissions at a time
| * | | | | Add `PermissionsUtil#requestPermissions(...)` to provide the ability to ↵Fredia Huya-Kouadio2024-03-071-46/+86
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | request multiple permissions at a time Fix https://github.com/GodotVR/godot_openxr_vendors/issues/101
* | | | | Merge pull request #89253 from Calinou/debug-draw-modes-ignore-decals-2Rémi Verschelde2024-03-084-14/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Make Overdraw, Lighting and Shadow Splits debug draw modes ignore decals
| * | | | | Make Overdraw, Lighting and Shadow Splits debug draw modes ignore decalsHugo Locurcio2024-03-074-14/+21
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also makes the Overdraw and Shadow Splits debug draw modes ignore fog. The Lighting debug draw mode still displays fog as that debug draw mode is intended to preview scene lighting, and fog has an impact on how lighting is perceived.
* | | | | Merge pull request #89204 from luevano/fix-cyclic-dep-on-dropRémi Verschelde2024-03-084-30/+58
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix wrong undo-redo action when dropping files containing circular dependencies
| * | | | | Fix wrong undo-redo action when dropping files containing circular dependenciesDavid Luevano Alvarado2024-03-074-30/+58
| |/ / / /
* | | | | Merge pull request #89190 from AThousandShips/vis_catRémi Verschelde2024-03-083-10/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix some missing categories in visual shader nodes
| * | | | | Fix some missing categories in visual shader nodesA Thousand Ships2024-03-053-10/+32
| | | | | |
* | | | | | Merge pull request #89094 from permelin/fix-particle-userdata-gles3Rémi Verschelde2024-03-082-8/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix `USERDATA` built-ins for GLES3 particle shaders
| * | | | | | Fix USERDATA built-ins for GLES3 particle shadersPer Melin2024-03-022-8/+28
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #89042 from permelin/fix-particle-trail-activationRémi Verschelde2024-03-081-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix early activation of particle trail sections
| * | | | | | Initialize particle trail history frame numbersPer Melin2024-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #88712 All particle trail sections were activated at once on the first cycle, instead of being spread out over the trail's lifetime.
* | | | | | | Merge pull request #89025 from Chubercik/clipper2-1.3.0Rémi Verschelde2024-03-0815-1447/+1542
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | clipper2: Update to 1.3.0
| * | | | | | | clipper2: Update to 1.3.0Jakub Marcowski2024-03-0115-1447/+1542
| |/ / / / / /
* | | | | | | Merge pull request #88221 from Scony/extend-parse_source_geometry_dataRémi Verschelde2024-03-087-2/+83
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Extend `NavigationMeshSourceGeometryData[23]D` to allow data merging
| * | | | | | | Extend `NavigationMeshSourceGeometryData[23]D` to allow data mergingPawel Lampe2024-03-077-2/+83
| | | | | | | |
* | | | | | | | Merge pull request #88111 from Ryan-000/masterRémi Verschelde2024-03-083-1/+28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose scene unique id functionality in Resource
| * | | | | | | | Expose scene unique id functionality in ResourceRyan2024-03-073-1/+28
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #87161 from ryevdokimov/do-not-commitRémi Verschelde2024-03-089-51/+72
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not commit transforms and handles if no changes were made