summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-1710-11/+37
|\ \ | | | | | | | | | PhysicsDirectBodyState2D: add `get_contact_local_velocity_at_position`
| * | PhysicsDirectBodyState2D: add get_contact_local_velocity_at_positionRicardo Buring2023-04-1410-11/+37
| | |
* | | Merge pull request #72895 from RedworkDE/editor-export-plugin-settingsRémi Verschelde2023-04-175-4/+79
|\ \ \ | | | | | | | | | | | | Allow EditorExportPlugins to provide export options
| * | | Allow EditorExportPlugins to provide export optionsRedworkDE2023-04-075-4/+79
| | | |
* | | | Merge pull request #74623 from MewPurPur/edit-text-with-styleYuri Sizov2023-04-176-126/+107
|\ \ \ \ | | | | | | | | | | Code style improvements to text_edit and related
| * | | | Code style improvements to text_edit and relatedVolTer2023-04-086-126/+107
| | | | |
* | | | | Merge pull request #73612 from ↵Yuri Sizov2023-04-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | chutchinson/bug/73607-scene-tree-timer-negative-time-left Clamp return value of SceneTreeTimer::get_time_left to 0.0
| * | | | | Clamp minimum value of time_left to 0.0Chris Hutchinson2023-04-171-1/+1
| | | | | |
* | | | | | Merge pull request #72979 from dalexeev/gds-annotation-parsingYuri Sizov2023-04-175-17/+89
|\ \ \ \ \ \ | | | | | | | | | | | | | | GDScript: Fix and improve annotation parsing
| * | | | | | GDScript: Fix and improve annotation parsingDanil Alexeev2023-04-145-17/+89
| | | | | | |
* | | | | | | Merge pull request #62830 from ajreckof/access-identifier-keywordsYuri Sizov2023-04-173-0/+40
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | fix access to identifiers that are reserved keywords
| * | | | | | fix access to identifiers that are reserved keywordsajreckof2023-04-143-0/+40
| | | | | | |
* | | | | | | Merge pull request #76029 from YuriSizov/control-we-are-not-the-same-you-and-iYuri Sizov2023-04-171-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use Point2 consistently in Control methods
| * | | | | | | Use Point2 consistently in Control methodsYuri Sizov2023-04-131-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While Size2 and Point2 are just aliases, which is why this doesn't fail compilation, it's nice to have things consistent.
* | | | | | | | Merge pull request #68397 from aaronfranke/get-childYuri Sizov2023-04-172-13/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make `Node::get_children()` public
| * | | | | | | | Make `Node::get_children()` publicAaron Franke2023-04-152-13/+13
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #75782 from kleonc/debugger-video-ram-deserialization-fixYuri Sizov2023-04-171-3/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix deserializing resource usage debug data
| * | | | | | | | Fix deserializing resource usage debug datakleonc2023-04-071-3/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #76149 from angel-721/rename-root-canvasYuri Sizov2023-04-171-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename internal root canvas group to start with underscore
| * | | | | | | | | Rename internal root canvas group to start with underscoreangel-7212023-04-161-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | 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-174-9/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Unify descriptions of vector methods
| * | | | | | | | | | Unify descriptions of vector methodsHaoyu Qiu2023-04-144-9/+11
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #76107 from taehong99/fix-issue-74452Yuri Sizov2023-04-171-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | update set_smooth_group description
| * | | | | | | | | | update set_smooth_group descriptionTae Hong Ahn2023-04-151-0/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes https://github.com/godotengine/godot/issues/74452
* | | | | | | | | | Merge pull request #75691 from dalexeev/gds-fix-signature-generationYuri Sizov2023-04-142-35/+29
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | GDScript: Misc fixes and improvements for signature generation
| * | | | | | | | | GDScript: Misc fixes and improvements for signature generationDanil Alexeev2023-04-072-35/+29
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use type hints for `@GlobalScope` enums. * Use plain `int` for `BitMask<T>`. * Fix type hints for typed arrays. * Use `Variant` and `void` type hints. * Discard unnecessary class prefix.
* | | | | | | | | Merge pull request #75879 from dalexeev/gds-fix-extends-crashYuri Sizov2023-04-147-1/+57
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | GDScript: Add missing member type check when resolving `extends`
| * | | | | | | | | GDScript: Add missing member type check when resolving `extends`Danil Alexeev2023-04-107-1/+57
| | | | | | | | | |
* | | | | | | | | | Merge pull request #75999 from clayjohn/Particles-angle-randYuri Sizov2023-04-143-6/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use angle_rand to calculate base_angle in particles process material
| * | | | | | | | | | Use angle_rand to calculate base_angle in particles process materialclayjohn2023-04-133-6/+6
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #76040 from ↵Yuri Sizov2023-04-142-0/+11
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MightiestGoat/fix-sliding-window-linux-via-tracking-parent Fix the sliding window problem in linux occur due to reparenting of the window due to decoration.
| * | | | | | | | | | Fix the sliding window problem in linux occur due to reparenting of the ↵mightygoat2023-04-142-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | window during the decoration via tracking the parent of the window
* | | | | | | | | | | Merge pull request #76018 from AThousandShips/image_docRémi Verschelde2023-04-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `Image.compress` description
| * | | | | | | | | | | Fix `Image.compress` descriptionNinni Pipping2023-04-131-1/+1
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description mentioned `mode` instead of `source`
* | | | | | | | | | | Merge pull request #72855 from RandomShaper/cache_helpRémi Verschelde2023-04-134-6/+429
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache classes editor help (a.k.a. faster editor startup)
| * | | | | | | | | | | Cache classes editor helpPedro J. Estébanez2023-04-134-6/+429
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #71670 from RandomShaper/improve_toaster_thread_safetyRémi Verschelde2023-04-132-8/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Make EditorToaster's handler thread-safe
| * | | | | | | | | | Make EditorToaster's handler thread-safePedro J. Estébanez2023-04-132-8/+10
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #76014 from AThousandShips/image_astcRémi Verschelde2023-04-132-1/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose more compression formats in Image and fix compress check
| * | | | | | | | | | Expose more compression formats in Image and fix compress checkNinni Pipping2023-04-132-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for compressing ASTC checked if the function for BPTC was present