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
/
linuxbsd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use TTR/RTR for ERR/WARN prints
Rémi Verschelde
2023-11-12
1
-1
/
+1
*
[X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.
bruvzg
2023-11-06
4
-13
/
+40
*
Linux: Remove hardcoded lib path for x86 cross-compilation
Rémi Verschelde
2023-11-01
1
-11
/
+10
*
TTS_Linux: Fix size_t template issue on OpenBSD by using int consistently
thfrwn
2023-10-27
2
-7
/
+7
*
Fix freeze when requesting clipboard image from our own window
Setadokalo
2023-10-25
1
-2
/
+2
*
Improved X11 screen_get_refresh_rate performance
Brayden Harlon
2023-10-24
1
-1
/
+1
*
Merge pull request #81439 from Setadokalo/clipboard_image
Rémi Verschelde
2023-10-20
2
-2
/
+226
|
\
|
*
Implement clipboard_get/has_image for X11
Setadokalo
2023-10-20
2
-2
/
+226
*
|
Add error messages to the native menu and file dialogs callback.
bruvzg
2023-10-14
2
-6
/
+15
*
|
Fix unused variables warning when `touch` is disabled
Kacper Gibas
2023-10-13
1
-3
/
+7
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
*
|
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-27
/
+8
*
|
Merge pull request #82163 from naelstrof/master
Rémi Verschelde
2023-10-05
1
-3
/
+7
|
\
\
|
*
|
Made signal handling more uniform. Fixes #82102
naelstrof
2023-09-22
1
-3
/
+7
*
|
|
Merge pull request #82101 from bruvzg/x11_gles
Rémi Verschelde
2023-10-04
6
-9
/
+205
|
\
\
\
|
*
|
|
[X11] Add support for using EGL/GLES instead of GLX.
bruvzg
2023-10-04
6
-9
/
+205
*
|
|
|
[Native File Dialogs] Improve filter list handling, add selected filter to th...
bruvzg
2023-10-03
2
-32
/
+73
|
/
/
/
*
|
|
Merge pull request #80952 from bruvzg/nfdlg_refocus
Rémi Verschelde
2023-10-03
3
-4
/
+9
|
\
\
\
|
*
|
|
[Native File Dialogs] Refocus last focused window on close.
bruvzg
2023-08-24
3
-4
/
+9
*
|
|
|
Merge pull request #82221 from Riteo/linux-ogl-no-vsync-override
Rémi Verschelde
2023-09-26
1
-6
/
+0
|
\
\
\
\
|
*
|
|
|
Linux/OpenGL: don't force vsync in the editor
Riteo
2023-09-24
1
-6
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Updated compiler version detection
Mario Liebisch
2023-09-25
1
-1
/
+1
*
|
|
|
SCons: Fix Python 3.12 SyntaxError with regex escape sequences
Rémi Verschelde
2023-09-25
1
-1
/
+1
|
/
/
/
*
|
|
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
4
-3
/
+43
*
|
|
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
4
-18
/
+18
|
|
/
|
/
|
*
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-1
/
+2
|
/
*
Merge pull request #80104 from bruvzg/freedesktop_native_file_dialog
Rémi Verschelde
2023-08-17
7
-31
/
+412
|
\
|
*
[Linux/Freedesktop] Implement native file selection dialog support.
bruvzg
2023-08-17
7
-31
/
+412
*
|
Merge pull request #80036 from PorkrollPosadist/fix-wayland-window-behavior
Rémi Verschelde
2023-08-17
1
-12
/
+14
|
\
\
|
|
/
|
/
|
|
*
Use EWMH for DisplayServerX11::_window_minimize_check() implementation
PorkrollPosadist
2023-07-31
1
-12
/
+14
*
|
Fix GCC -Wmaybe-uninitialized warnings
Rémi Verschelde
2023-08-14
1
-4
/
+4
*
|
Merge pull request #80279 from Sauermann/fix-x11-mouse-window-event-crash
Rémi Verschelde
2023-08-10
2
-3
/
+18
|
\
\
|
*
|
Track hovered `Window` in `DisplayServerX11`
Markus Sauermann
2023-08-09
2
-3
/
+18
*
|
|
Merge pull request #80240 from bruvzg/x11_ext_checks
Rémi Verschelde
2023-08-07
2
-25
/
+22
|
\
\
\
|
*
|
|
[X11] Do not fail DisplayServer init if non-essential extensions are missing.
bruvzg
2023-08-04
2
-25
/
+22
|
|
/
/
*
/
/
Fix native popups auto-closing when interacting with non-client area.
bruvzg
2023-08-07
1
-1
/
+1
|
/
/
*
|
Merge pull request #78539 from EIREXE/input-info
Yuri Sizov
2023-08-03
1
-1
/
+24
|
\
\
|
*
|
Add the ability to get per-platform information for joypads.
Álex Román Núñez
2023-08-02
1
-1
/
+24
|
|
/
*
/
Fix crash on Windows when closing `Window`
Markus Sauermann
2023-08-02
1
-0
/
+6
|
/
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
2
-2
/
+2
*
Merge pull request #79062 from MewPurPur/svg-optimizations
Yuri Sizov
2023-07-12
1
-1
/
+1
|
\
|
*
Optimize SVG icons and remove unused Transpose icon
MewPurPur
2023-07-07
1
-1
/
+1
*
|
Merge pull request #77993 from bruvzg/key_lbl_from_p
Yuri Sizov
2023-07-12
2
-0
/
+25
|
\
\
|
*
|
Implement keyboard_get_label_from_physical method.
bruvzg
2023-06-08
2
-0
/
+25
*
|
|
Merge pull request #76045 from Eoin-ONeill-Yokai/steaminput-fix
Yuri Sizov
2023-07-12
1
-4
/
+10
|
\
\
\
|
*
|
|
Prevent double input events on gamepad when running through steam input
Eoin O'Neill
2023-07-10
1
-4
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #73443 from akien-mga/unbundle-openxr
Yuri Sizov
2023-07-12
1
-0
/
+3
|
\
\
\
|
*
|
|
Allow unbundling OpenXR (for Linux distros)
Rémi Verschelde
2023-06-16
1
-0
/
+3
*
|
|
|
Merge pull request #78437 from bruvzg/set_icon
Yuri Sizov
2023-07-12
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Add error checks and harmonize behavior of the set_icon method.
bruvzg
2023-07-03
1
-0
/
+2
|
|
|
/
/
|
|
/
|
|
[next]