Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-20 | Merge pull request #54932 from briansemrau/expose-main-thread-id | Rémi Verschelde | |
2021-11-19 | doc: Fix `make_rst.py` hyperlinks for theme items | Rémi Verschelde | |
Fixup to #55092. | |||
2021-11-19 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit f737ed4da03af2afb6dd9725b43182ba22aef7d4) | |||
2021-11-18 | Merge pull request #55092 from KoBeWi/thelp_item | Rémi Verschelde | |
Add [theme_item] tag to editor help | |||
2021-11-18 | Merge pull request #54462 from Paulb23/the-last-hidden-line | Rémi Verschelde | |
2021-11-18 | Add [theme_item] tag to editor help | kobewi | |
2021-11-17 | Fix TextEdit mouse interactions when the last line is hidden | Paulb23 | |
2021-11-17 | Fix divide by zero in pck_packer | Paulb23 | |
2021-11-17 | Merge pull request #55054 from KoBeWi/marginalized_icon | Rémi Verschelde | |
2021-11-17 | Mention how to add margins to Button's icon | kobewi | |
2021-11-17 | Expose `randfn` to global scope | Yuri Roubinsky | |
2021-11-16 | Make bezier handle type a property of keyframes, update interface | Nathan 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-16 | Merge pull request #54581 from aaronfranke/operator-docs | Rémi Verschelde | |
2021-11-15 | Merge pull request #54991 from akien-mga/dehardcode-docs-branch-url | Rémi Verschelde | |
2021-11-15 | Merge pull request #54952 from Calinou/doc-editorpaths | Rémi Verschelde | |
2021-11-15 | Document the EditorPaths class | Hugo Locurcio | |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | |
2021-11-15 | Allow dehardcoding documentation branch and URL in docs links | Ré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-15 | Merge pull request #43072 from KoBeWi/point_to_angle | Rémi Verschelde | |
2021-11-15 | Merge pull request #54981 from Calinou/doc-gi | Rémi Verschelde | |
2021-11-14 | Improve documentation related to global illumination | Hugo Locurcio | |
2021-11-14 | Add path to functions that return iporter options | reduz | |
-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-12 | Expose Thread::get_main_id in core bindings | Brian Semrau | |
2021-11-13 | Merge pull request #54928 from KoBeWi/sorting_vegetables | Rémi Verschelde | |
2021-11-12 | Improve sort_custom() example | kobewi | |
2021-11-12 | Use "enum class" for input enums | Aaron Franke | |
2021-11-12 | Merge pull request #54803 from goostengine/shape-cast-2d | Camille Mohr-Daurat | |
Add `ShapeCast2D` node | |||
2021-11-12 | Remove `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-12 | Add `ShapeCast2D` node | Andrii Doroshenko (Xrayez) | |
2021-11-12 | Implement texture padding in TileSetAtlasSources | Gilles Roudière | |
2021-11-12 | Merge pull request #53914 from Chaosus/shader_default_texture_param | Rémi Verschelde | |
2021-11-12 | Fix default_texture_param in shader pipeline to support uniform arrays | Yuri Roubinsky | |
2021-11-12 | Merge pull request #54900 from benjarmstrong/output_latency_docs_fix | Rémi Verschelde | |
2021-11-12 | Merge pull request #54872 from akien-mga/rect2-has_point-borders | Max Hilbrunner | |
Rect2: Clarify docs for `has_point` excluding bottom and right borders | |||
2021-11-12 | Clarify how 'audio/driver/output_latency' project setting works | Benjamin Armstrong | |
2021-11-11 | Merge pull request #54810 from nekomatata/area-separate-override-modes | Camille Mohr-Daurat | |
Separate space override modes for gravity/damping in Area | |||
2021-11-11 | Rect2: Clarify docs for `has_point` excluding bottom and right borders | Rémi Verschelde | |
Improve tests, as well as documentation for `expand`. | |||
2021-11-11 | Merge pull request #54857 from nekomatata/raycast-hit-from-inside | Rémi Verschelde | |
2021-11-11 | Color: Bind `from_hsv` as static method | Rémi Verschelde | |
2021-11-11 | fixed typo in NavigationPolygon doc | boruok | |
2021-11-10 | Add raycast options to hit when starting inside / hit back faces | PouleyKetchoupp | |
Makes the results consistent for all shape types with options to set the desired behavior. | |||
2021-11-10 | Merge pull request #54836 from pycbouh/inspector-plugins-fixes-and-groups | Rémi Verschelde | |
2021-11-10 | Merge pull request #49708 from megalobyte/editor_description_fix | Rémi Verschelde | |
2021-11-10 | Merge pull request #54847 from nekomatata/fix-test-move-regression | Rémi Verschelde | |
2021-11-10 | Merge pull request #54660 from Chaosus/vs_particles_mesh_emitter | Rémi Verschelde | |
2021-11-10 | Update editor description property flag | megalobyte | |
2021-11-10 | Fix test_move reporting collision when touching another body | PouleyKetchoupp | |
Reporting rest collision information is needed for move_and_collide and move_and_slide so floor detection can be done properly, but in the case of just testing the motion for collision, it makes sense to return false if the body is able to move all along the path without being stopped. Updated the logic in test_move and clarified the documentation for test_move and move_and_collide. | |||
2021-11-10 | Merge pull request #54840 from Calinou/mono-move-exception-policy-setting | Rémi Verschelde | |
2021-11-10 | Merge pull request #54820 from nekomatata/fix-character-body-floor-errors | Rémi Verschelde | |
2021-11-10 | Move Mono unhandled exception setting to be located within a subsection | Hugo Locurcio | |
Settings that aren't within a subsection are difficult to reach when other settings do have a subsection. This also adds documentation for the project setting. |