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
...
*
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
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
|
/
*
Fixes move_to_trash() on Linux
David Kennedy
2020-12-07
1
-32
/
+114
*
Changed shell_open behaviour
Ev1lbl0w
2020-10-26
1
-6
/
+27
*
Port ClassDB tests to use doctest
Andrii Doroshenko (Xrayez)
2020-08-16
1
-1
/
+3
*
X11: Ensure XGetWindowProperty data gets freed
Rémi Verschelde
2020-06-29
1
-8
/
+5
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-7
/
+14
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-25
/
+0
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-0
/
+381
[prev]