summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-2923-14/+1064
|\
| * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-2823-14/+1064
* | Merge pull request #98614 from DarioSamo/soft-shadow-samples-fixClay John2024-10-285-27/+42
|\ \
| * | Fix soft shadows by increasing the bit count for specialization constants.Dario2024-10-285-27/+42
|/ /
* | Merge pull request #98281 from timothyqiu/custom-tooltip-atmClay John2024-10-272-2/+2
|\ \
| * | Don't override auto translate mode of custom tooltipHaoyu Qiu2024-10-252-2/+2
* | | Merge pull request #98279 from Calinou/vulkan-d3d12-silence-using-present-modeClay John2024-10-272-5/+1
|\ \ \
| * | | Remove "Using present mode" verbose prints in Vulkan and Direct3D 12Hugo Locurcio2024-10-172-5/+1
* | | | Merge pull request #98529 from zeux/meshopt-22Clay John2024-10-2718-272/+1020
|\ \ \ \
| * | | | Update meshoptimizer to 0.22Arseny Kapoulkine2024-10-2618-272/+1020
* | | | | Merge pull request #98553 from Calinou/editor-capitalization-openglClay John2024-10-271-0/+3
|\ \ \ \ \
| * | | | | Add "OpenGL 3", "GLES" and "Linux/*BSD" to editor property capitalizationHugo Locurcio2024-10-261-0/+3
|/ / / / /
* | | | | Merge pull request #97535 from HolonProduction/gizmo-cylinderThaddeus Crews2024-10-254-91/+120
|\ \ \ \ \
| * | | | | Editor: Improve cylinder gizmos 🌈HolonProduction2024-10-114-91/+120
| | |_|_|/ | |/| | |
* | | | | Merge pull request #98425 from darksylinc/matias-breadcrumbs-race-fixThaddeus Crews2024-10-259-59/+236
|\ \ \ \ \
| * | | | | Fix race conditions in breadcrumbsMatias N. Goldberg2024-10-229-59/+236
* | | | | | Merge pull request #98421 from Calinou/doc-backbuffercopy-screen-reading-shad...Thaddeus Crews2024-10-251-0/+1
|\ \ \ \ \ \
| * | | | | | Link to Screen-reading shaders tutorial in BackBufferCopy documentationHugo Locurcio2024-10-221-0/+1
* | | | | | | Merge pull request #96499 from beev1s/shallow-script-cache-errorThaddeus Crews2024-10-253-1/+23
|\ \ \ \ \ \ \
| * | | | | | | Fixed resource loader using not fully loaded scriptsMoritz Burgdorff2024-09-143-1/+23
* | | | | | | | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-2515-9/+149
|\ \ \ \ \ \ \ \
| * | | | | | | | OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-0415-9/+149
* | | | | | | | | Merge pull request #98395 from Repiteo/core/char-range-utils-updateThaddeus Crews2024-10-252-237/+442
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Core: Update `char_range.inc` to Unicode 16Thaddeus Crews2024-10-212-237/+442
* | | | | | | | | | Merge pull request #74714 from dalexeev/expose-bresenham-lineThaddeus Crews2024-10-255-7/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Expose `Geometry2D.bresenham_line()` methodDanil Alexeev2024-10-255-7/+38
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #98378 from dalexeev/doc-clarify-engine-debuggerThaddeus Crews2024-10-254-9/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Clarify `EngineDebugger` and `EditorDebugger*` documentationDanil Alexeev2024-10-214-9/+30
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #97090 from KoBeWi/secret_cloning_researchThaddeus Crews2024-10-253-82/+171
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't rescan filesystem when duplicatingkobewi2024-10-043-82/+171
* | | | | | | | | | | Merge pull request #38208 from Calinou/project-manager-use-dummy-audio-driverThaddeus Crews2024-10-251-1/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use the Dummy audio driver in the project managerHugo Locurcio2024-08-071-1/+8
* | | | | | | | | | | | Merge pull request #90047 from ajreckof/fix-editing-exported-nodes-in-array-a...Thaddeus Crews2024-10-252-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix editing exported nodes in array as text.ajreckof2024-03-302-5/+5
* | | | | | | | | | | | | Merge pull request #97212 from Riteo/picking-the-right-expand-modeThaddeus Crews2024-10-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ColorPicker: ignore TextureRect expand mode during legacy pickingRiteo Siuga2024-09-201-0/+1
* | | | | | | | | | | | | | Merge pull request #97711 from EAinsley/fix#94718Thaddeus Crews2024-10-251-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | No freezing when size in header is too largeAinsley Su2024-10-231-1/+14
* | | | | | | | | | | | | | | Merge pull request #97966 from mh114/mh114-fix-control-doc-typoThaddeus Crews2024-10-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fixed a documentation typo in Control._drop_data() C#-example.Mika Halttunen2024-10-081-1/+1
* | | | | | | | | | | | | | | | Merge pull request #98477 from Calinou/styleboxflat-corner-radius-increase-ra...Thaddeus Crews2024-10-251-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Increase range hint for StyleBoxFlat `border_width`, `corner_radius` and `exp...Hugo Locurcio2024-10-241-12/+12
* | | | | | | | | | | | | | | | | Merge pull request #96927 from HolonProduction/completion-inner-class-base-crashThaddeus Crews2024-10-251-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Autocompletion: Don't use owner for inner classesHolonProduction2024-10-131-1/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #98332 from syntaxerror247/Improve-HttpRequest-DocsThaddeus Crews2024-10-251-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add missing HTTPRequest Result descriptions.Anish Mishra2024-10-191-0/+2
| | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #94108 from Calinou/obj-import-add-generate-lods-shadow-me...Thaddeus Crews2024-10-252-5/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add Generate LODs, Shadow Mesh and Lightmap UV2 options to OBJ mesh importHugo Locurcio2024-10-252-5/+91
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #97555 from dustdfg/platform_methods/extract_validate_archThaddeus Crews2024-10-257-39/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Build System: Extract `validate_arch` helper functionYevhen Babiichuk (DustDFG)2024-10-067-39/+22