Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-10 | Merge pull request #56631 from zacryol/expand-is-on-X-description | Rémi Verschelde | |
2022-01-10 | Merge pull request #56666 from bruvzg/joy_button_fix | Rémi Verschelde | |
2022-01-10 | Add joystick button index boundary check. Increase max. button number to 128 ↵ | bruvzg | |
(max. buttons supported by DirectInput). | |||
2022-01-10 | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features | Rémi Verschelde | |
2022-01-10 | Merge pull request #55456 from KoBeWi/break_all_the_things | Rémi Verschelde | |
2022-01-10 | Merge pull request #56648 from KoBeWi/tween_pause() | Rémi Verschelde | |
2022-01-10 | Merge pull request #56656 from skyace65/NormalMap | Max Hilbrunner | |
Fix normal map description | |||
2022-01-10 | Merge pull request #56638 from skyace65/ScriptProperty | Max Hilbrunner | |
Add a note that the script property is part of the object class | |||
2022-01-09 | Fix normal map description | skyace65 | |
2022-01-09 | Fix Tween pause behavior | kobewi | |
2022-01-09 | Restore Tween easing descriptions | kobewi | |
2022-01-09 | Expand description of is_on_X methods for CharacterBody2D/3D | zacryol | |
Clarifies in the description for each method that the `up_direction` and `floor_max_angle` properties are used to determine the status of a collided surface. | |||
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg | |
Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default. | |||
2022-01-09 | Add a note that the script property is part of the object class | skyace65 | |
2022-01-09 | Merge pull request #56626 from KoBeWi/FilterDialog | Rémi Verschelde | |
Improve FileDialog filters | |||
2022-01-08 | Improve FileDialog filters | kobewi | |
2022-01-08 | Misc documentation improvements | Haoyu Qiu | |
2022-01-07 | Update doc_status script to support constructors and operators docs | Hugo Locurcio | |
- Reorder columns from highest number of items contained within to lowest number. - Remove some obsolete code and fix a typo. | |||
2022-01-07 | Merge pull request #56575 from HaSa1002/drag-signal-began | Rémi Verschelde | |
Rename GraphEdit `connection_drag_begun` to `connection_drag_started` | |||
2022-01-07 | Rename TextureRect.expand to ignore_texture_size | kobewi | |
2022-01-07 | Rename GraphEdit connection_drag_begun to connection_drag_started | Johannes Witt | |
2022-01-07 | Merge pull request #56594 from Faless/editor/4.x_keying_signal_fix | Rémi Verschelde | |
[Editor] Fix inspector keying signals argument count. | |||
2022-01-07 | Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere | Rémi Verschelde | |
2022-01-07 | [Editor] Fix inspector keying signals argument count. | Fabio Alessandrelli | |
The second parameter of the signals `EditorInspector.property_keyed` and `EditorProperty.property_keyed_with_value` can be NIL, causing the event to fire with less arguments when using `emit_signal` that accepts Variant arguments, so we use the pointer version instead. | |||
2022-01-07 | i18n: Sync classref translations with current 3.x codebase | Rémi Verschelde | |
(cherry picked from commit defb8011200f3ff908dd432cdbc095e4665677ef) | |||
2022-01-07 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit e9484e057d00131bec2aece96f4b77c4956b24a6) | |||
2022-01-07 | Merge pull request #55775 from timothyqiu/slider-drag | Rémi Verschelde | |
2022-01-07 | Merge pull request #52441 from follower/patch-16 | Max Hilbrunner | |
Fix the "AudioEffectRecord" descriptions. | |||
2022-01-07 | Merge pull request #56583 from skyace65/ProjectSettingErase | Rémi Verschelde | |
Document how to erase project settings with set_setting | |||
2022-01-07 | Merge pull request #56162 from akien-mga/i18n-make_rst-more-translatable | Rémi Verschelde | |
i18n: Make more `make_rst.py` strings translatable | |||
2022-01-06 | Document how to erase project settings with set_setting | skyace65 | |
2022-01-07 | Merge pull request #53618 from aaronfranke/signed-angle-vec3i | Rémi Verschelde | |
Add length and length_squared to Vector2i/3i | |||
2022-01-07 | Merge pull request #54560 from rafallus/tab_items | Rémi Verschelde | |
2022-01-07 | Merge pull request #55877 from aaronfranke/slerp-same-len | Rémi Verschelde | |
2022-01-07 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.1.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang ans ba curvelinear dof doubleclick fave findn gird inout leapyear lod merchantibility nd numer ois ony que readded seeked statics | |||
2022-01-07 | Merge pull request #56170 from Calinou/renderingserver-expose-gi-half-resolution | Rémi Verschelde | |
2022-01-06 | i18n: Make more `make_rst.py` strings translatable | Rémi Verschelde | |
For now we leave out the strings which could break rst table formatting. | |||
2022-01-06 | Merge pull request #56540 from Calinou/renderingserver-expose-ssil-quality | Rémi Verschelde | |
Expose RenderingServer SSIL quality setter methods | |||
2022-01-06 | Allow Vector2/3 slerp values to have any length | Aaron Franke | |
2022-01-06 | Merge pull request #50896 from HaSa1002/add-graphedit-drag-signals-4 | Rémi Verschelde | |
Add `GraphEdit` drag notifications | |||
2022-01-06 | Add length and length_squared to Vector2i/3i | Aaron Franke | |
2022-01-06 | Merge pull request #56435 from V-Sekai/inspector_default_fix | Rémi Verschelde | |
Fix incorrect default transform values on foreign 3D nodes | |||
2022-01-06 | Merge pull request #56145 from V-Sekai/auto_rm_3 | Rémi Verschelde | |
Move functionality automatically setting roughness/metallic on texture assignment to editor callback | |||
2022-01-06 | Add `GraphEdit` drag notifications | Johannes Witt | |
This commit adds two signals: * connection_drag_begun, which is emitted when a connection is started to be created by the user and * `connection_drag_ended`, which is emitted when no longer a connection is created. Additionally `force_connection_drag_end()` adds the possibility to end the connection dragging. If called from user code, no other connection request signals are invoked. This is useful to add `GraphNode`s via shortcuts while the user is dragging a connection to directly connect the newly added node. | |||
2022-01-06 | Merge pull request #56224 from Calinou/variant-rename-packed-array-constants | Rémi Verschelde | |
2022-01-06 | Move metallic and roughness automated assignment to an inspector UndoRedo | SaracenOne | |
callback. | |||
2022-01-06 | Fix incorrect default transform values on foreign 3D nodes | SaracenOne | |
2022-01-06 | Merge pull request #56549 from bruvzg/utf8_fixes | Rémi Verschelde | |
2022-01-06 | Fix multiple missing UTF-8 decoding. | bruvzg | |
2022-01-06 | Unify similar method descriptions | Haoyu Qiu | |
Notably: * `Packed*Array.size()` and `Array.size()`. * Shared methods of `Transform2D` and `Transform3D`. * Shared methods of `Vector2`, `Vector3`, and `Vector2i`. This reduces the Deja Vu when translating the class reference :) |