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
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-2
/
+2
*
Make sysctl calls on FreeBSD
sambler
2024-04-08
1
-1
/
+25
*
os_linuxbsd.cpp: include `servers/rendering_server.h`
LinuxUserGD
2024-02-19
1
-0
/
+1
*
Wayland: suspend window after frame timeout or suspend state
Riteo
2024-02-15
1
-8
/
+0
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
*
Add Wayland support
Riteo
2024-01-30
1
-0
/
+16
*
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
[Linux/Freedesktop] Implement native file selection dialog support.
bruvzg
2023-08-17
1
-0
/
+21
*
Fix Linux `move_to_trash` wrongly reporting files as not found
Rémi Verschelde
2023-07-11
1
-23
/
+11
*
Merge pull request #67158 from amoriqbal/fix_error_message
Rémi Verschelde
2023-06-19
1
-13
/
+22
|
\
|
*
Changed the conditions for firing 'No such file or directory' error
Amor Iqbal
2022-10-10
1
-13
/
+22
*
|
Fix `bsd` feature tag includes only "other BSDs"
Danil Alexeev
2023-06-15
1
-1
/
+9
*
|
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-7
/
+7
*
|
Replace get_rendering_device() call to prevent crashes on OpenGL.
MJacred
2023-06-06
1
-3
/
+3
*
|
Copy system info to clipboard + Update bug_report.yml
MJacred
2023-05-27
1
-21
/
+26
*
|
Merge pull request #76836 from Faless/tls/system_certs
Rémi Verschelde
2023-05-12
1
-0
/
+35
|
\
\
|
*
|
[TLS] Add support for platform-specific CA bundles.
Fabio Alessandrelli
2023-05-12
1
-0
/
+35
*
|
|
Fix 'linux' and specific BSD feature tags
David Snopek
2023-05-11
1
-0
/
+5
|
/
/
*
|
Redo how the remote filesystem works
Juan Linietsky
2023-05-08
1
-0
/
+4
*
|
[Linux/BSD] Add dynamically loaded library version checks.
bruvzg
2023-03-20
1
-0
/
+10
*
|
[TextServer] Add invalid font scaling check, restrict Linux/BSD system fonts ...
bruvzg
2023-03-10
1
-64
/
+73
*
|
[Linux] Make SO wrapper usage optional.
bruvzg
2023-02-16
1
-0
/
+4
*
|
Use a "warning" icon in `OS.alert()` on Linux/*BSD
Hugo Locurcio
2023-02-02
1
-2
/
+4
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
[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
|
\
[next]