index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
main
/
viewport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-0
/
+1
|
\
|
*
Merge pull request #80965 from Calinou/viewport-add-get-stretch-scale-factor
Thaddeus Crews
2024-11-27
1
-0
/
+1
|
|
\
|
|
*
Add a Viewport method to get automatically computed 2D stretch transform
Hugo Locurcio
2024-11-19
1
-0
/
+1
*
|
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-0
/
+8
|
\
|
|
|
*
|
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
1
-0
/
+8
|
|
/
*
|
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-23
1
-0
/
+1
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Merge pull request #97029 from Hilderin/fix-viewport-texture-must-be-set-to-u...
Rémi Verschelde
2024-09-18
1
-0
/
+1
|
\
|
*
Fix Viewport Texture must be set to use it
Hilderin
2024-09-17
1
-0
/
+1
*
|
Merge pull request #96867 from L2750558108/remove-gui-key-event-accepted-shit
Rémi Verschelde
2024-09-16
1
-2
/
+1
|
\
\
|
*
|
Remove Useless Viewport::gui.key_input_accepted
2750558108
2024-09-13
1
-2
/
+1
|
|
/
*
/
Enable Drag and Drop for SubViewports and Windows
Markus Sauermann
2024-09-15
1
-10
/
+11
|
/
*
Clean up Viewport forced_mouse_focus
kit
2024-08-21
1
-3
/
+0
*
Fix subwindow titlebar redraw on oversampling change.
bruvzg
2024-06-23
1
-0
/
+1
*
Force canvas item update on oversampling change.
bruvzg
2024-06-03
1
-1
/
+1
*
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
1
-0
/
+12
*
Remove unused variable Viewport::gui.last_mouse_focus
Markus Sauermann
2024-05-01
1
-1
/
+0
*
Overhaul TextEdit selection.
kit
2024-04-26
1
-0
/
+1
*
Add missing `RenderInfoType` enum to `Viewport`
A Thousand Ships
2024-03-23
1
-0
/
+1
*
Organize 2D audio, camera, and physics in Viewport
Aaron Franke
2024-03-10
1
-37
/
+44
*
Fix mouse entered notifications
Markus Sauermann
2024-02-29
1
-1
/
+1
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-1
/
+1
*
Merge pull request #75688 from mnemoli/pickone
Rémi Verschelde
2024-02-12
1
-0
/
+3
|
\
|
*
Add Viewport setting for picking only first-encountered CanvasItem physics ob...
mnemoli
2024-01-11
1
-0
/
+3
*
|
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-1
/
+1
*
|
Remove unused Variable `Viewport::gui_input_group`
Markus Sauermann
2024-01-26
1
-1
/
+0
*
|
Expose a method to get hovered Control in Viewport
Claire Blackshaw
2023-12-18
1
-0
/
+1
*
|
fix crash on hiding grandparent on mouse exit
kit
2023-12-02
1
-0
/
+1
*
|
Make mouse-enter/exit notifications match mouse event propagation
kit
2023-11-09
1
-1
/
+4
*
|
Revert "Add a Disable 2D property to Viewport"
clayjohn
2023-10-27
1
-4
/
+0
*
|
Add a Disable 2D property to Viewport
Hugo Locurcio
2023-10-07
1
-0
/
+4
*
|
Fix tooltips behaving incorrectly on `Tree` nodes
Michael Alexsander
2023-09-28
1
-0
/
+1
*
|
Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.
Dario
2023-09-25
1
-0
/
+2
|
/
*
Merge pull request #79201 from Rindbee/fix-setup-state-not-cleared
Rémi Verschelde
2023-08-17
1
-0
/
+2
|
\
|
*
Clear the previously set state when configuring for a new scene root node
Rindbee
2023-08-08
1
-0
/
+2
*
|
Allow to get a list of visible embedded `Window`s
Michael Alexsander
2023-08-16
1
-0
/
+1
*
|
Fix nodes receiving mouse events in black bars of `Window`
Markus Sauermann
2023-08-09
1
-3
/
+2
|
/
*
Merge pull request #80215 from clayjohn/HDR-2D
Rémi Verschelde
2023-08-08
1
-0
/
+4
|
\
|
*
Add option to enable HDR rendering in 2D
clayjohn
2023-08-07
1
-0
/
+4
*
|
Fix various typos with codespell
Rémi Verschelde
2023-08-07
1
-1
/
+1
|
/
*
Refactor mouse_entered and mouse_exited notifications
Markus Sauermann
2023-08-01
1
-2
/
+11
*
Embedded Popups store their safe_rect in their embedder
Markus Sauermann
2023-06-20
1
-1
/
+4
*
Merge pull request #77209 from Rindbee/ViewportTexture-not-change-RID
Rémi Verschelde
2023-06-09
1
-0
/
+1
|
\
|
*
Don't change `RID` when changing `viewport_path` in `ViewportTexture`
Rindbee
2023-06-09
1
-0
/
+1
*
|
Merge pull request #78017 from Sauermann/fix-physics-passive-hovering
Rémi Verschelde
2023-06-09
1
-10
/
+0
|
\
\
|
*
|
Fix passive mouse hovering for physics
Markus Sauermann
2023-06-09
1
-10
/
+0
*
|
|
Merge pull request #77923 from Sauermann/fix-mouse-position-with-screen-trans...
Rémi Verschelde
2023-06-09
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix mouse position with screen transform
Markus Sauermann
2023-06-09
1
-0
/
+2
*
|
|
Fix input handling of unfocusable embedded Windows
Markus Sauermann
2023-06-06
1
-0
/
+1
|
/
/
[next]