summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Several edits to the GDScript docsDanil Alexeev2020-12-011-1/+1
* Merge pull request #42761 from fire/color-grading-3dRémi Verschelde2020-11-282-3/+5
|\
| * Environment brightness, contrast, saturation restore with color correction.clayjohn2020-11-282-3/+5
* | Merge pull request #43922 from Calinou/doc-projectsettings-globalize-pathRémi Verschelde2020-11-281-2/+16
|\ \
| * | Improve the `ProjectSettings.globalize_path()` documentationHugo Locurcio2020-11-271-2/+16
* | | Merge pull request #43925 from madmiraal/fix-16039aRémi Verschelde2020-11-282-6/+0
|\ \ \
| * | | Remove RigidBody weight propertyMarcel Admiraal2020-11-272-6/+0
* | | | Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky2020-11-281-0/+6
|\ \ \ \
| * | | | Restored antialiased lines by emulation using triangle stripsYuri Roubinsky2020-11-271-0/+6
| | |/ / | |/| |
* | | | Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde2020-11-282-0/+14
|\ \ \ \
| * | | | Add sky_only setting to DirectionalLight3Dsclayjohn2020-10-212-0/+14
* | | | | Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde2020-11-2837-368/+3519
|\ \ \ \ \
| * | | | | [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg2020-11-2635-184/+3610
| * | | | | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-261-0/+1
| * | | | | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-264-277/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #40136 from Jummit/multiplayer-root-node-gettersFabio Alessandrelli2020-11-271-10/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add root_node as property of MultiplayerAPIJummit2020-07-051-10/+4
* | | | | doc: Mention iOS support for Input gravity/gyroscope sensorsRémi Verschelde2020-11-271-7/+7
| |/ / / |/| | |
* | | | Merge pull request #43807 from Xrayez/aspect-ratio-containerRémi Verschelde2020-11-261-0/+51
|\ \ \ \
| * | | | Add `AspectRatioContainer` classAndrii Doroshenko (Xrayez)2020-11-251-0/+51
* | | | | Docs: Port Code Examples to C# (F, G, H, I, J, K, L)HaSa10022020-11-2511-43/+289
* | | | | Merge pull request #43861 from JFonS/fix_gizmo_defvalRémi Verschelde2020-11-251-1/+1
|\ \ \ \ \
| * | | | | Fix binding of default value in EditorSpatialGizmoPlugin::get_material()jfons2020-11-251-1/+1
* | | | | | Merge pull request #43793 from Calinou/doc-mono-resourcesRémi Verschelde2020-11-252-0/+2
|\ \ \ \ \ \
| * | | | | | Document C# garbage collection caveats in Reference and ResourceHugo Locurcio2020-11-232-0/+2
* | | | | | | doc: Sync classref with current sourceRémi Verschelde2020-11-232-37/+1
| |_|/ / / / |/| | | | |
* | | | | | Improve the AudioStreamPlayer3D class documentationHugo Locurcio2020-11-231-14/+14
* | | | | | Merge pull request #43627 from aaronfranke/pixelviRémi Verschelde2020-11-231-12/+42
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelvAaron Franke2020-11-211-12/+42
| |/ / / /
* / / / / Document that vertex displacement isn't visible in overdraw debug modeHugo Locurcio2020-11-221-1/+2
|/ / / /
* | | | doc: Warn about using Node internal processingRémi Verschelde2020-11-201-2/+4
* | | | Merge pull request #43591 from madmiraal/fix-43520Rémi Verschelde2020-11-191-120/+21
|\ \ \ \
| * | | | Update joy button and stick names, enums and documentationMarcel Admiraal2020-11-191-120/+21
* | | | | Merge pull request #43662 from EricEzaM/PR/INP3-command_serialization_optionalRémi Verschelde2020-11-191-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Made serialization of Command toggleable when saving InputEvents.Eric M2020-11-191-0/+4
* | | | | Clarify that SceneTree::quit() does not immediately end the application.Phischermen2020-11-181-1/+1
* | | | | Describe `ImageTexture`, `Image` creation and usageAndrii Doroshenko (Xrayez)2020-11-173-8/+36
* | | | | doc: Sync classref with Variant utility methodsRémi Verschelde2020-11-173-0/+1200
* | | | | Merge pull request #43565 from rcorre/curve_handle_docRémi Verschelde2020-11-172-8/+8
|\ \ \ \ \
| * | | | | Clarify Curve3D.get_point_{in,out} position in doc.Ryan Roden-Corrent2020-11-162-8/+8
* | | | | | Merge pull request #43537 from KoBeWi/🌳🗎🔧Rémi Verschelde2020-11-161-2/+9
|\ \ \ \ \ \
| * | | | | | Correct the doc about Tree.get_editedTomasz Chabora2020-11-141-2/+9
* | | | | | | Merge pull request #43509 from Calinou/doc-projectsettings-packetpeerstream-sizeRémi Verschelde2020-11-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Clarify packet peer `max_buffer_po2` in ProjectSettings documentationHugo Locurcio2020-11-161-1/+1
* | | | | | | | Merge pull request #42008 from Calinou/theme-rename-node-typeRémi Verschelde2020-11-162-73/+73
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename the `type` parameter to `node_type` in Theme and ControlHugo Locurcio2020-10-272-73/+73
* | | | | | | | | Merge pull request #43533 from Calinou/doc-improve-dictionaryRémi Verschelde2020-11-162-34/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve the Dictionary class documentationHugo Locurcio2020-11-142-34/+47
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde2020-11-162-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal2020-09-182-2/+2