Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #77614 from ↵ | Yuri Sizov | 2023-05-29 | 1 | -3/+7 |
|\ | | | | | | | | | mhilbrunner/class_ref_documentation_object_set_meta Docs: Update Object's class reference regarding meta data | ||||
| * | Updated Object's class reference documentation for set_meta to indicate ↵ | Devin | 2023-05-29 | 1 | -3/+7 |
| | | | | | | | | metadata's name must be a valid identifier | ||||
* | | Merge pull request #77606 from timothyqiu/balance | Rémi Verschelde | 2023-05-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Fix code tag typo in class reference | ||||
| * | | Fix code tag typo in class reference | Haoyu Qiu | 2023-05-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #77581 from AThousandShips/doc_fixes | Rémi Verschelde | 2023-05-29 | 8 | -12/+12 |
|\ \ \ | | | | | | | | | | | | | Minor grammar fixes to documentation | ||||
| * | | | Minor grammar fixes to documentation | Ninni Pipping | 2023-05-28 | 8 | -12/+12 |
| |/ / | |||||
* | | | Merge pull request #76616 from TokageItLab/implement-anim-node-sub2 | Rémi Verschelde | 2023-05-29 | 13 | -55/+75 |
|\ \ \ | | | | | | | | | | | | | Implement `AnimationNodeSub2` to `AnimationTree` and allow less or greater value in mathematical `AnimationNode` | ||||
| * | | | Implement NodeSub2 to AnimationTree & improve mathematical Nodes | Silc Lizard (Tokage) Renew | 2023-05-27 | 13 | -55/+75 |
| | | | | |||||
* | | | | Merge pull request #76545 from JoNax97/gradient_color_spaces | Rémi Verschelde | 2023-05-29 | 1 | -1/+14 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add Linear SRGB and OKLab color spaces to Gradient. | ||||
| * | | | | Add Linear SRGB and OKLab color spaces to Gradient. | JoNax97 | 2023-05-26 | 1 | -1/+14 |
| |/ / / | |||||
* | | | | Merge pull request #66763 from MewPurPur/remove-bookmark-hiding | Rémi Verschelde | 2023-05-29 | 1 | -4/+1 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Remove editor setting for hiding bookmarks | ||||
| * | | | Remove editor setting for hiding bookmarks | VolTer | 2022-11-02 | 1 | -4/+1 |
| | | | | |||||
* | | | | Remove out-dated lines from class reference of Skeleton3D | Silc Lizard (Tokage) Renew | 2023-05-27 | 1 | -3/+3 |
| |/ / |/| | | |||||
* | | | Changed Subtract blend mode of Forward+ and Mobile renderers to match ↵ | Allen Pestaluky | 2023-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | behaviour of the Godot 3 and Compatibility renderers The OpenGL implementation has used GL_FUNC_REVERSE_SUBTRACT for a long time, but the new RenderingDevice abstraction used by the Vulkan renderers had been mistakenly set to BLEND_OP_SUBTRACT instead of BLEND_OP_REVERSE_SUBTRACT. Fixes #77448 | ||||
* | | | Fix typo in CS notification example of the Object class | Dipal Zambare | 2023-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #77417 from ↵ | Rémi Verschelde | 2023-05-25 | 1 | -1/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | winston-yallow/support-project-settings-usage-flags Expose ProjectSettings.set_as_basic() to scripting | ||||
| * | | | Expose ProjectSettings.set_as_basic() to GDScript | Winston | 2023-05-24 | 1 | -1/+9 |
| | | | | |||||
* | | | | Fix Pathfollow direction | Silc Renew | 2023-05-24 | 5 | -4/+7 |
| | | | | | | | | | | | | | | | | Co-authored-by: aaronfranke <arnfranke@yahoo.com> | ||||
* | | | | Merge pull request #77411 from saki7/control-get_drag_data-const | Rémi Verschelde | 2023-05-24 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Expose `Control::_get_drag_data()` as non-const function | ||||
| * | | | | Expose Control::_get_drag_data() as non-const function | Nana Sakisaka | 2023-05-24 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #76082 from reduz/ability-to-look-at-in-model-space | Rémi Verschelde | 2023-05-24 | 4 | -2/+24 |
|\ \ \ \ | |/ / / |/| | | | | | | | Add the ability to look-at in model-space. | ||||
| * | | | Add the ability to look-at in model-space. | Juan Linietsky | 2023-05-24 | 4 | -2/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a much simpler attempt to solve the same problem as #76060, but without breaking any compatibility. * Adds a description of what model space is in the Vector3 enums (MODEL_* constants). This has the proper axes laid out for imported 3D assets. * Adds the option to `look_at` using model_space, which uses Vector3.MODEL_FRONT as forward vector. The attempt of this PR is to still break the assumption that there is a single direction of forward (which is not the case in Godot) and make it easier to understand where 3D models are facing, as well as orienting them via look_at. | ||||
* | | | | Merge pull request #77288 from puchik/expose_get_window_id | Rémi Verschelde | 2023-05-23 | 1 | -0/+6 |
|\ \ \ \ | |/ / / |/| | | | | | | | Expose get_window_id() from Window class | ||||
| * | | | Expose get_window_id() from Window class | Arman Elgudzhyan | 2023-05-20 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Window classes often need a Window ID for operations. This will help with performing operations on cached Windows. | ||||
* | | | | [TextServer] Add support for retrieving OpenType name strings. | bruvzg | 2023-05-22 | 3 | -0/+19 |
| | | | | |||||
* | | | | Merge pull request #77321 from skyace65/Polygon2D | Rémi Verschelde | 2023-05-22 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix incorrect Polygon2D description | ||||
| * | | | | Fix incorrect Polygon2D description | skyace65 | 2023-05-21 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #77323 from RedworkDE/gdextension-openlibrary-default-value | Rémi Verschelde | 2023-05-22 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Bind forgotten default value for `GDExtension::open_library` argument | ||||
| * | | | | Bind forgotten default value for `GDExtension::open_library` argument | RedworkDE | 2023-05-22 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #77231 from AThousandShips/id_doc | Rémi Verschelde | 2023-05-22 | 3 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | Clarify range of various ID values are 32 bit | ||||
| * | | | | Clarify range of various ID values are 32 bit | Ninni Pipping | 2023-05-19 | 3 | -0/+3 |
| | | | | | |||||
* | | | | | Merge pull request #76899 from rakkarage/spring-tween | Rémi Verschelde | 2023-05-22 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add TRANS_SPRING to Tween | ||||
| * | | | | | Add TRANS_SPRING to Tween | Rakka Rage | 2023-05-17 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | [RichTextLabel] Add support for tab stops. | bruvzg | 2023-05-20 | 1 | -0/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #77247 from Piralein/nohashforyou | Yuri Sizov | 2023-05-19 | 2 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix C# code examples in `String` and `StringName` | ||||
| * | | | | fix c# code example | Hana - Piralein | 2023-05-19 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #77132 from bruvzg/tts_disable | Rémi Verschelde | 2023-05-19 | 2 | -0/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add `audio/general/text_to_speech` project setting to enable/disable TTS. | ||||
| * | | | | | Add `audio/general/text_to_speech` project setting to enable/disable TTS. | bruvzg | 2023-05-18 | 2 | -0/+13 |
| | | | | | | |||||
* | | | | | | Merge pull request #77083 from Jess3Jane/stringname-docs | Yuri Sizov | 2023-05-18 | 1 | -4/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Accurately document StringName comparisons | ||||
| * | | | | | Accurately document StringName comparisons | jess3jane | 2023-05-18 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #77174 from FranckRJ/improve-parallaxlayer-mirroring-doc | Yuri Sizov | 2023-05-18 | 1 | -2/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Replace "mirror" by "repeat" in doc of `ParallaxLayer::motion_mirroring` | ||||
| * | | | | | | Replaced "mirror" by "repeat" in doc of ParallaxLayer::motion_mirroring | FranckRJ | 2023-05-18 | 1 | -2/+3 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Also added a warning explaining that despite its name the texture isn't mirrored. | ||||
* | | | | | | Small docs syntax fixes | Max Hilbrunner | 2023-05-18 | 1 | -0/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | Document MIDI zero velocity quirk | voidshine | 2023-05-17 | 2 | -4/+6 |
|/ / / / | |||||
* | | | | Merge pull request #77154 from RPicster/raffa/particles-noise-improvement | Rémi Verschelde | 2023-05-17 | 1 | -6/+7 |
|\ \ \ \ | | | | | | | | | | | Reworked Particle Turbulence | ||||
| * | | | | Reworked Particle Turbulence - Rebased. | KdotJPG | 2023-05-17 | 1 | -6/+7 |
| | | | | | |||||
* | | | | | Merge pull request #77143 from RandomShaper/fix_wtp_deadlocks | Rémi Verschelde | 2023-05-17 | 1 | -1/+4 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | Avoid multiple possibilites of deadlock in resource loading | ||||
| * | | | | Avoid multiple possibilites of deadlock in resource loading | Pedro J. Estébanez | 2023-05-17 | 1 | -1/+4 |
| |/ / / | |||||
* | | | | Merge pull request #76719 from m4gr3d/add_input_event_cancelled_state_main | Rémi Verschelde | 2023-05-17 | 3 | -0/+18 |
|\ \ \ \ | | | | | | | | | | | | | | | | Augment the `InputEvent` class with a `CANCELED` state | ||||
| * | | | | Augment the `InputEvent` class with a `CANCELED` state | Fredia Huya-Kouadio | 2023-05-15 | 3 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `InputEvent` class currently supports the `pressed` and `released` states, which given the binary nature, is represented by a `bool` field. This commit introduced the `CANCELED` state, which signals that an ongoing input event has been canceled. To represent all the states, the `InputEventState` enum is added and the `InputEvent` logic is refactored accordingly. |