summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #76186 from pkowal1982/double_theYuri Sizov2023-04-1810-11/+11
|\ | | | | Remove double thes from class documentation
| * Remove double thes from documentationPaweł2023-04-1710-11/+11
| |
* | Merge pull request #76132 from davthedev/stylebox-flat-antialiasing-fixYuri Sizov2023-04-171-2/+3
|\ \ | |/ |/| Fix blurry borders on antialiased StyleBoxFlat
| * Fix blurry borders on antialiased FlatStyleBoxDavid Giardi2023-04-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | This is a fix of the antialiasing logic of FlatStyleBox. It is now possible to have smooth rounded corners while keeping the edges sharp on the pixels. The antialiasing gradient positioning is ajusted so that the "hard" border corresponds to the middle of that gradient instead of one end. Checked against rendering of rounded rectangles in a vector graphics software.
* | Merge pull request #76158 from AThousandShips/unbind_docRémi Verschelde2023-04-171-3/+11
|\ \ | | | | | | | | | Improve description of `Callable.bind/unbind`
| * | Improve description of `Callable.bind/unbind`Ninni Pipping2023-04-171-3/+11
| |/
* | Merge pull request #76051 from rburing/contact_local_velocity_2dRémi Verschelde2023-04-172-1/+14
|\ \ | | | | | | | | | PhysicsDirectBodyState2D: add `get_contact_local_velocity_at_position`
| * | PhysicsDirectBodyState2D: add get_contact_local_velocity_at_positionRicardo Buring2023-04-142-1/+14
| | |
* | | Merge pull request #72895 from RedworkDE/editor-export-plugin-settingsRémi Verschelde2023-04-171-0/+25
|\ \ \ | | | | | | | | | | | | Allow EditorExportPlugins to provide export options
| * | | Allow EditorExportPlugins to provide export optionsRedworkDE2023-04-071-0/+25
| | | |
* | | | Merge pull request #74623 from MewPurPur/edit-text-with-styleYuri Sizov2023-04-171-2/+2
|\ \ \ \ | | | | | | | | | | Code style improvements to text_edit and related
| * | | | Code style improvements to text_edit and relatedVolTer2023-04-081-2/+2
| |/ / /
* | | | Merge pull request #76134 from Calinou/doc-print-richYuri Sizov2023-04-171-4/+8
|\ \ \ \ | | | | | | | | | | Improve `print_rich()` documentation
| * | | | Improve `print_rich()` documentationHugo Locurcio2023-04-161-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-2Yuri Sizov2023-04-171-1/+1
|\ \ \ \ | | | | | | | | | | Fixed typo in DisplayServer.ScreenOrientation docs
| * | | | Fixed typo in DisplayServer.ScreenOrientation docsEvgeniy Vasilyev2023-04-161-1/+1
| |/ / /
* | | | Merge pull request #76091 from MewPurPur/fix-quaternion-descriptionYuri Sizov2023-04-171-4/+4
|\ \ \ \ | | | | | | | | | | Fix Quaternion's brief description
| * | | | Fix Quaternion's brief descriptionVolTer2023-04-151-4/+4
| | | | |
* | | | | Merge pull request #76049 from timothyqiu/equalityYuri Sizov2023-04-173-8/+10
|\ \ \ \ \ | | | | | | | | | | | | Unify descriptions of vector methods
| * | | | | Unify descriptions of vector methodsHaoyu Qiu2023-04-143-8/+10
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * is_equal_approx * normalize * length_squared * posmod * posmodv
* | | | | Merge pull request #75776 from Rattle22/patch-1Yuri Sizov2023-04-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix Typo in NavigationServer2D
| * | | | | Fix Typo in NavigationServer2DRattle222023-04-071-1/+1
| | | | | |
* | | | | | update set_smooth_group descriptionTae Hong Ahn2023-04-151-0/+1
| |/ / / / |/| | | | | | | | | | | | | | fixes https://github.com/godotengine/godot/issues/74452
* | | | | Fix `Image.compress` descriptionNinni Pipping2023-04-131-1/+1
| |/ / / |/| | | | | | | | | | | Description mentioned `mode` instead of `source`
* | | | Merge pull request #76014 from AThousandShips/image_astcRémi Verschelde2023-04-131-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | Expose more compression formats in Image and fix compress check
| * | | | Expose more compression formats in Image and fix compress checkNinni Pipping2023-04-131-0/+6
| | | | | | | | | | | | | | | | | | | | Check for compressing ASTC checked if the function for BPTC was present
* | | | | Merge pull request #76009 from Calinou/particles-attractor-strength-fix-typoRémi Verschelde2023-04-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix `setrngth` typo in `particles_collision_set_attractor_strength()`
| * | | | | Fix `setrngth` typo in `particles_collision_set_attractor_strength()`Hugo Locurcio2023-04-131-1/+1
| |/ / / /
* | | | | Merge pull request #58880 from tgift/DirectBodyStateRémi Verschelde2023-04-132-0/+13
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Contacts and PhysicsDirectBodyState3D
| * | | | Resolved issues with script PhysicsDirectBodyState3d contactsTim Gift2023-04-122-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-queueRémi Verschelde2023-04-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Redo of Message Queue
| * | | | | Redo of Message QueueJuan Linietsky2023-04-121-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_caretRémi Verschelde2023-04-121-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [TextServer] Use dedicated flag for object replacement characters.
| * | | | | | [TextServer] Use dedicated flag for object replacement characters.bruvzg2023-04-121-0/+3
| |/ / / / /
* | | | | | Merge pull request #75908 from Calinou/compute-pipeline-fix-typoRémi Verschelde2023-04-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Fix `compute_pieline` typo in `RenderingDevice.compute_pipeline_is_valid()`
| * | | | | Fix `compute_pieline` typo in `RenderingDevice.compute_pipeline_is_valid()`Hugo Locurcio2023-04-101-1/+1
| |/ / / /
* | | | | Merge pull request #75941 from Mallardbro/patch-1Rémi Verschelde2023-04-111-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.Mallardbro2023-04-111-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.bruvzg2023-04-111-0/+1
|/ / / /
* | | | Merge pull request #74885 from vmedea/toutf8-docfixYuri Sizov2023-04-107-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 ↵mara2023-04-107-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-2Yuri Sizov2023-04-101-2/+2
|\ \ \ \ \ | | | | | | | | | | | | docs/FileDialog: Use clickable references
| * | | | | docs/FileDialog: Use clickable referencesDimitri A2023-04-101-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_exampleYuri Sizov2023-04-101-0/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Document how to make custom min/max for Array
| * | | | | Document how to make custom min/max for ArrayNinni Pipping2023-04-101-0/+11
| | | | | |
* | | | | | Merge pull request #75737 from MewPurPur/🐁da🐁Yuri Sizov2023-04-103-7/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Fix mistakes in documentation and GDScript errors
| * | | | | Fix mistakes in documentation and GDScript errorsVolTer2023-04-103-7/+7
| | | | | |
* | | | | | Merge pull request #72152 from smix8/mcd_settings_4.xYuri Sizov2023-04-102-1/+62
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Mesh ConvexDecompositionSettings wrapper
| * | | | | | Add Mesh ConvexDecompositionSettings wrappersmix82023-04-072-1/+62
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Adds wrapper MeshConvexDecompositionSettings to control parameters for Mesh ConvexDecomposition operations.
* | | | | | Merge pull request #75777 from 3deathtoll/patch-1Yuri Sizov2023-04-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make `SyntaxHighlighter::get_text_edit` a const function