summaryrefslogtreecommitdiffstats
path: root/scene/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #94230 from CrazyRoka/optimize-gdscript-get-positionRémi Verschelde2024-07-191-1/+1
|\
| * Decorate rare !data.inside_tree condition with unlikelyCrazyRoka2024-07-121-1/+1
| * Optimize Node::is_readable_from_caller_thread() by prioritizing the most comm...CrazyRoka2024-07-111-1/+1
* | Fix resources being skipped in InstancePlaceholdermatheusmdx2024-07-171-6/+9
|/
* Fixed Timestep Interpolation: Fix behaviour on pauseRicardo Buring2024-07-071-0/+6
* Fix duplicating nodes with Array propertieskobewi2024-06-271-2/+1
* Fix subwindow titlebar redraw on oversampling change.bruvzg2024-06-232-1/+11
* Use `_camera_3d_set` instead of change camera_3d directlyAinsley2024-06-201-2/+1
* Merge pull request #92678 from warriormaster12/dup_prop_before_remap_resourcesRémi Verschelde2024-06-181-4/+4
|\
| * Duplicate properties first before remapping resourceswarriormaster122024-06-021-4/+4
* | [Window] Ignore duplicate mouse enter events.bruvzg2024-06-121-0/+3
* | Merge pull request #92827 from raulsntos/core/node-to_stringRémi Verschelde2024-06-121-1/+7
|\ \
| * | Use GDExtension `to_string` in NodeRaul Santos2024-06-111-1/+7
* | | [Window] Fix mouse hover state of the main window when mouse enter event was ...bruvzg2024-06-101-0/+4
* | | Merge pull request #91997 from aaronp64/tooltip_transformsRémi Verschelde2024-06-101-2/+2
|\ \ \ | |/ / |/| |
| * | Fix tooltip mouse position conversion for scaled controlsaaronp642024-05-151-2/+2
* | | Fix excessive canvas items updates.bruvzg2024-06-051-5/+3
* | | Force canvas item update on oversampling change.bruvzg2024-06-033-6/+12
| |/ |/|
* | Update editor `Window` preview position when resizing window.bruvzg2024-05-311-0/+1
* | Merge pull request #92317 from bruvzg/emb_decorationsRémi Verschelde2024-05-301-0/+20
|\ \
| * | Fix `get_position_with_decorations` and `get_size_with_decorations` for embed...bruvzg2024-05-241-0/+20
| |/
* | Merge pull request #91724 from KoBeWi/regional_texturesRémi Verschelde2024-05-301-8/+19
|\ \
| * | Add support for AtlasTexture in draw_polygon()kobewi2024-05-081-8/+19
* | | Fix Window position preview in the editor.bruvzg2024-05-292-2/+35
* | | make InstancePlaceholder in charge of node reference resolutionAdriano Orioli2024-05-282-8/+127
| |/ |/|
* | Cleanup unused/underused singleton StringNameskobewi2024-05-141-4/+2
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* | Use Core/Scene stringnames consistentlykobewi2024-05-138-13/+7
* | Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-133-24/+48
* | Fix outdated name for `script` `StringName`A Thousand Ships2024-05-131-3/+1
* | Merge pull request #91329 from warriormaster12/dont-do-things-twiceRémi Verschelde2024-05-132-63/+49
|\ \
| * | Fix a performance regression when duplicating a nodewarriormaster122024-05-122-63/+49
* | | Add shorthand for using singleton string nameskobewi2024-05-114-26/+26
| |/ |/|
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
|/
* Fix crash when adding a child while duplicating a nodekobewi2024-05-071-2/+4
* Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-071-1/+1
|\
| * Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* | [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-2/+2
|/
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-032-0/+47
* [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-022-0/+10
* Merge pull request #91425 from Sauermann/fix-force-drag-focus-crashRémi Verschelde2024-05-021-0/+1
|\
| * Make `mouse_focus` and `mouse_focus_mask` consistent for force_dragMarkus Sauermann2024-05-021-0/+1
* | Merge pull request #89114 from AThousandShips/vec_elem_scalarRémi Verschelde2024-05-022-5/+5
|\ \
| * | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-022-5/+5
| |/
* / Extend `CanvasItem::draw_circle()` with filled, width, and antialiased optionsYaohua Xiong2024-05-023-4/+81
|/
* Remove unused variable Viewport::gui.last_mouse_focusMarkus Sauermann2024-05-012-5/+0
* Merge pull request #89734 from BastiaanOlij/openxr_reorder_wait_frameRémi Verschelde2024-05-011-0/+12
|\
| * OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-0/+12