summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-11-22Merge pull request #55171 from dalexeev/font-data-set-fixed-sizeRémi Verschelde
2021-11-22Merge pull request #54339 from ConteZero/line_edit_drag_and_dropRémi Verschelde
2021-11-21Convert PhysicalSkyMaterial colors to SRGBclayjohn
2021-11-20Expose `FontData::{set,get}_fixed_size` methodsDanil Alexeev
2021-11-20Merge pull request #54932 from briansemrau/expose-main-thread-idRémi Verschelde
2021-11-19doc: Fix `make_rst.py` hyperlinks for theme itemsRémi Verschelde
Fixup to #55092.
2021-11-19i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit f737ed4da03af2afb6dd9725b43182ba22aef7d4)
2021-11-18Merge pull request #55092 from KoBeWi/thelp_itemRémi Verschelde
Add [theme_item] tag to editor help
2021-11-18Merge pull request #54462 from Paulb23/the-last-hidden-lineRémi Verschelde
2021-11-18Add [theme_item] tag to editor helpkobewi
2021-11-17Fix TextEdit mouse interactions when the last line is hiddenPaulb23
2021-11-17Fix divide by zero in pck_packerPaulb23
2021-11-17Merge pull request #55054 from KoBeWi/marginalized_iconRémi Verschelde
2021-11-17Mention how to add margins to Button's iconkobewi
2021-11-17Expose `randfn` to global scopeYuri Roubinsky
2021-11-16Make bezier handle type a property of keyframes, update interfaceNathan Lovato
- Replaced unused code related to old close icon with a button - Add bezier handle options to right-click menu - Remove mirror handle mode, only keep balanced - Update animation reference
2021-11-16Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde
2021-11-15Fix drag and drop on LineEditConteZero
2021-11-15Merge pull request #54991 from akien-mga/dehardcode-docs-branch-urlRémi Verschelde
2021-11-15Merge pull request #54952 from Calinou/doc-editorpathsRémi Verschelde
2021-11-15Document the EditorPaths classHugo Locurcio
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-15Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde
This makes it possible to change the branch of the documentation that URLs are pointing to without having to modify all class reference files. In the XML class reference, the `$DOCS_URL` placeholder should be used, and will be replaced automatically in the editor and when generating the RST class reference. The documentation branch string is set in `version.py`. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-11-15Merge pull request #43072 from KoBeWi/point_to_angleRémi Verschelde
2021-11-15Merge pull request #54981 from Calinou/doc-giRémi Verschelde
2021-11-14Improve documentation related to global illuminationHugo Locurcio
2021-11-14Add path to functions that return iporter optionsreduz
-Allows displaying custom options for specific file format variants -Added support for scene format import to retrieve custom options This PR is necessary for #54886 to be implemented properly.
2021-11-12Expose Thread::get_main_id in core bindingsBrian Semrau
2021-11-13Merge pull request #54928 from KoBeWi/sorting_vegetablesRémi Verschelde
2021-11-12Improve sort_custom() examplekobewi
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Merge pull request #54803 from goostengine/shape-cast-2dCamille Mohr-Daurat
Add `ShapeCast2D` node
2021-11-12Remove `get_closest_*` methods from `ShapeCast2D`Andrii Doroshenko (Xrayez)
The physics API cannot provide needed functionality to ensure the correct behavior, which might lead to confusion (see `rest_info()`). However `get_closest_collision_safe/unsafe_fraction()` methods are not removed, because they return correct result from `cast_motion()`.
2021-11-12Add `ShapeCast2D` nodeAndrii Doroshenko (Xrayez)
2021-11-12Implement texture padding in TileSetAtlasSourcesGilles Roudière
2021-11-12Merge pull request #53914 from Chaosus/shader_default_texture_paramRémi Verschelde
2021-11-12Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky
2021-11-12Merge pull request #54900 from benjarmstrong/output_latency_docs_fixRémi Verschelde
2021-11-12Merge pull request #54872 from akien-mga/rect2-has_point-bordersMax Hilbrunner
Rect2: Clarify docs for `has_point` excluding bottom and right borders
2021-11-12Clarify how 'audio/driver/output_latency' project setting worksBenjamin Armstrong
2021-11-11Merge pull request #54810 from nekomatata/area-separate-override-modesCamille Mohr-Daurat
Separate space override modes for gravity/damping in Area
2021-11-11Rect2: Clarify docs for `has_point` excluding bottom and right bordersRémi Verschelde
Improve tests, as well as documentation for `expand`.
2021-11-11Merge pull request #54857 from nekomatata/raycast-hit-from-insideRémi Verschelde
2021-11-11Color: Bind `from_hsv` as static methodRémi Verschelde
2021-11-11fixed typo in NavigationPolygon docboruok
2021-11-10Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp
Makes the results consistent for all shape types with options to set the desired behavior.
2021-11-10Merge pull request #54836 from pycbouh/inspector-plugins-fixes-and-groupsRémi Verschelde
2021-11-10Merge pull request #49708 from megalobyte/editor_description_fixRémi Verschelde
2021-11-10Merge pull request #54847 from nekomatata/fix-test-move-regressionRémi Verschelde
2021-11-10Merge pull request #54660 from Chaosus/vs_particles_mesh_emitterRémi Verschelde