summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98679 from Bromeon/qol/rename-static-callThaddeus Crews2024-10-311-1/+1
|\
| * Rename ClassDB::class_call_static_method -> class_call_staticJan Haller2024-10-301-1/+1
* | Merge pull request #98350 from syntaxerror247/android-native-filepickerThaddeus Crews2024-10-312-7/+13
|\ \
| * | [Android] Implement native file picker supportAnish Mishra2024-10-302-6/+9
| * | [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-2/+5
| |/
* | Merge pull request #97257 from YeldhamDev/guess_godot_is_unity_after_allThaddeus Crews2024-10-311-1/+4
|\ \
| * | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-1/+4
| |/
* | Merge pull request #98620 from zeux/lodgen-cleanupClay John2024-10-301-1/+2
|\ \ | |/ |/|
| * LOD: Remove "Raycast Normals" and associated "Normal Split Angle" settingsArseny Kapoulkine2024-10-281-1/+2
* | Merge pull request #97020 from GuilhermeGSousa/fix-non-const-anim-node-processThaddeus Crews2024-10-291-1/+1
|\ \
| * | Fix non const animation node process functionGuilherme Sousa2024-10-261-1/+1
* | | Merge pull request #97247 from thimenesup/draw_indirect_rdThaddeus Crews2024-10-291-0/+12
|\ \ \
| * | | Add draw indirect to Rendering Devicethimenesup2024-10-291-0/+12
* | | | Merge pull request #98652 from stuartcarnie/2d_texture_state_fixesThaddeus Crews2024-10-291-0/+4
|\ \ \ \
| * | | | 2D: Fix various issues and minor performance optimisationsStuart Carnie2024-10-301-0/+4
* | | | | Merge pull request #98523 from MichaelMacha/patch-2Thaddeus Crews2024-10-291-1/+1
|\ \ \ \ \
| * | | | | Update OccluderInstance3D.xmlMichael Macha2024-10-251-1/+1
* | | | | | Merge pull request #98265 from syntaxerror247/patch-2Thaddeus Crews2024-10-291-0/+1
|\ \ \ \ \ \
| * | | | | | Improve `_begin_customize_scenes` descriptionAnish Mishra2024-10-171-0/+1
* | | | | | | Merge pull request #88628 from bruvzg/i_have_no_idea_what_im_doingThaddeus Crews2024-10-291-0/+6
|\ \ \ \ \ \ \
| * | | | | | | [macOS/iOS] Use hardware sampling rates for audio I/O.bruvzg2024-10-251-0/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #65962 from 4d49/format-objectThaddeus Crews2024-10-291-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Add `Object` support for `String.format`Mansur Isaev2024-10-291-1/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #98081 from ArjhanToteck/patch-1Thaddeus Crews2024-10-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix grammar mistake in Shortcut documentationArjhanToteck2024-10-271-1/+1
* | | | | | | | Merge pull request #98574 from syntaxerror247/android_input_dialogThaddeus Crews2024-10-291-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [Android] Implement native input dialog supportAnish Mishra2024-10-291-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #98281 from timothyqiu/custom-tooltip-atmClay John2024-10-271-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Don't override auto translate mode of custom tooltipHaoyu Qiu2024-10-251-1/+1
| | |/ / / | |/| | |
* | | | | 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 #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-251-0/+13
|\ \ \ \ \ \
| * | | | | | OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-041-0/+13
* | | | | | | Merge pull request #74714 from dalexeev/expose-bresenham-lineThaddeus Crews2024-10-252-1/+15
|\ \ \ \ \ \ \
| * | | | | | | Expose `Geometry2D.bresenham_line()` methodDanil Alexeev2024-10-252-1/+15
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #98378 from dalexeev/doc-clarify-engine-debuggerThaddeus Crews2024-10-253-8/+29
|\ \ \ \ \ \ \
| * | | | | | | Clarify `EngineDebugger` and `EditorDebugger*` documentationDanil Alexeev2024-10-213-8/+29
* | | | | | | | 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 #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-251-0/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add Generate LODs, Shadow Mesh and Lightmap UV2 options to OBJ mesh importHugo Locurcio2024-10-251-0/+13
* | | | | | | | | | Merge pull request #98435 from Calinou/audio-add-get-driver-nameThaddeus Crews2024-10-252-0/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Add `AudioServer.get_driver_name()` to get the actual audio driver nameHugo Locurcio2024-10-222-0/+7
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #98480 from tetrapod00/link-project-settings-tutorialClay John2024-10-241-0/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Docs: Link to Project Settings tutorial from ProjectSettings classtetrapod002024-10-231-0/+1
* | | | | | | | | Merge pull request #98427 from syntaxerror247/document-immersive-modeThaddeus Crews2024-10-241-0/+3
|\ \ \ \ \ \ \ \ \