summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-12-05Merge pull request #44091 from madmiraal/rename-cubemesh-boxmeshRémi Verschelde
2020-12-05Rename CubeMesh BoxMeshMarcel Admiraal
2020-12-04Rename RD texture "type" to "texture_type"Aaron Franke
2020-12-04Rename RD uniform "type" to "uniform_type"Aaron Franke
2020-12-04Rebind Mesh/ArrayMesh enumsAaron Franke
2020-12-04Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags"Aaron Franke
2020-12-04Rename LightOccluder2D light_mask to occluder_light_maskAaron Franke
2020-12-04Rename PathFollow2D rotate boolAaron Franke
2020-12-04Rename XR get_type and get_nameAaron Franke
2020-12-04doc: Sync classref with current sourceRémi Verschelde
2020-12-04Rename TYPE_REAL to TYPE_FLOATGeorge Marques
2020-12-03Merge pull request #43959 from dalexeev/gds-docRémi Verschelde
2020-12-03Merge pull request #43536 from jonbonazza/hmacFabio Alessandrelli
2020-12-01Fix incorrect `Curve3D.interpolate_baked()` descriptionHugo Locurcio
2020-12-01Several edits to the GDScript docsDanil Alexeev
2020-11-30Exposed shortcut_context property to scripting and added documentation.Eric M
2020-11-28Merge pull request #42761 from fire/color-grading-3dRémi Verschelde
2020-11-28Environment brightness, contrast, saturation restore with color correction.clayjohn
2020-11-28Merge pull request #43922 from Calinou/doc-projectsettings-globalize-pathRémi Verschelde
2020-11-28Merge pull request #43925 from madmiraal/fix-16039aRémi Verschelde
2020-11-28Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky
2020-11-28Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde
2020-11-28Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde
2020-11-27Restored antialiased lines by emulation using triangle stripsYuri Roubinsky
2020-11-27Remove RigidBody weight propertyMarcel Admiraal
2020-11-27Merge pull request #40136 from Jummit/multiplayer-root-node-gettersFabio Alessandrelli
2020-11-27Improve the `ProjectSettings.globalize_path()` documentationHugo Locurcio
2020-11-27doc: Mention iOS support for Input gravity/gyroscope sensorsRémi Verschelde
2020-11-26feat: HMAC support in Crypto APIsJon Bonazza
2020-11-26[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg
2020-11-26[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-26Merge pull request #43807 from Xrayez/aspect-ratio-containerRémi Verschelde
2020-11-25Docs: Port Code Examples to C# (F, G, H, I, J, K, L)HaSa1002
2020-11-25Merge pull request #43861 from JFonS/fix_gizmo_defvalRémi Verschelde
2020-11-25Fix binding of default value in EditorSpatialGizmoPlugin::get_material()jfons
2020-11-25Add `AspectRatioContainer` classAndrii Doroshenko (Xrayez)
2020-11-25Merge pull request #43793 from Calinou/doc-mono-resourcesRémi Verschelde
2020-11-23doc: Sync classref with current sourceRémi Verschelde
2020-11-23Improve the AudioStreamPlayer3D class documentationHugo Locurcio
2020-11-23Document C# garbage collection caveats in Reference and ResourceHugo Locurcio
2020-11-23Merge pull request #43627 from aaronfranke/pixelviRémi Verschelde
2020-11-22Document that vertex displacement isn't visible in overdraw debug modeHugo Locurcio
2020-11-21Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelvAaron Franke
2020-11-20doc: Warn about using Node internal processingRémi Verschelde
2020-11-19Merge pull request #43591 from madmiraal/fix-43520Rémi Verschelde
2020-11-19Update joy button and stick names, enums and documentationMarcel Admiraal
2020-11-19Merge pull request #43662 from EricEzaM/PR/INP3-command_serialization_optionalRémi Verschelde
2020-11-19Made serialization of Command toggleable when saving InputEvents.Eric M
2020-11-18Clarify that SceneTree::quit() does not immediately end the application.Phischermen