| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Viewport Texture must be set to use it | Hilderin | 2024-11-01 | 1 | -12/+13 |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Add an additional input stage after physics picking | Markus Sauermann | 2024-10-17 | 1 | -0/+6 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | Fix SubViewport/AudioStreamPlayer2D crash | aaronp64 | 2024-09-17 | 1 | -0/+3 |
* | Redraw SubViewportContainer on SubViewport size change | jordi | 2024-09-16 | 1 | -0/+1 |
* | Fix tooltip content being cut off at some display scales | aaronp64 | 2024-09-16 | 1 | -0/+1 |
* | Fix subwindow titlebar redraw on oversampling change. | bruvzg | 2024-06-23 | 1 | -1/+10 |
* | Use `_camera_3d_set` instead of change camera_3d directly | Ainsley | 2024-06-20 | 1 | -2/+1 |
* | Merge pull request #91997 from aaronp64/tooltip_transforms | Rémi Verschelde | 2024-06-10 | 1 | -2/+2 |
|\ |
|
| * | Fix tooltip mouse position conversion for scaled controls | aaronp64 | 2024-05-15 | 1 | -2/+2 |
* | | Force canvas item update on oversampling change. | bruvzg | 2024-06-03 | 1 | -2/+3 |
|/ |
|
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -3/+2 |
* | [Core] Add `LocalVector::has` for convenience | A Thousand Ships | 2024-05-06 | 1 | -2/+2 |
* | Improvements to VRS/Foveated rendering | Bastiaan Olij | 2024-05-03 | 1 | -0/+35 |
* | Merge pull request #91425 from Sauermann/fix-force-drag-focus-crash | Rémi Verschelde | 2024-05-02 | 1 | -0/+1 |
|\ |
|
| * | Make `mouse_focus` and `mouse_focus_mask` consistent for force_drag | Markus Sauermann | 2024-05-02 | 1 | -0/+1 |
* | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)` | A Thousand Ships | 2024-05-02 | 1 | -3/+3 |
|/ |
|
* | Remove unused variable Viewport::gui.last_mouse_focus | Markus Sauermann | 2024-05-01 | 1 | -4/+0 |
* | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR | Bastiaan Olij | 2024-05-01 | 1 | -0/+12 |
* | Merge pull request #89643 from mnemoli/pickone-fix-89641 | Rémi Verschelde | 2024-04-30 | 1 | -3/+4 |
|\ |
|
| * | Fix mouse_enter/mouse_exit events when physics_object_picking_first_only is on | mnemoli | 2024-03-18 | 1 | -3/+4 |
* | | Overhaul TextEdit selection. | kit | 2024-04-26 | 1 | -0/+7 |
* | | Add separate feature tags for editor runtime | kobewi | 2024-04-26 | 1 | -1/+1 |
* | | Fix non-embedded Windows resizing to match Viewport content scale factor | Koyper | 2024-04-17 | 1 | -3/+13 |
* | | Merge pull request #89880 from dsnopek/openxr-composition-layers-node3d-drs | Rémi Verschelde | 2024-04-04 | 1 | -0/+4 |
|\ \ |
|
| * | | Add support for OpenXR composition layers | David Snopek | 2024-04-04 | 1 | -0/+4 |
* | | | Fix a special case for button masks | Markus Sauermann | 2024-03-28 | 1 | -3/+4 |
|/ / |
|
* | | Merge pull request #89805 from AThousandShips/viewport_report | Rémi Verschelde | 2024-03-25 | 1 | -0/+1 |
|\ \ |
|
| * | | Add missing `RenderInfoType` enum to `Viewport` | A Thousand Ships | 2024-03-23 | 1 | -0/+1 |
| |/ |
|
* / | Use `Vector*` component-wise `min/max/clamp` functions where applicable | A Thousand Ships | 2024-03-20 | 1 | -4/+2 |
|/ |
|
* | Organize 2D audio, camera, and physics in Viewport | Aaron Franke | 2024-03-10 | 1 | -149/+149 |
* | Merge pull request #88992 from Sauermann/fix-window-mouse-notification | Rémi Verschelde | 2024-02-29 | 1 | -3/+0 |
|\ |
|
| * | Fix mouse entered notifications | Markus Sauermann | 2024-02-29 | 1 | -3/+0 |
* | | Add option to add built-in strings in the POT generation | Michael Alexsander | 2024-02-28 | 1 | -1/+1 |
|/ |
|
* | Split monolithic physics class files | smix8 | 2024-02-27 | 1 | -2/+2 |
* | Add all Viewport.debug_draw enum options to dropdown | stoofin | 2024-02-23 | 1 | -1/+1 |
* | Fix some additional errors with 3D disabled | A Thousand Ships | 2024-02-23 | 1 | -1/+1 |
* | Fix global position for `InputEventMouse` in `viewport::push_input` | Markus Sauermann | 2024-02-18 | 1 | -0/+7 |
* | Revert "Update Node::get_configuration_warnings signature" | Rémi Verschelde | 2024-02-17 | 1 | -3/+3 |
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -1/+0 |
* | Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport | Silc Lizard (Tokage) Renew | 2024-02-13 | 1 | -2/+2 |
* | Merge pull request #87164 from 0x0ACB/camera_fix | Rémi Verschelde | 2024-02-12 | 1 | -1/+1 |
|\ |
|
| * | Rename camera near and far private members to avoid conflict with Windows.h d... | ACB | 2024-01-15 | 1 | -1/+1 |
* | | Merge pull request #75688 from mnemoli/pickone | Rémi Verschelde | 2024-02-12 | 1 | -0/+14 |
|\ \ |
|
| * | | Add Viewport setting for picking only first-encountered CanvasItem physics ob... | mnemoli | 2024-01-11 | 1 | -0/+14 |
* | | | Update Node::get_configuration_warnings signature | RedMser | 2024-02-08 | 1 | -3/+3 |
* | | | Remove unused Variable `Viewport::gui_input_group` | Markus Sauermann | 2024-01-26 | 1 | -1/+0 |
* | | | Merge pull request #87385 from Sauermann/fix-subviewport-physics-picking | Yuri Sizov | 2024-01-25 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Fix SubViewport physics picking | Markus Sauermann | 2024-01-19 | 1 | -0/+8 |
| | |/
| |/| |
|