Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-22 | Port 2D improvement to move and slide 3D | fabriceci | |
Co-authored-by: Camille Mohr-Daurat <pouleyketchoup@gmail.com> | |||
2021-09-21 | Merge pull request #52913 from Paulb23/text-edit-search-theme | Rémi Verschelde | |
2021-09-21 | Merge pull request #52878 from AnilBK/add-get-center | Rémi Verschelde | |
2021-09-21 | Added search colors to TextEdit and CodeEdit theme | Paulb23 | |
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra | |
2021-09-21 | Added option for spinbox to update it's value on line edit 'text_changed' ↵ | Eric M | |
rather than 'text_entered' | |||
2021-09-21 | Merge pull request #52775 from gyroninja/fix-instantiated-root-node-crash | Rémi Verschelde | |
Fail at instantiating a packed scene if the root node is instantiated | |||
2021-09-21 | Merge pull request #52466 from tcoxon/fix_43733_4.0 | Rémi Verschelde | |
Prevent shaders from generating code before the constructor finishes. | |||
2021-09-21 | Prevent shaders from generating code before the constructor finishes. | Tom Coxon | |
Fixes #43733: "creating SpatialMaterial in a separate thread creates invalid shaders (temporarily)." The bug occurred because various setters called in materials' constructors add materials to queues that are processed on the main thread. This means that when the materials are created in another thread, they can be processed on the main thread before the constructor has finished. The fix adds a flag to affected materials that prevents them from being added to the queue until their constructors have finished initialising all the members. | |||
2021-09-21 | Add flag to connected grapheme. Apply RTL displacement FX only to the whole ↵ | bruvzg | |
connected grapheme. Pass more glyph info to the custom RTL FX. | |||
2021-09-21 | Merge pull request #52605 from TokageItLab/fixed-vtype-in-node-oneshot | Rémi Verschelde | |
Fixed value type and applied small change in `AnimationNodeOneShot` | |||
2021-09-21 | Merge pull request #52886 from bruvzg/rtl_fixes | Rémi Verschelde | |
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment. | |||
2021-09-21 | Fix RTL layout Label text, VBox child, 3D node editor controls, and popup ↵ | bruvzg | |
menu alignment. | |||
2021-09-21 | Fix focus shortcuts triggering incorrectly | Eric M | |
2021-09-20 | Merge pull request #52555 from TokageItLab/fixed-discrete-animation-seek | Rémi Verschelde | |
Fixed seeking behavior of property track with discrete interpolation | |||
2021-09-20 | Merge pull request #52543 from ↵ | Rémi Verschelde | |
TokageItLab/fixed-transition-when-xfade-time-is-zero Fixed `AnimationNodeTransition`'s behavior when xfade time is zero | |||
2021-09-20 | Merge pull request #52519 from e8newallm/52497-Remove_Unused_Variable | Rémi Verschelde | |
Removed unused Ref<Font> font variables | |||
2021-09-20 | Merge pull request #52151 from CaptainProton42/fix-y-billboard-shear | Rémi Verschelde | |
Fix y billboard shear when rotating camera | |||
2021-09-20 | Merge pull request #52848 from Paulb23/code-edit-tests | Rémi Verschelde | |
2021-09-20 | Merge pull request #52862 from bruvzg/cache_index_chk | Rémi Verschelde | |
Add FontData cache index check, remove excessive loop. | |||
2021-09-20 | Change completion prefixes to single char and unnecessary ui_cancel accept_event | Paulb23 | |
2021-09-20 | Add FontData cache index check, remove excessive loop. | bruvzg | |
2021-09-20 | Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` ↵ | bruvzg | |
methods. | |||
2021-09-18 | Fail at instantiating if the root node is instantiated | gyroninja | |
2021-09-17 | Merge pull request #52774 from Calinou/audiostreamplayer3d-remove-out-of-range | Rémi Verschelde | |
2021-09-17 | Remove unused `out_of_range_mode` property from AudioStreamPlayer3D | Hugo Locurcio | |
The `out_of_range_mode` property is no longer used since audio mixing was moved out of the various AudioStreamPlayer nodes. | |||
2021-09-17 | Merge pull request #49819 from nekomatata/fix-process-mode-inherit | Rémi Verschelde | |
2021-09-17 | Merge pull request #49376 from menip/OptionButtonFix | Rémi Verschelde | |
2021-09-17 | Merge pull request #52751 from Rubonnek/rename-listener-nodes | Rémi Verschelde | |
2021-09-16 | Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D | Wilson E. Alvarez | |
2021-09-16 | Remove bbcode_text from RichTextLabel | HaSa1002 | |
Also renames: - append_bbcode -> append_text - get_bbcode -> get_text - set_bbcode -> set_text - get_text -> get_parsed_text Property text is: set_text get_text | |||
2021-09-16 | Merge pull request #52681 from nekomatata/rename-rigid-body | Camille Mohr-Daurat | |
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | |||
2021-09-16 | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | PouleyKetchoupp | |
2021-09-16 | Merge pull request #52741 from fabriceci/platform-layer-from-physics-server | Rémi Verschelde | |
Retrieve platform layer from PhysicsServer2D | |||
2021-09-16 | Retrieve platform layer from PhysicsServer2D | fabriceci | |
2021-09-16 | Merge pull request #49284 from Calinou/add-listener3d-gizmo-icon | Rémi Verschelde | |
Display a editor gizmo icon for Listener3D | |||
2021-09-16 | Display a editor gizmo icon for Listener3D | Hugo Locurcio | |
The icon was present in `editor/icons/`, but it was never implemented in the editor gizmos code. This also removes some unused gizmo drawing code (overridden methods that are no longer called anywhere). | |||
2021-09-16 | Improvements to Tweens' Variant types | kobewi | |
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat | |
Rename WorldMarginShape to WorldBoundaryShape | |||
2021-09-15 | Merge pull request #52672 from KoBeWi/GraphError | Rémi Verschelde | |
Fix error when moving graph node | |||
2021-09-15 | Merge pull request #52313 from groud/cache_tree_item_size | Rémi Verschelde | |
2021-09-15 | Merge pull request #52308 from ↵ | Rémi Verschelde | |
rxlecky/parallax-layer-position-reset-fix-issue-51914 Fix ParallaxLayer's transform resetting in editor | |||
2021-09-15 | Fixed Animation Playback Track not seeking properly | Espeute Clement | |
Fixes #38093. | |||
2021-09-15 | Merge pull request #52622 from rileylyman/tilemap-crash | Gilles Roudière | |
Break TileMap _clear_internals out from _recreate_internals | |||
2021-09-14 | Break TileMap _clear_internals out from _recreate_internals | Riley Lyman | |
2021-09-14 | Clean convex hull decomposition code | PouleyKetchoupp | |
Remove unnecessary conversion between triangle data and vertex data whenever possible. | |||
2021-09-14 | Merge pull request #52353 from williamd67/documentation-view-scroll-to-end | Rémi Verschelde | |
Documentation view scroll to end | |||
2021-09-14 | Merge pull request #52583 from e8newallm/52360 | Rémi Verschelde | |
Removed updates that caused unnecessary window updates | |||
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp | |
2021-09-14 | Fix error when moving graph node | kobewi | |