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
/
os_linuxbsd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Linux/BSD] Fix build without fontconfig.
bruvzg
2022-12-05
1
-0
/
+2
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-26
/
+124
*
[fontconfig] Reject font substitutes if non-alias name was used.
bruvzg
2022-11-15
1
-0
/
+15
*
Cache OS_LinuxBSD::get_system_dir(SYSTEM_DIR_DESKTOP)
dzil123
2022-11-12
1
-7
/
+6
*
Merge pull request #68182 from Riteo/x11-folder
Rémi Verschelde
2022-11-03
1
-1
/
+1
|
\
|
*
linuxbsd: move all X11 stuff in its own directory
Riteo
2022-11-02
1
-1
/
+1
*
|
Load and use system emoji font in the editor.
bruvzg
2022-11-01
1
-1
/
+10
|
/
*
Fix OS.get_video_adapter_driver_info crash
zCubed3
2022-10-27
1
-0
/
+4
*
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Rémi Verschelde
2022-10-11
1
-0
/
+199
|
\
|
*
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
MJacred
2022-10-11
1
-0
/
+199
*
|
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
1
-3
/
+1
|
/
*
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-16
1
-0
/
+37
*
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-09-10
1
-4
/
+3
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-7
/
+7
*
Remove unused force_quit variable from many OS abstractions
Pedro J. Estébanez
2022-08-27
1
-4
/
+1
*
Fix memory leak when accessing/listing system fonts.
bruvzg
2022-08-09
1
-0
/
+3
*
Load fontconfig libraries dynamically.
bruvzg
2022-07-27
1
-1
/
+17
*
Fix Linux build without fontconfig.
bruvzg
2022-07-27
1
-3
/
+3
*
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-26
1
-0
/
+89
*
Improve embedded PCK loading and exporting.
bruvzg
2022-04-20
1
-0
/
+85
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-3
/
+5
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-10
/
+8
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-2
/
+1
*
Merge pull request #58335 from maiself/fix-directory-delete-linux
Rémi Verschelde
2022-03-10
1
-19
/
+20
|
\
|
*
Fix deleting of directories on Linux
Mai Lavelle
2022-02-20
1
-19
/
+20
*
|
Add missing header for headless builds
MmAaXx500
2022-03-09
1
-0
/
+1
|
/
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+1
*
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-15
1
-0
/
+14
*
Fix memory leak when move to trash fails on Linux
Haoyu Qiu
2022-01-25
1
-5
/
+3
*
Fix multiple missing UTF-8 decoding.
bruvzg
2022-01-06
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
*
Merge pull request #51429 from omar-polo/fix-basename
Rémi Verschelde
2021-10-09
1
-1
/
+4
|
\
|
*
use .get_file() instead of basename(3)
Omar Polo
2021-10-08
1
-1
/
+4
*
|
Add partial support for Android scoped storage.
ne0fhyk
2021-08-16
1
-1
/
+1
*
|
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
|
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-0
/
+64
*
|
Fix for ambiguous variant error during build on Debian 10(Buster) using clang v7
joe
2021-07-13
1
-1
/
+1
*
|
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-12
1
-2
/
+2
|
\
\
|
*
|
Add Time singleton
Aaron Franke
2021-06-11
1
-2
/
+2
|
|
/
*
|
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
\
\
|
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
|
/
*
/
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-3
/
+3
|
/
*
add OpenBSD to OS_LinuxBSD::get_name()
Omar Polo
2021-05-21
1
-0
/
+2
*
Only allow absolute paths in XDG environment variables
Hugo Locurcio
2021-05-20
1
-3
/
+18
*
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
1
-1
/
+1
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-10
/
+10
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
1
-2
/
+2
|
\
|
*
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
1
-2
/
+2
[next]