Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-27 | Improve layout direction/locale automatic selection. | bruvzg | |
(cherry picked from commit 82d7923c653b6328ba279bd4183b63b69e21edfc) | |||
2023-03-27 | [macOS] Re-add support for the _sc_ inside app bundle. Update docs. | bruvzg | |
(cherry picked from commit 174e0837e0826179a2e51e581aa895cb5cc90885) | |||
2023-03-16 | Improve Vector2 / 3 / 4 normalized() classref. | lawnjelly | |
Mention that the results will be unreliable with initial vector near zero. (cherry picked from commit cca01afd82bd6e7b3e852a66ca459f5d61022585) | |||
2023-03-16 | Allow negative NavigationAgent2D path debug line_width for thin lines | smix8 | |
Allows the line_width for NavigationAgent2D path debug to go negativ for thin line rendering. (cherry picked from commit f6a10c0565e32e0170bcce71635d8bad16077d1d) | |||
2023-03-16 | Fix typos and inconsistencies in classref | Haoyu Qiu | |
(cherry picked from commit 57d4272984fc0dd4c668503ead82a9dd01020bfd) | |||
2023-03-16 | Fix CharacterBody2D get_slide_collision docs | Brett Chalupa | |
The indentation was off and the code usage was incorrect for Godot 4.0 GDScript. (cherry picked from commit 2b6e1550ffbbe8a5f0696f2ffbc657ed36e8faf2) | |||
2023-03-16 | Documents the "arc-based" Quaternion constructor | David Snopek | |
(cherry picked from commit 2d6deb10b05517919eebfb2ce665ad998d2aae08) | |||
2023-03-15 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2023-03-14 | Fix typo in Window class. | pcamp | |
"event as" -> "events will be" (cherry picked from commit 112977be262256b5cd3ac6713557dba74d905f44) | |||
2023-03-14 | Document using `String.uri_encode()` with `OS.shell_open()` | Hugo Locurcio | |
(cherry picked from commit 81ac3c3e7157a290c02548e7ad6adf50fd6e5118) | |||
2023-03-13 | Fix GDScript code style regarding colon | Danil Alexeev | |
(cherry picked from commit ea5fd3d732a85029e8372425904971ad26153ff1) | |||
2023-03-13 | Clarify Thread documentation | Isaac Clerencia | |
The current documentation uses the term "running" for two different things. In the description of get_id() it claims "it will return empty string if the thread is not running", but it actually will return the thread id until wait_to_finish is called. In the description of is_alive() it claims "it will return true if the thread is running", but in this case it means "the provided function hasn't finished running yet". Updated the functions documentation slighly to make this clear. (cherry picked from commit 2a4f38d54fbe8f6a35f5704fa9268e7f2d60b222) | |||
2023-03-13 | Fix for AABB methods with wrong description | BrunoSXS | |
(cherry picked from commit df0de07494bae7576299bae781644ad8db7cc128) | |||
2023-03-13 | Discourage reusing Tweens | kobewi | |
(cherry picked from commit 9785b23a0ab63b62f63af119552f1f9042812ea8) | |||
2023-03-13 | improve documentation for Font and FontVariation | themancalledjakob | |
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> (cherry picked from commit fb5c2d9f755f31edf127256b01d0e2c60c49805f) | |||
2023-03-13 | Fixed minor typo in turbulence documentation | Andreas Raddau | |
(cherry picked from commit c618f9fce2a85090dc5c96998dbecdcdb47d4b06) | |||
2023-03-13 | Safeguard Makefile commands | kobewi | |
(cherry picked from commit d29030fdd082632b7b004bdc52826b3d8e2759f0) | |||
2023-03-13 | Fix small mistake in Window.xml | JustKoi | |
Fix small mistake in Window.xml (cherry picked from commit 7f8425d6fb68ca528439b6d6a5e14c4e6c92e5da) | |||
2023-03-13 | Remove outdated note about const in Dictionary and Array docs | George Marques | |
(cherry picked from commit d2b1d6e69badfd9c5d370e5599971334ab3034ef) | |||
2023-03-13 | Fix various typos in the classref | Haoyu Qiu | |
(cherry picked from commit 03fcac3aa5deecb9a4009b0a7889bb5d6be252fb) | |||
2023-03-13 | Fixed typos in the Transform2D and Transform3D class reference | titus125 | |
(cherry picked from commit 36270d39d2f53bae5ac78f6b475be3d0ecb9184c) | |||
2023-03-13 | Document `editor/naming/scene_name_casing` setting | Ninni Pipping | |
Moved definitions of editor related project settings to `editor/register_editor_types.cpp` to make documentation work. (cherry picked from commit 3de5332fcb31ea46a692fda7b92847b162e3571d) | |||
2023-03-13 | Modify the default theme GraphNode close_h_offset | Nicholas Huelin | |
Modifies the close_h_offset to be 12 instead of 22. This better aligns the default position. (cherry picked from commit 961d6763fbfca8b94565079b3c15606bdac9b7c8) | |||
2023-03-01 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2023-02-28 | Minor typo and docs URL fixes | Rémi Verschelde | |
2023-02-27 | Merge pull request #73890 from jtnicholl/mesh_docs | Rémi Verschelde | |
Update documentation for Mesh and MeshInstance3D | |||
2023-02-27 | Improve documentation of EditorExportPlugin | kobewi | |
2023-02-27 | Merge pull request #74024 from sarice8/update-tween-doc | Rémi Verschelde | |
Document default values for transition type and ease type. | |||
2023-02-27 | Merge pull request #74028 from voidedWarranties/scriptlanguage_unused | Rémi Verschelde | |
Remove unused `ScriptLanguage` methods | |||
2023-02-26 | Remove unused `ScriptLanguage` methods | voidedWarranties | |
2023-02-26 | Document default values for transition type and ease type. | Stephen Rice | |
2023-02-27 | Steering on VehicleBody is in radians while interface is in degrees. ↵ | Bastiaan Olij | |
Improved documentation to clear this up. | |||
2023-02-26 | Merge pull request #73959 from clayjohn/GL-mobile-warnings | Rémi Verschelde | |
Add warnings for unsupported features in mobile and gl_compatibility backends | |||
2023-02-26 | Merge pull request #73995 from samsface/update-expresion-doc | Rémi Verschelde | |
Clarify when Expression `get_error_text()` is updated | |||
2023-02-26 | Add warnings for unsupported features in mobile and gl_compatibility backends | clayjohn | |
2023-02-26 | Clarify when Expression `get_error_text()` is updated | Sam | |
2023-02-26 | Sync tutorial paths for GI classes with online documentation changes | Yuri Sizov | |
2023-02-26 | Document VisualInstance3D offset unit | Hakim | |
2023-02-24 | Update documentation for Mesh and MeshInstance3D | Jonathan Nicholl | |
Add missing descriptions for Mesh's virtual methods, and MeshInstance3D's methods relating to blend shapes. Slight tweaks to several MeshInstance3D method descriptions. | |||
2023-02-24 | Make max() and min() global functions only accept numbers | George Marques | |
The behavior for those are not well defined for non-numeric arguments. To avoid confusion the other types are forbidden. | |||
2023-02-24 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2023-02-24 | Merge pull request #73853 from Calinou/doc-max-clustered-elements | Rémi Verschelde | |
Document the Max Clustered Elements project setting | |||
2023-02-24 | Merge pull request #73856 from timothyqiu/classref-fixes | Rémi Verschelde | |
More class reference fixes | |||
2023-02-24 | More class reference fixes | Haoyu Qiu | |
Mostly typos. Also renamed the remaining "Vulkan Clustered" to "Forward+". | |||
2023-02-24 | Document the Max Clustered Elements project setting | Hugo Locurcio | |
2023-02-23 | Fix ShapeCast3D add and remove exception functions | smix8 | |
Fixes that ShapeCast3D would accept any parameter object and silently return when it was not a CollisionObject3D. | |||
2023-02-22 | Add some missing EditorFileDialog methods and properties. | bruvzg | |
2023-02-22 | Merge pull request #73741 from dalexeev/fix-sprite-frames-convert | Rémi Verschelde | |
Fix `SpriteFrames` data loss on 3-to-4 conversion | |||
2023-02-22 | Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_main | Rémi Verschelde | |
Enable granular control of touchscreen related settings | |||
2023-02-22 | Fix `SpriteFrames` data loss on 3-to-4 conversion | Danil Alexeev | |