Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #54851 from Calinou/skeleton-2d-editor-swap-rest-pose-actions | Rémi Verschelde | |
2021-11-15 | Merge pull request #54983 from sboron/fix-mono | Rémi Verschelde | |
2021-11-15 | Merge pull request #43072 from KoBeWi/point_to_angle | Rémi Verschelde | |
2021-11-15 | Fix mono build after invalid rename of `KEY_READ` | Stefan Boronczyk | |
Follow-up to #51684. | |||
2021-11-15 | Merge pull request #54981 from Calinou/doc-gi | Rémi Verschelde | |
2021-11-15 | Merge pull request #54976 from reduz/importer-options-by-path | Rémi Verschelde | |
2021-11-14 | Improve documentation related to global illumination | Hugo Locurcio | |
2021-11-14 | Merge pull request #53710 from ↵ | Hugo Locurcio | |
CaptainProton42/fix-extension-class-inspector-properties | |||
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-13 | Merge pull request #54947 from Chaosus/fix_mobile_renderer | Rémi Verschelde | |
Fix broken light_compute in mobile renderer | |||
2021-11-13 | Fix broken light_compute in mobile renderer | Yuri Roubinsky | |
2021-11-13 | Merge pull request #54937 from aaronfranke/mac-arch | Rémi Verschelde | |
Fix typo in architecture name for x86_64 macOS | |||
2021-11-13 | Merge pull request #54934 from briansemrau/multimesh-zero-visible | Rémi Verschelde | |
Fix multimesh still drawing when visible instances is zero | |||
2021-11-12 | Fix multimesh still drawing when visible instances is zero | Brian Semrau | |
2021-11-12 | Fix typo in architecture name for x86_64 macOS | Aaron Franke | |
2021-11-13 | Merge pull request #54928 from KoBeWi/sorting_vegetables | Rémi Verschelde | |
2021-11-12 | Merge pull request #51684 from aaronfranke/enum-class | 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 #54924 from Calinou/editor-macos-rename-shortcut-enter | Rémi Verschelde | |
2021-11-12 | Merge pull request #54803 from goostengine/shape-cast-2d | Camille Mohr-Daurat | |
Add `ShapeCast2D` node | |||
2021-11-12 | Merge pull request #54903 from aaronfranke/modules-no-editor | Rémi Verschelde | |
Make OpenSimplex and VisualScript modules not depend on editor files | |||
2021-11-12 | Use Enter instead of F2 as an editor renaming shortcut on macOS | Hugo Locurcio | |
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 | Make OpenSimplex and VisualScript modules not depend on the editor | Aaron Franke | |
2021-11-12 | Merge pull request #51048 from aaronfranke/ci-minimal | Rémi Verschelde | |
2021-11-12 | Merge pull request #54920 from Chaosus/vs_fix_crash | Yuri Roubinsky | |
2021-11-12 | Merge pull request #54485 from groud/atlas_texture_padding | Rémi Verschelde | |
2021-11-12 | Add a minimal template build to CI | Aaron Franke | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-11-12 | Fix editor crash due incorrect setup of default texture in visual shader | Yuri Roubinsky | |
2021-11-12 | Implement texture padding in TileSetAtlasSources | Gilles Roudière | |
2021-11-12 | Merge pull request #53987 from groud/tile_data_inspector_plugin | Rémi Verschelde | |
2021-11-12 | Merge pull request #54912 from akien-mga/modules-check-enabled | Rémi Verschelde | |
2021-11-12 | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde | |
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 #54816 from KoBeWi/brute_rename | Rémi Verschelde | |
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 | Merge pull request #54867 from Chaosus/shader_fix_light_albedo | Rémi Verschelde | |
Fix shader crashing when using `ALBEDO` or `ALPHA` in light function | |||
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 | Fix node naming in scene tree dock | kobewi | |