Age | Commit message (Expand) | Author |
2020-12-05 | Merge pull request #44091 from madmiraal/rename-cubemesh-boxmesh | Rémi Verschelde |
2020-12-05 | Rename CubeMesh BoxMesh | Marcel Admiraal |
2020-12-04 | Rename RD texture "type" to "texture_type" | Aaron Franke |
2020-12-04 | Rename RD uniform "type" to "uniform_type" | Aaron Franke |
2020-12-04 | Rebind Mesh/ArrayMesh enums | Aaron Franke |
2020-12-04 | Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags" | Aaron Franke |
2020-12-04 | Rename LightOccluder2D light_mask to occluder_light_mask | Aaron Franke |
2020-12-04 | Rename PathFollow2D rotate bool | Aaron Franke |
2020-12-04 | Rename XR get_type and get_name | Aaron Franke |
2020-12-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-12-04 | Rename TYPE_REAL to TYPE_FLOAT | George Marques |
2020-12-03 | Merge pull request #43959 from dalexeev/gds-doc | Rémi Verschelde |
2020-12-03 | Merge pull request #43536 from jonbonazza/hmac | Fabio Alessandrelli |
2020-12-01 | Fix incorrect `Curve3D.interpolate_baked()` description | Hugo Locurcio |
2020-12-01 | Several edits to the GDScript docs | Danil Alexeev |
2020-11-30 | Exposed shortcut_context property to scripting and added documentation. | Eric M |
2020-11-28 | Merge pull request #42761 from fire/color-grading-3d | Rémi Verschelde |
2020-11-28 | Environment brightness, contrast, saturation restore with color correction. | clayjohn |
2020-11-28 | Merge pull request #43922 from Calinou/doc-projectsettings-globalize-path | Rémi Verschelde |
2020-11-28 | Merge pull request #43925 from madmiraal/fix-16039a | Rémi Verschelde |
2020-11-28 | Merge pull request #43828 from Chaosus/restore_line_antialiasing | Yuri Roubinsky |
2020-11-28 | Merge pull request #42987 from clayjohn/VULKAN-sky-only | Rémi Verschelde |
2020-11-28 | Merge pull request #41100 from bruvzg/ctl_text_server_interface | Rémi Verschelde |
2020-11-27 | Restored antialiased lines by emulation using triangle strips | Yuri Roubinsky |
2020-11-27 | Remove RigidBody weight property | Marcel Admiraal |
2020-11-27 | Merge pull request #40136 from Jummit/multiplayer-root-node-getters | Fabio Alessandrelli |
2020-11-27 | Improve the `ProjectSettings.globalize_path()` documentation | Hugo Locurcio |
2020-11-27 | doc: Mention iOS support for Input gravity/gyroscope sensors | Rémi Verschelde |
2020-11-26 | feat: HMAC support in Crypto APIs | Jon 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-26 | Merge pull request #43807 from Xrayez/aspect-ratio-container | Rémi Verschelde |
2020-11-25 | Docs: Port Code Examples to C# (F, G, H, I, J, K, L) | HaSa1002 |
2020-11-25 | Merge pull request #43861 from JFonS/fix_gizmo_defval | Rémi Verschelde |
2020-11-25 | Fix binding of default value in EditorSpatialGizmoPlugin::get_material() | jfons |
2020-11-25 | Add `AspectRatioContainer` class | Andrii Doroshenko (Xrayez) |
2020-11-25 | Merge pull request #43793 from Calinou/doc-mono-resources | Rémi Verschelde |
2020-11-23 | doc: Sync classref with current source | Rémi Verschelde |
2020-11-23 | Improve the AudioStreamPlayer3D class documentation | Hugo Locurcio |
2020-11-23 | Document C# garbage collection caveats in Reference and Resource | Hugo Locurcio |
2020-11-23 | Merge pull request #43627 from aaronfranke/pixelvi | Rémi Verschelde |
2020-11-22 | Document that vertex displacement isn't visible in overdraw debug mode | Hugo Locurcio |
2020-11-21 | Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv | Aaron Franke |
2020-11-20 | doc: Warn about using Node internal processing | Rémi Verschelde |
2020-11-19 | Merge pull request #43591 from madmiraal/fix-43520 | Rémi Verschelde |
2020-11-19 | Update joy button and stick names, enums and documentation | Marcel Admiraal |
2020-11-19 | Merge pull request #43662 from EricEzaM/PR/INP3-command_serialization_optional | Rémi Verschelde |
2020-11-19 | Made serialization of Command toggleable when saving InputEvents. | Eric M |
2020-11-18 | Clarify that SceneTree::quit() does not immediately end the application. | Phischermen |