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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #77730 from Jummit/fix-subviewport-1
Yuri Sizov
2024-01-22
1
-0
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix push_input only working the first time
Jummit
2023-12-02
1
-0
/
+10
*
|
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-5
/
+3
*
|
|
Merge pull request #86220 from Sauermann/fix-embed-subwindow
Rémi Verschelde
2024-01-03
1
-1
/
+60
|
\
\
\
|
*
|
|
Fix changing `gui_embed_subwindows` while a child window is displayed
Markus Sauermann
2024-01-03
1
-1
/
+60
*
|
|
|
Fix D&D viewport position calculation
Markus Sauermann
2023-12-25
1
-1
/
+1
*
|
|
|
Expose a method to get hovered Control in Viewport
Claire Blackshaw
2023-12-18
1
-0
/
+6
|
/
/
/
*
|
|
fix crash on hiding grandparent on mouse exit
kit
2023-12-02
1
-1
/
+26
*
|
|
Fix crash when hiding a Control during mouse-entering
Markus Sauermann
2023-11-23
1
-1
/
+3
*
|
|
Make mouse-enter/exit notifications match mouse event propagation
kit
2023-11-09
1
-12
/
+151
*
|
|
Revert "Add a Disable 2D property to Viewport"
clayjohn
2023-10-27
1
-15
/
+0
*
|
|
Merge pull request #83003 from AThousandShips/null_check_extra
Rémi Verschelde
2023-10-09
1
-1
/
+1
|
\
\
\
|
*
|
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
*
|
|
|
Add a Disable 2D property to Viewport
Hugo Locurcio
2023-10-07
1
-0
/
+15
|
/
/
/
*
|
|
Fix tooltips behaving incorrectly on `Tree` nodes
Michael Alexsander
2023-09-28
1
-13
/
+13
*
|
|
Check if input marked handled before processing additional CollisionObjects
Marcel Admiraal
2023-09-26
1
-0
/
+3
*
|
|
Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.
Dario
2023-09-25
1
-1
/
+3
|
|
/
|
/
|
*
|
Merge pull request #81669 from kleonc/gui-tooltip-transparent-background
Yuri Sizov
2023-09-15
1
-0
/
+3
|
\
\
|
*
|
Enable transparent background for GUI tooltips
kleonc
2023-09-14
1
-0
/
+3
*
|
|
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-19
/
+19
|
/
/
*
|
Merge pull request #81006 from KurtBliss/Chance-of-crash-when-Control-overrid...
Rémi Verschelde
2023-08-28
1
-2
/
+19
|
\
\
|
*
|
Fixed, chance of crash when Control overrides mouse input on Area2D
KurtBliss
2023-08-25
1
-2
/
+19
*
|
|
Merge pull request #80780 from HolonProduction/sub-window-focus-crash
Rémi Verschelde
2023-08-21
1
-0
/
+5
|
\
\
\
|
*
|
|
Fix crash when hiding subwindow during popup of new subwindow
HolonProduction
2023-08-20
1
-0
/
+5
|
|
/
/
*
|
|
Merge pull request #79201 from Rindbee/fix-setup-state-not-cleared
Rémi Verschelde
2023-08-17
1
-6
/
+11
|
\
\
\
|
*
|
|
Clear the previously set state when configuring for a new scene root node
Rindbee
2023-08-08
1
-6
/
+11
|
|
/
/
*
|
|
Allow to get a list of visible embedded `Window`s
Michael Alexsander
2023-08-16
1
-0
/
+11
*
|
|
Fix nodes receiving mouse events in black bars of `Window`
Markus Sauermann
2023-08-09
1
-2
/
+2
|
/
/
*
|
Merge pull request #80364 from Calinou/control-escape-dismiss-tooltips
Rémi Verschelde
2023-08-08
1
-0
/
+12
|
\
\
[prev]
[next]