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
*
[Linux/BSD] Fix build without fontconfig.
bruvzg
2022-12-05
2
-3
/
+5
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
4
-33
/
+652
*
Load X11 dynamically
Riteo
2022-12-03
21
-28
/
+12818
*
X11: Don't override glxSwapInterval function pointers loaded by GLAD
Rémi Verschelde
2022-11-16
1
-4
/
+0
*
Set vsync on window creation when using GLES3.
clayjohn
2022-11-15
1
-1
/
+2
*
Load GLX dynamically with GLAD
Riteo Siuga
2022-11-15
4
-28
/
+26
*
Merge pull request #68680 from bruvzg/fc_no_font_sub
Rémi Verschelde
2022-11-15
1
-0
/
+15
|
\
|
*
[fontconfig] Reject font substitutes if non-alias name was used.
bruvzg
2022-11-15
1
-0
/
+15
*
|
Merge pull request #68372 from Riteo/glad2
Rémi Verschelde
2022-11-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Regenerate GL loader code with GLAD 2
Riteo
2022-11-14
1
-1
/
+1
*
|
Merge pull request #68504 from dzil123/cache_system_dir_xdg2
Rémi Verschelde
2022-11-15
2
-7
/
+8
|
\
\
|
|
/
|
/
|
|
*
Cache OS_LinuxBSD::get_system_dir(SYSTEM_DIR_DESKTOP)
dzil123
2022-11-12
2
-7
/
+8
*
|
Fix gl_manager nullptr crash
Markus Sauermann
2022-11-13
1
-1
/
+4
|
/
*
Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change
Markus Sauermann
2022-11-11
1
-2
/
+10
*
Merge pull request #68345 from Abdul-AZ/master
Rémi Verschelde
2022-11-09
1
-1
/
+4
|
\
|
*
Fix static object destructors being called on gpu selection with X11
Abdulrahman Al Zeidi
2022-11-07
1
-1
/
+4
*
|
Add support for OpenGL to OpenXR
David Snopek
2022-11-08
3
-0
/
+18
|
/
*
Merge pull request #67695 from Sauermann/fix-filedrop-space
Rémi Verschelde
2022-11-03
1
-2
/
+2
|
\
|
*
Do not strip spaces at the end of file names of dropped files on linuxbsd
Markus Sauermann
2022-11-03
1
-2
/
+2
*
|
Fix unwanted popup closing by mouse-move while holding mouse-button
Markus Sauermann
2022-11-03
2
-3
/
+1
|
/
*
Merge pull request #68182 from Riteo/x11-folder
Rémi Verschelde
2022-11-03
13
-14
/
+27
|
\
|
*
linuxbsd: move all X11 stuff in its own directory
Riteo
2022-11-02
13
-14
/
+27
*
|
Load and use system emoji font in the editor.
bruvzg
2022-11-01
1
-1
/
+10
|
/
*
Merge pull request #67879 from bruvzg/fix_no_vlk
Rémi Verschelde
2022-10-31
2
-0
/
+8
|
\
|
*
Fix build with Vulkan disabled and no Vulkan headers installed.
bruvzg
2022-10-26
2
-0
/
+8
*
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
2
-3
/
+3
|
\
\
|
*
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
2
-3
/
+3
*
|
|
Merge pull request #67790 from kdada/fix-flash-window
Clay John
2022-10-28
2
-5
/
+10
|
\
\
\
|
*
|
|
Make window creation with custom position do not flash
Wei Guo
2022-10-24
2
-5
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #67914 from Calinou/displayserverx11-no-native-icon
Max Hilbrunner
2022-10-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix `DisplayServer.has_feature()` claiming X11 has native icon support
Hugo Locurcio
2022-10-26
1
-1
/
+1
|
|
/
/
*
|
|
Fix OS.get_video_adapter_driver_info crash
zCubed3
2022-10-27
1
-0
/
+4
*
|
|
Merge pull request #67421 from Sauermann/fix-failure-exit-code
Clay John
2022-10-27
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix Godot exiting with unexpected failure code
Markus Sauermann
2022-10-15
1
-0
/
+1
|
|
/
*
/
Update the DisplayServer video driver error message
clayjohn
2022-10-18
1
-4
/
+15
|
/
*
Merge pull request #67281 from Nidjo123/x11-window-resize
Rémi Verschelde
2022-10-12
1
-0
/
+12
|
\
|
*
Keep rendering context window size in sync when resizing
Nikola Bunjevac
2022-10-11
1
-0
/
+12
*
|
Actually set the execinfo flag on non-glibc systems
Riteo
2022-10-11
1
-0
/
+1
|
/
*
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Rémi Verschelde
2022-10-11
2
-0
/
+204
|
\
|
*
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
MJacred
2022-10-11
2
-0
/
+204
*
|
SCons: Re-enable treating `#warning` as error with `werror`
Rémi Verschelde
2022-10-10
2
-11
/
+0
*
|
Merge pull request #66720 from qarmin/unintialized_memory
Rémi Verschelde
2022-10-05
2
-3
/
+3
|
\
\
|
*
|
Remove usage of unitialized variables
Rafał Mikrut
2022-10-01
2
-3
/
+3
|
|
/
*
|
Merge pull request #63983 from Calinou/scons-linux-execinfo-musl
Rémi Verschelde
2022-10-05
1
-2
/
+4
|
\
\
|
*
|
Automatically use execinfo for crash handler on *BSD and musl-based Linux
Hugo Locurcio
2022-10-04
1
-2
/
+4
*
|
|
Merge pull request #66773 from MladoniSzabi/numpad-no-numlock-bug-linux
Rémi Verschelde
2022-10-04
1
-11
/
+15
|
\
\
\
|
*
|
|
Remapped the numpad keys on linux when numlock is off
MladoniSzabi
2022-10-03
1
-11
/
+15
*
|
|
|
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
2
-14
/
+5
|
|
/
/
|
/
|
|
*
|
|
Fix inconsistent window state on X11.
Matthew Munro (mam552)
2022-10-01
1
-0
/
+5
|
/
/
*
|
Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypy
Rémi Verschelde
2022-09-30
1
-1
/
+6
|
\
\
[next]