summaryrefslogtreecommitdiffstats
path: root/scene/main
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix `atr_n()` behavior when auto translation is disabledHaoyu Qiu2024-09-291-2/+7
| | |
* | | Parse fragment from URLHaoyu Qiu2024-09-271-1/+2
|/ /
* | Add auto translate mode for tooltipsHaoyu Qiu2024-09-261-1/+2
| |
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
| |
* | [Core] Add way to check if a signal has any connectionsA Thousand Ships2024-09-202-0/+6
|/ | | | Added to `Object` and `Signal`
* Merge pull request #97159 from noidexe/Expose-viewport-get-audio-listenerRémi Verschelde2024-09-201-0/+2
|\ | | | | | | Expose Viewport methods to get current 2D/3D audio listener
| * Expose Viewport::get_audio_listener_2d and Viewport::get_audio_listener_3d ↵Lisandro Lorea2024-09-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | to scripting Document exposed methods Apply suggestions from code review Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com> Document default behavior when no audio listeners are active
* | Merge pull request #95787 from timothyqiu/domesticRémi Verschelde2024-09-202-0/+55
|\ \ | |/ |/| | | Add translation domain
| * Allow configuring which translation domain Object.tr usesHaoyu Qiu2024-09-172-0/+55
| |
* | Merge pull request #97029 from ↵Rémi Verschelde2024-09-182-12/+14
|\ \ | |/ |/| | | | | | | Hilderin/fix-viewport-texture-must-be-set-to-use-it Fix Viewport Texture must be set to use it
| * Fix Viewport Texture must be set to use itHilderin2024-09-172-12/+14
| |
* | Merge pull request #97070 from KoBeWi/snaming_ur_inputsRémi Verschelde2024-09-161-14/+14
|\ \ | | | | | | | | | Use `SNAME` for `ui` actions in Viewport
| * | Use SNAME for ui actions in Viewportkobewi2024-09-161-14/+14
| |/
* | Merge pull request #96867 from L2750558108/remove-gui-key-event-accepted-shitRémi Verschelde2024-09-162-49/+15
|\ \ | | | | | | | | | Remove useless `Viewport::gui.key_input_accepted`
| * | Remove Useless Viewport::gui.key_input_accepted27505581082024-09-132-49/+15
| | |
* | | Merge pull request #96024 from Ryan-000/expose_get_rpc_configRémi Verschelde2024-09-162-3/+4
|\ \ \ | | | | | | | | | | | | Expose `get_rpc_config` and `get_node_rpc_config`
| * | | Expose get_rpc_config and get_node_rpc_configRyan2024-09-042-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add documentation Update doc/classes/Node.xml change name of get_node_rpc_config to get_rpc_config Co-Authored-By: moondog <159832633+dog-on-moon@users.noreply.github.com> Co-Authored-By: Micky <66727710+Mickeon@users.noreply.github.com>
* | | | Merge pull request #93500 from anniryynanen/multi-pressRémi Verschelde2024-09-161-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | Improve button behavior when multiple mouse buttons are used at the same time
| * | | | Improve button behavior when multiple mouse buttons are used at the same timeAnni Ryynänen2024-09-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To emit `pressed`, buttons require that the press was initiated while hovering. - Controls can't grab focus from a mouse click if they're not hovered. - Hovers are updated both before and after a handled mouse button event.
* | | | | Enable Drag and Drop for SubViewports and WindowsMarkus Sauermann2024-09-154-128/+75
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Drag and Drop an application-wide operation. This allows do drop on Controls in other Viewports/Windows. In order to achieve this, `Viewport::_update_mouse_over` is adjusted to remember the Control, that the mouse is over (possibly within nested viewports). This Control is used as a basis for the Drop-operation, which replaces the previous algorithm, which was only aware of the topmost Viewport. Also now all nodes in the SceneTree are notified about the Drag and Drop operation, with the exception of SubViewports that are not children of SubViewportContainers.
* | | | Merge pull request #96708 from bruvzg/lbl3d_osRémi Verschelde2024-09-121-0/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | [Label3D] Fix updating labels in subvieports on oversampling change.
| * | | [Label3D] Fix updating labels in subvieports on oversampling change.bruvzg2024-09-081-0/+1
| | | |
* | | | StringName: Fix empty hashrune-scape2024-09-093-53/+0
|/ / / | | | | | | | | | +Fixed compat hashes
* | | Expose Viewport.gui_cancel_drag() to GDScript as a counterpart to ↵graydoubt2024-09-061-0/+1
| | | | | | | | | | | | Control.force_drag()
* | | Merge pull request #95902 from kitbdev/remove-forced-mouse-focusRémi Verschelde2024-09-032-27/+5
|\ \ \ | | | | | | | | | | | | Clean up Viewport's `forced_mouse_focus`
| * | | Clean up Viewport forced_mouse_focuskit2024-08-212-27/+5
| | | |
* | | | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-032-10/+8
|\ \ \ \ | | | | | | | | | | | | | | | StringName Dictionary keys
| * | | | StringName Dictionary keysrune-scape2024-08-292-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead
* | | | | Fix SubViewport/AudioStreamPlayer2D crashaaronp642024-09-031-0/+3
|/ / / / | | | | | | | | | | | | Updated Viewport destructor to remove itself from World2D, to avoid World2D keeping invalid pointers.
* | | | Merge pull request #94477 from RedMser/typos-batch-1Rémi Verschelde2024-08-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Fix various typos
| * | | | Fix typosRedMser2024-07-171-1/+1
| | | | |
* | | | | Merge pull request #92536 from Daylily-Zeleen/daylily-zeleen/fix_3d_input_eventRémi Verschelde2024-08-281-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add missing check to avoid passing handled input event to collision object 3d.
| * | | | | Avoid passing handled input event to collision object 3d.Daylily-Zeleen2024-07-271-0/+4
| | | | | |
* | | | | | Merge pull request #95846 from jadoc/fix-tooltipsRémi Verschelde2024-08-261-1/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | Only reset the tooltip timer when the mouse has actually moved
| * | | | | Only reset tooltip timer when mouse actually movedAlex Docauer2024-08-221-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | InputEventMouseMotion isn't guaranteed to fire only on actual mouse movement. It's not uncommon for the underlying OS motion event to be sent either by the OS itself or another application even though the mouse hasn't moved. Godot will generate such zero-motion InputEventMouseMotion events itself for things like cursor shape changes. Once started, the tooltip timer is reset only after a mouse movement of at least 5 pixels in one frame.
* | | | | | Merge pull request #93602 from aaronp64/inspector_latencyRémi Verschelde2024-08-221-24/+24
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | Improve Editor Inspector/Theme item lookup performance
| * | | | | Improve Editor Inspector/Theme item lookup performanceaaronp642024-08-201-24/+24
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to reduce the latency between changing node selection in the editor and seeing the new node reflected in the Inspector tab - Use Vector instead of List for ThemeOwner::get_theme_type_dependencies and related functions - Use Vector instead of List for ThemeContext::themes, set_themes(), and get_themes() - Add ClassDB:get_inheritance_chain_nocheck to get all parent/ancestor classes at once, to avoid repeated ClassDB locking overhead - Update BIND_THEME_ITEM macros and ThemeDB::update_class_instance_items to use provided StringNames for call to ThemeItemSetter, instead of creating a new StringName in each call These changes reduce the time taken by EditorInspector::update_tree by around 30-35%
* | | | | Merge pull request #91971 from Delsin-Yu/WrapControls_ContentScaleFactorRémi Verschelde2024-08-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix `Window.wrap_controls` does not account for the `content_scale_factor`
| * | | | | Fix Window.wrap_controls does not account for the content_scale_factorDE-YU2024-08-191-1/+1
| | | | | |
* | | | | | Redraw SubViewportContainer on SubViewport size changejordi2024-08-191-0/+1
|/ / / / /
* | | | | Merge pull request #90992 from RadiantUwU/fix_node_duplicateRémi Verschelde2024-08-191-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | Fix `Node.duplicate()` crash when duplicating a node that cannot be instantiated.
| * | | | Fix node.duplicate, return nullptr if this operation fails.Radiant2024-08-021-1/+5
| | | | |
* | | | | Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Split `TranslationServer` into its own file
| * | | | | Split TranslationServer into its own fileHaoyu Qiu2024-08-151-1/+1
| | | | | |
* | | | | | Merge pull request #92391 from rburing/fti_3dRémi Verschelde2024-08-165-3/+145
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Physics interpolation (3D)
| * | | | | | Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-075-3/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds 3D fixed timestep interpolation to the rendering server. This does not yet include support for multimeshes or particles. Co-authored-by: lawnjelly <lawnjelly@gmail.com>
* | | | | | | Merge pull request #91965 from aaronp64/tooltip_sizeRémi Verschelde2024-08-161-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | Fix tooltip content being cut off at some display scales
| * | | | | | Fix tooltip content being cut off at some display scalesaaronp642024-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When getting the minimum size for a tooltip, we get the value as a Vector2. Window::set_size() takes a Vector2i, so this size was getting truncated. At certain display scales, this could be enough to cut off part of the tooltip. Updated to call Vector2::ceil() to round up before calling Window::set_size() Fixes #91958
* | | | | | | Fix update mouse cursor state wrong mouse positionkit2024-07-311-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-251-11/+1
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | On Windows this allows to avoid having to change the owner of the window after it has been created, which in rare circumstances may cause the window to bug out.