Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #76158 from AThousandShips/unbind_doc | Rémi Verschelde | 2023-04-17 | 1 | -3/+11 |
|\ | | | | | | | Improve description of `Callable.bind/unbind` | ||||
| * | Improve description of `Callable.bind/unbind` | Ninni Pipping | 2023-04-17 | 1 | -3/+11 |
| | | |||||
* | | Merge pull request #76051 from rburing/contact_local_velocity_2d | Rémi Verschelde | 2023-04-17 | 2 | -1/+14 |
|\ \ | | | | | | | | | | PhysicsDirectBodyState2D: add `get_contact_local_velocity_at_position` | ||||
| * | | PhysicsDirectBodyState2D: add get_contact_local_velocity_at_position | Ricardo Buring | 2023-04-14 | 2 | -1/+14 |
| | | | |||||
* | | | Merge pull request #72895 from RedworkDE/editor-export-plugin-settings | Rémi Verschelde | 2023-04-17 | 1 | -0/+25 |
|\ \ \ | | | | | | | | | | | | | Allow EditorExportPlugins to provide export options | ||||
| * | | | Allow EditorExportPlugins to provide export options | RedworkDE | 2023-04-07 | 1 | -0/+25 |
| | | | | |||||
* | | | | Merge pull request #74623 from MewPurPur/edit-text-with-style | Yuri Sizov | 2023-04-17 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Code style improvements to text_edit and related | ||||
| * | | | | Code style improvements to text_edit and related | VolTer | 2023-04-08 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #76134 from Calinou/doc-print-rich | Yuri Sizov | 2023-04-17 | 1 | -4/+8 |
|\ \ \ \ | | | | | | | | | | | Improve `print_rich()` documentation | ||||
| * | | | | Improve `print_rich()` documentation | Hugo Locurcio | 2023-04-16 | 1 | -4/+8 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | - List all supported colors. - Mention URL tag support limitations. - Fix and tweak code example to do what it says. - Remove outdated notice about lack of Windows support (but mention that only Windows 10 and later support ANSI code conversion). | ||||
* | | | | Merge pull request #76137 from ju5tevg3niy/patch-2 | Yuri Sizov | 2023-04-17 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fixed typo in DisplayServer.ScreenOrientation docs | ||||
| * | | | | Fixed typo in DisplayServer.ScreenOrientation docs | Evgeniy Vasilyev | 2023-04-16 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #76091 from MewPurPur/fix-quaternion-description | Yuri Sizov | 2023-04-17 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Fix Quaternion's brief description | ||||
| * | | | | Fix Quaternion's brief description | VolTer | 2023-04-15 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge pull request #76049 from timothyqiu/equality | Yuri Sizov | 2023-04-17 | 3 | -8/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | Unify descriptions of vector methods | ||||
| * | | | | | Unify descriptions of vector methods | Haoyu Qiu | 2023-04-14 | 3 | -8/+10 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * is_equal_approx * normalize * length_squared * posmod * posmodv | ||||
* | | | | | Merge pull request #75776 from Rattle22/patch-1 | Yuri Sizov | 2023-04-17 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix Typo in NavigationServer2D | ||||
| * | | | | | Fix Typo in NavigationServer2D | Rattle22 | 2023-04-07 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | update set_smooth_group description | Tae Hong Ahn | 2023-04-15 | 1 | -0/+1 |
| |/ / / / |/| | | | | | | | | | | | | | | fixes https://github.com/godotengine/godot/issues/74452 | ||||
* | | | | | Fix `Image.compress` description | Ninni Pipping | 2023-04-13 | 1 | -1/+1 |
| |/ / / |/| | | | | | | | | | | | Description mentioned `mode` instead of `source` | ||||
* | | | | Merge pull request #76014 from AThousandShips/image_astc | Rémi Verschelde | 2023-04-13 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | Expose more compression formats in Image and fix compress check | ||||
| * | | | | Expose more compression formats in Image and fix compress check | Ninni Pipping | 2023-04-13 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Check for compressing ASTC checked if the function for BPTC was present | ||||
* | | | | | Merge pull request #76009 from Calinou/particles-attractor-strength-fix-typo | Rémi Verschelde | 2023-04-13 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix `setrngth` typo in `particles_collision_set_attractor_strength()` | ||||
| * | | | | | Fix `setrngth` typo in `particles_collision_set_attractor_strength()` | Hugo Locurcio | 2023-04-13 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #58880 from tgift/DirectBodyState | Rémi Verschelde | 2023-04-13 | 2 | -0/+13 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Contacts and PhysicsDirectBodyState3D | ||||
| * | | | | Resolved issues with script PhysicsDirectBodyState3d contacts | Tim Gift | 2023-04-12 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | Resolved a problem with PhysicsDirectBodyState3D sometimes returning incorrect contact positions and added a new get_contact_local_velocity_at_position method to compliment the existing one for the collider. | ||||
* | | | | | Merge pull request #75940 from reduz/redone-message-queue | Rémi Verschelde | 2023-04-12 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Redo of Message Queue | ||||
| * | | | | | Redo of Message Queue | Juan Linietsky | 2023-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Functionality moved to a base class CallQueue, which will be used for inter-thread communication within the scene. * MessageQueue now uses growing pages, starts from a single 4k page. * Limit still exists, but because its not allocated by default, it can be much higher. | ||||
* | | | | | | Merge pull request #75974 from bruvzg/ts_emb_caret | Rémi Verschelde | 2023-04-12 | 1 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [TextServer] Use dedicated flag for object replacement characters. | ||||
| * | | | | | | [TextServer] Use dedicated flag for object replacement characters. | bruvzg | 2023-04-12 | 1 | -0/+3 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #75908 from Calinou/compute-pipeline-fix-typo | Rémi Verschelde | 2023-04-12 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | Fix `compute_pieline` typo in `RenderingDevice.compute_pipeline_is_valid()` | ||||
| * | | | | | Fix `compute_pieline` typo in `RenderingDevice.compute_pipeline_is_valid()` | Hugo Locurcio | 2023-04-10 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #75941 from Mallardbro/patch-1 | Rémi Verschelde | 2023-04-11 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Correct the side mentioned with focus_neighbor_right and focus_neighbor_top. | ||||
| * | | | | | Correct the side mentioned with focus_neighbor_right and focus_neighbor_top. | Mallardbro | 2023-04-11 | 1 | -2/+2 |
| |/ / / / | | | | | | | | | | | A small typo with the definitions of `focus_neighbor_right` and `focus_neighbor_top`. Both use "bottom" rather than the correct side for each. | ||||
* / / / / | [Web] Detect host OS and use macOS keys on mac hosts. | bruvzg | 2023-04-11 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Merge pull request #74885 from vmedea/toutf8-docfix | Yuri Sizov | 2023-04-10 | 7 | -38/+38 |
|\ \ \ \ | | | | | | | | | | | Change to_utf8 to to_utf8_buffer in remaining docs | ||||
| * | | | | Change to_utf8 to to_utf8_buffer and to_ascii to to_ascii_buffer in ↵ | mara | 2023-04-10 | 7 | -38/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remaining docs The method `to_utf8` doesn't exist in Godot 4, but is still mentioned in the documentation in some places. Replace it with the new name `to_utf8_buffer`. Same for ascii. Same for C#. | ||||
* | | | | | Merge pull request #75889 from DimitriPilot3/patch-2 | Yuri Sizov | 2023-04-10 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | docs/FileDialog: Use clickable references | ||||
| * | | | | | docs/FileDialog: Use clickable references | Dimitri A | 2023-04-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | This replaces two [code][/code] blocks with clickable refs to [enum Access] and [member file_mode] respectively. | ||||
* | | | | | | Merge pull request #75625 from AThousandShips/min_max_example | Yuri Sizov | 2023-04-10 | 1 | -0/+11 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Document how to make custom min/max for Array | ||||
| * | | | | | Document how to make custom min/max for Array | Ninni Pipping | 2023-04-10 | 1 | -0/+11 |
| | | | | | | |||||
* | | | | | | Merge pull request #75737 from MewPurPur/🐁da🐁 | Yuri Sizov | 2023-04-10 | 3 | -7/+7 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Fix mistakes in documentation and GDScript errors | ||||
| * | | | | | Fix mistakes in documentation and GDScript errors | VolTer | 2023-04-10 | 3 | -7/+7 |
| |/ / / / | |||||
* | | | | | Merge pull request #72152 from smix8/mcd_settings_4.x | Yuri Sizov | 2023-04-10 | 2 | -1/+62 |
|\ \ \ \ \ | | | | | | | | | | | | | Add Mesh ConvexDecompositionSettings wrapper | ||||
| * | | | | | Add Mesh ConvexDecompositionSettings wrapper | smix8 | 2023-04-07 | 2 | -1/+62 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Adds wrapper MeshConvexDecompositionSettings to control parameters for Mesh ConvexDecomposition operations. | ||||
* | | | | | Merge pull request #75777 from 3deathtoll/patch-1 | Yuri Sizov | 2023-04-10 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Make `SyntaxHighlighter::get_text_edit` a const function | ||||
| * | | | | | Make SyntaxHighlighter::get_text_edit a const function | 3deathtoll | 2023-04-07 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Add an option to show a TextEdit caret when editable is disabled | jeffVenancius | 2023-04-07 | 1 | -0/+3 |
| |/ / / |/| | | | | | | | | | | | Update doc/classes/TextEdit.xml | ||||
* | | | | Merge pull request #70901 from timothyqiu/tree-scroll-offset | Yuri Sizov | 2023-04-07 | 1 | -0/+18 |
|\ \ \ \ | | | | | | | | | | | Add scrollbar offset theme constants to Tree | ||||
| * | | | | Add scrollbar offset theme constants to Tree | Haoyu Qiu | 2023-04-06 | 1 | -0/+18 |
| | | | | |