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
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
macOS: Enable `display/high_res` by default
Aaron Franke
2023-02-17
1
-1
/
+1
*
Merge pull request #72877 from bruvzg/x11_on_top
Rémi Verschelde
2023-02-17
1
-0
/
+16
|
\
|
*
[X11] Fix initial "on top" window state.
bruvzg
2023-02-17
1
-0
/
+16
*
|
Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()
Rémi Verschelde
2023-02-17
5
-0
/
+9
|
/
*
Merge pull request #73441 from akien-mga/linux-unbundling-fixes
Rémi Verschelde
2023-02-17
1
-15
/
+22
|
\
|
*
Fix includes of thirdparty libs which can be unbundled on Linux
Rémi Verschelde
2023-02-16
1
-15
/
+22
*
|
iOS: Implement missing JoyButton::BACK (Options), START (Menu), and GUIDE (Home)
Nataša
2023-02-16
1
-0
/
+19
*
|
Merge pull request #73359 from bruvzg/so_wrap_opt
Rémi Verschelde
2023-02-16
14
-27
/
+233
|
\
\
|
*
|
[Linux] Make SO wrapper usage optional.
bruvzg
2023-02-16
14
-27
/
+233
|
|
/
*
/
Restore FileAccess.close method.
bruvzg
2023-02-16
4
-0
/
+14
|
/
*
Merge pull request #69201 from tbveralrud/ios-touch-leak-fix-master
Rémi Verschelde
2023-02-16
5
-293
/
+27
|
\
|
*
iOS: Fix memory leak on touch input
Travis Veralrud
2023-02-15
5
-293
/
+27
*
|
Android: Default Min SDK to 24 for Vulkan mobile
Rémi Verschelde
2023-02-15
1
-6
/
+6
*
|
Merge pull request #73268 from bruvzg/key_mod
Rémi Verschelde
2023-02-15
5
-32
/
+63
|
\
\
|
|
/
|
/
|
|
*
[InputEventKey] Avoid setting both key and modifier to the same value.
bruvzg
2023-02-14
5
-32
/
+63
*
|
Some fixes for initial window position and size
Thomas ten Cate
2023-02-14
1
-0
/
+5
|
/
*
Update PCK embedding SCons warning message to mention mold linker
Hugo Locurcio
2023-02-13
1
-1
/
+1
*
Fix the issue causing long-press on a selected node on the scene tree to trig...
Fredia Huya-Kouadio
2023-02-12
2
-5
/
+29
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
7
-39
/
+40
*
Merge pull request #72816 from m4gr3d/downgrade_vulkan_warning
Rémi Verschelde
2023-02-08
3
-5
/
+4
|
\
|
*
Downgrade the vulkan abort logic to a warning
Fredia Huya-Kouadio
2023-02-07
3
-5
/
+4
*
|
[X11] Do not suppress structure/focus events on popup close to correctly retu...
bruvzg
2023-02-07
1
-9
/
+8
|
/
*
Merge pull request #72552 from m4gr3d/cleanup_custom_build_main
Rémi Verschelde
2023-02-06
10
-55
/
+55
|
\
|
*
Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...
Fredia Huya-Kouadio
2023-02-02
10
-55
/
+55
*
|
Merge pull request #72806 from m4gr3d/add_vulkan_filter_when_necessary
Rémi Verschelde
2023-02-06
5
-15
/
+27
|
\
\
|
*
|
Improve logic to detect whether vulkan is used for rendering
Fredia Huya-Kouadio
2023-02-06
5
-15
/
+27
*
|
|
Merge pull request #72780 from m4gr3d/add_vulkan_filter_when_necessary
Rémi Verschelde
2023-02-06
4
-2
/
+48
|
\
|
|
|
*
|
Improve vulkan capability detection on Android
Fredia Huya-Kouadio
2023-02-05
4
-2
/
+48
*
|
|
[X11] Fix IME window focus events.
bruvzg
2023-02-06
1
-2
/
+2
|
/
/
*
|
Merge pull request #72624 from pkdawson/fix-last-focus
Rémi Verschelde
2023-02-03
1
-0
/
+4
|
\
\
|
*
|
DisplayServerWindows: Update `last_focused_window` when the focused subwindow...
Patrick Dawson
2023-02-02
1
-0
/
+4
*
|
|
Fix windowsize for fullscreen windows on windowcreation on Windows
Markus Sauermann
2023-02-02
1
-4
/
+13
|
/
/
*
/
Use a "warning" icon in `OS.alert()` on Linux/*BSD
Hugo Locurcio
2023-02-02
1
-2
/
+4
|
/
*
Merge pull request #72307 from zoeesilcock/fix/splash-minimum-display-time-macos
Rémi Verschelde
2023-02-02
1
-0
/
+1
|
\
|
*
Fix so that the main window is displayed before the splash screen minimum dis...
Zoee Silcock
2023-02-01
1
-0
/
+1
*
|
Clean up the XR export logic
Fredia Huya-Kouadio
2023-02-01
4
-67
/
+32
|
/
*
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
1
-1
/
+1
*
Merge pull request #72495 from m4gr3d/implement_file_provider
Rémi Verschelde
2023-02-01
4
-11
/
+52
|
\
|
*
Implement file provider capabilities
Fredia Huya-Kouadio
2023-02-01
4
-11
/
+52
*
|
Merge pull request #72104 from bruvzg/popup-non-popups
Rémi Verschelde
2023-02-01
3
-4
/
+49
|
\
\
|
*
|
Extend special popup window handling to any non-popup child of a popup.
bruvzg
2023-01-26
3
-4
/
+49
*
|
|
[X11] Fix IME subwindow in the popup not getting input focus.
bruvzg
2023-02-01
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #71174 from RedMser/fix-confined-mouse-mode-update
Rémi Verschelde
2023-01-31
1
-36
/
+9
|
\
\
|
*
|
Fix confined mouse mode not updating on resize
RedMser
2023-01-10
1
-36
/
+9
*
|
|
Merge pull request #72426 from fire/4-warnings
Rémi Verschelde
2023-01-31
2
-4
/
+3
|
\
\
\
|
*
|
|
Fixed a few godot engine 4 warnings on clang with Opengl and Windows apis.
K. S. Ernest (iFire) Lee
2023-01-30
2
-4
/
+3
*
|
|
|
Refactor high quality texture import
Juan Linietsky
2023-01-30
4
-12
/
+30
*
|
|
|
Merge pull request #72370 from bruvzg/dead_xim
Rémi Verschelde
2023-01-30
26
-56
/
+376
|
\
\
\
\
|
*
|
|
|
[X11] Add support for dead keys without active IME. Fix IME focus and cleanup.
bruvzg
2023-01-30
26
-56
/
+376
|
|
/
/
/
*
|
|
|
Merge pull request #71995 from Faless/net/4.x_tls_verify
Rémi Verschelde
2023-01-30
3
-8
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[next]