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
...
|
*
|
Properly set window class in Wayland
Paulo Poiati
2024-05-22
4
-10
/
+12
*
|
|
SCons: Convert platform `get_flags` to dictionary
Thaddeus Crews
2024-05-22
1
-4
/
+4
|
/
/
*
/
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
1
-3
/
+3
|
/
*
[X11] Fallback to root window size, when Xinerama extension is available, but...
bruvzg
2024-05-14
1
-27
/
+40
*
Set `execinfo=no` by default when compiling for Linux/*BSD
Hugo Locurcio
2024-05-11
1
-7
/
+3
*
DisplayServer: Avoid deadlocks while issuing input events and recursive main ...
Pedro J. Estébanez
2024-05-08
1
-0
/
+2
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
2
-5
/
+5
*
Fix `builtin_embree=no` build linking the wrong version of Embree
Jakub Marcowski
2024-05-08
1
-1
/
+1
*
Merge pull request #89574 from Riteo/scale-your-expectations-with-this-one
Rémi Verschelde
2024-05-07
1
-1
/
+9
|
\
|
*
Wayland: Workaround API limitation in screen/UI scale logic
Riteo
2024-05-07
1
-1
/
+9
*
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
|
/
*
Wayland: Add support for OpenGL ES driver
Riteo
2024-05-03
5
-18
/
+161
*
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
2
-2
/
+2
*
Merge pull request #91247 from AThousandShips/callable_fix
Rémi Verschelde
2024-04-29
1
-1
/
+1
|
\
|
*
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-1
/
+1
*
|
Merge pull request #91220 from Repiteo/scons/colorize-warn-error
Rémi Verschelde
2024-04-29
1
-27
/
+29
|
\
\
|
*
|
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
1
-27
/
+29
|
|
/
*
/
Wayland: Improve compositor compatibility by allowing older globals
Riteo
2024-04-26
2
-119
/
+136
|
/
*
[DBus] Process file dialog callback in the main event loop instead of using d...
bruvzg
2024-04-23
4
-20
/
+54
*
Polish interaction between windowing, input and rendering
Pedro J. Estébanez
2024-04-10
6
-37
/
+3
*
[.NET] Disable output embedding on macOS, move it to the advanced options on ...
bruvzg
2024-04-09
1
-6
/
+13
*
Make sysctl calls on FreeBSD
sambler
2024-04-08
1
-1
/
+25
*
Merge pull request #89935 from bruvzg/dbus_conn_fix
Rémi Verschelde
2024-04-04
2
-90
/
+57
|
\
|
*
[Linux/Portal] Fix incorrect DBus connection usage.
bruvzg
2024-03-27
2
-90
/
+57
*
|
Merge pull request #89907 from bruvzg/nat_dlg_ftr_flags
Rémi Verschelde
2024-03-28
2
-2
/
+6
|
\
\
|
*
|
[DisplayServer] Add separate feature flags for different native dialog types.
bruvzg
2024-03-26
2
-2
/
+6
|
|
/
*
|
Merge pull request #89716 from theromis/master
Rémi Verschelde
2024-03-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add icon source size to warning about "too large icon dimensions" to help fas...
Roman Vasilyev
2024-03-22
1
-1
/
+1
*
|
Merge pull request #87831 from Riteo/bitfield-xor
Rémi Verschelde
2024-03-26
1
-1
/
+1
|
\
\
|
*
|
Core: Implement a XOR operator for BitField
Riteo
2024-02-01
1
-1
/
+1
*
|
|
Merge pull request #89707 from AThousandShips/typo_fix
Rémi Verschelde
2024-03-24
1
-1
/
+1
|
\
\
\
|
*
|
|
[Wayland] Fix typo in input code
A Thousand Ships
2024-03-20
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #89229 from akien-mga/main-refactor-os-exit-code
Rémi Verschelde
2024-03-24
1
-6
/
+7
|
\
\
\
|
*
|
|
Refactor OS exit code to be `EXIT_SUCCESS` by default
Rémi Verschelde
2024-03-08
1
-6
/
+7
*
|
|
|
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-6
/
+3
|
|
/
/
|
/
|
|
*
|
|
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
2
-5
/
+5
*
|
|
Merge pull request #89393 from Repiteo/retire-subprocess_main
Rémi Verschelde
2024-03-11
1
-13
/
+5
|
\
\
\
|
*
|
|
SCons: Remove `run_in_subprocess` dependency
Thaddeus Crews
2024-03-11
1
-13
/
+5
*
|
|
|
Merge pull request #86101 from GrammAcc/partial-fix-68305
Rémi Verschelde
2024-03-11
1
-13
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[X11] Partial Fix Godot Editor and Project Manager steals focus on a window m...
Dalton Lang
2024-02-05
1
-13
/
+0
|
|
|
/
|
|
/
|
*
|
|
SCons: Convert remaining `run_in_subprocess` to `env.Run`
Thaddeus Crews
2024-03-10
1
-2
/
+1
*
|
|
Merge pull request #89328 from Riteo/wayland-cursor-frame-opt
Rémi Verschelde
2024-03-09
1
-7
/
+14
|
\
\
\
|
*
|
|
Wayland: Setup next cursor frame callback only if animated
Riteo
2024-03-09
1
-7
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #89307 from alesliehughes/wayland_usage
Rémi Verschelde
2024-03-09
1
-4
/
+24
|
\
\
\
|
*
|
|
wayland: Stop possible Null pointer dereferences
Alistair Leslie-Hughes
2024-03-09
1
-4
/
+24
|
|
/
/
*
/
/
wayland: Stop unreachable warning
Alistair Leslie-Hughes
2024-03-09
1
-2
/
+2
|
/
/
*
|
Merge pull request #87452 from bruvzg/native_menu
Rémi Verschelde
2024-03-06
4
-0
/
+27
|
\
\
|
*
|
Move `global_menu_*` methods to a separate `NativeMenu` class.
bruvzg
2024-03-04
4
-0
/
+27
*
|
|
Merge pull request #88520 from LinuxUserGD/execinfo
Rémi Verschelde
2024-03-05
2
-8
/
+14
|
\
\
\
|
*
|
|
Disable the crash handler if execinfo=no scons option is set
LinuxUserGD
2024-02-18
2
-8
/
+14
[prev]
[next]