Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | Correct the doc about ease() | kobewi | |
2021-11-23 | Merge pull request #55243 from KoBeWi/some_random_stuff_idk | Rémi Verschelde | |
2021-11-23 | Improve various texts | kobewi | |
2021-11-23 | Merge pull request #55251 from bruvzg/is_physical_key_pressed | Rémi Verschelde | |
2021-11-23 | Merge pull request #47567 from Calinou/add-boot-splash-image-setting | Rémi Verschelde | |
2021-11-23 | Add Input.is_physical_key_pressed method. | bruvzg | |
2021-11-23 | Add a project setting to disable the boot splash image | Hugo Locurcio | |
This allows disabling the boot splash image while keeping the background color. | |||
2021-11-23 | Document the engine's use of internal groups in Node | Hugo Locurcio | |
2021-11-22 | Merge pull request #55151 from Chaosus/control_reset_size | Rémi Verschelde | |
2021-11-22 | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky | |
2021-11-22 | Merge pull request #55217 from KoBeWi/get_property_and_property | Rémi Verschelde | |
2021-11-22 | Clarify get_indexed in relation to Nodes | kobewi | |
2021-11-22 | Add methods to get position from column and line in TextEdit | Yuri Sizov | |
2021-11-22 | Merge pull request #55171 from dalexeev/font-data-set-fixed-size | Rémi Verschelde | |
2021-11-22 | Merge pull request #54339 from ConteZero/line_edit_drag_and_drop | Rémi Verschelde | |
2021-11-21 | Convert PhysicalSkyMaterial colors to SRGB | clayjohn | |
2021-11-20 | Expose `FontData::{set,get}_fixed_size` methods | Danil Alexeev | |
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 | Fix drag and drop on LineEdit | ConteZero | |
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 | |