summaryrefslogtreecommitdiffstats
path: root/scene/main/viewport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Viewport Texture must be set to use itHilderin2024-11-011-12/+13
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Add an additional input stage after physics pickingMarkus Sauermann2024-10-171-0/+6
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix SubViewport/AudioStreamPlayer2D crashaaronp642024-09-171-0/+3
* Redraw SubViewportContainer on SubViewport size changejordi2024-09-161-0/+1
* Fix tooltip content being cut off at some display scalesaaronp642024-09-161-0/+1
* Fix subwindow titlebar redraw on oversampling change.bruvzg2024-06-231-1/+10
* Use `_camera_3d_set` instead of change camera_3d directlyAinsley2024-06-201-2/+1
* 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
* | Force canvas item update on oversampling change.bruvzg2024-06-031-2/+3
|/
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+2
* [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-2/+2
* Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+35
* 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
* | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-3/+3
|/
* Remove unused variable Viewport::gui.last_mouse_focusMarkus Sauermann2024-05-011-4/+0
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-0/+12
* Merge pull request #89643 from mnemoli/pickone-fix-89641Rémi Verschelde2024-04-301-3/+4
|\
| * Fix mouse_enter/mouse_exit events when physics_object_picking_first_only is onmnemoli2024-03-181-3/+4
* | Overhaul TextEdit selection.kit2024-04-261-0/+7
* | Add separate feature tags for editor runtimekobewi2024-04-261-1/+1
* | Fix non-embedded Windows resizing to match Viewport content scale factorKoyper2024-04-171-3/+13
* | Merge pull request #89880 from dsnopek/openxr-composition-layers-node3d-drsRémi Verschelde2024-04-041-0/+4
|\ \
| * | Add support for OpenXR composition layersDavid Snopek2024-04-041-0/+4
* | | Fix a special case for button masksMarkus Sauermann2024-03-281-3/+4
|/ /
* | Merge pull request #89805 from AThousandShips/viewport_reportRémi Verschelde2024-03-251-0/+1
|\ \
| * | Add missing `RenderInfoType` enum to `Viewport`A Thousand Ships2024-03-231-0/+1
| |/
* / Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-4/+2
|/
* Organize 2D audio, camera, and physics in ViewportAaron Franke2024-03-101-149/+149
* Merge pull request #88992 from Sauermann/fix-window-mouse-notificationRémi Verschelde2024-02-291-3/+0
|\
| * Fix mouse entered notificationsMarkus Sauermann2024-02-291-3/+0
* | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-1/+1
|/
* Split monolithic physics class filessmix82024-02-271-2/+2
* Add all Viewport.debug_draw enum options to dropdownstoofin2024-02-231-1/+1
* Fix some additional errors with 3D disabledA Thousand Ships2024-02-231-1/+1
* Fix global position for `InputEventMouse` in `viewport::push_input`Markus Sauermann2024-02-181-0/+7
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-3/+3
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+0
* Avoid unqualified-id "near" and "far" in Node3DEditor/ViewportSilc Lizard (Tokage) Renew2024-02-131-2/+2
* Merge pull request #87164 from 0x0ACB/camera_fixRémi Verschelde2024-02-121-1/+1
|\
| * Rename camera near and far private members to avoid conflict with Windows.h d...ACB2024-01-151-1/+1
* | Merge pull request #75688 from mnemoli/pickoneRémi Verschelde2024-02-121-0/+14
|\ \
| * | Add Viewport setting for picking only first-encountered CanvasItem physics ob...mnemoli2024-01-111-0/+14
* | | Update Node::get_configuration_warnings signatureRedMser2024-02-081-3/+3
* | | Remove unused Variable `Viewport::gui_input_group`Markus Sauermann2024-01-261-1/+0
* | | Merge pull request #87385 from Sauermann/fix-subviewport-physics-pickingYuri Sizov2024-01-251-0/+8
|\ \ \
| * | | Fix SubViewport physics pickingMarkus Sauermann2024-01-191-0/+8
| | |/ | |/|