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
/
drivers
/
unix
/
os_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-1
/
+1
|
\
|
*
Convert line breaks to `\n` and strip line break from the end of string retur...
Pāvels Nadtočajevs
2024-11-23
1
-1
/
+1
*
|
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-2
/
+6
|
\
|
|
*
[Net] Properly rename NetSocketPosix to NetSocketUnix
Fabio Alessandrelli
2024-11-13
1
-2
/
+6
*
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-4
/
+83
|
\
|
|
*
Merge pull request #91201 from bruvzg/con_type
Thaddeus Crews
2024-11-12
1
-3
/
+82
|
|
\
|
|
*
[OS] Add functions to determine standard I/O device type.
bruvzg
2024-11-06
1
-3
/
+82
|
*
|
[Net] Split Unix/Windows NetSocket implementation
Fabio Alessandrelli
2024-11-10
1
-1
/
+1
|
|
/
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
Add support for non-blocking IO mode to `OS.execute_with_pipe`.
bruvzg
2024-09-06
1
-3
/
+3
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-8
/
+8
*
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
1
-3
/
+3
*
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
1
-1
/
+1
*
Add get_process_exit_code() method
kobewi
2024-04-16
1
-0
/
+43
*
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
1
-1
/
+1
*
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
bruvzg
2024-03-27
1
-0
/
+102
*
Merge pull request #86936 from akx/env-utf-8
Rémi Verschelde
2024-03-11
1
-3
/
+8
|
\
|
*
Attempt to parse environment variables as UTF-8
Aarni Koskela
2024-01-07
1
-3
/
+8
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-2
/
+2
*
|
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
1
-0
/
+2
|
/
*
Merge pull request #84469 from time-killer-games/patch-1
Rémi Verschelde
2024-01-04
1
-1
/
+16
|
\
|
*
Fix NetBSD Executable Path
Samuel Venable
2023-11-06
1
-1
/
+16
*
|
Distinguishs between dynamic library not found and can't be opened.
Daylily-Zeleen
2024-01-01
1
-0
/
+2
|
/
*
Linux: Disable RTLD_DEEPBIND mode for dlopen() in sanitizer builds
David Snopek
2023-10-30
1
-1
/
+7
*
On Linux, favor local symbols when loading a shared library
David Snopek
2023-10-07
1
-1
/
+5
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-2
/
+2
*
Fix formatting of dlopen error message on Windows
Kamil Brzoskowski
2023-07-09
1
-1
/
+1
*
Remove uses of `vformat()` with no placeholders
Hugo Locurcio
2023-06-28
1
-1
/
+1
*
[OS] Implement and expose to scripting APIs `get_memory_info` method instead ...
bruvzg
2023-04-24
1
-1
/
+204
*
OS: Add `unset_environment`, better validate input
Rémi Verschelde
2023-01-16
1
-6
/
+13
*
Merge pull request #70714 from Calinou/doc-os-stdin
Rémi Verschelde
2023-01-12
1
-7
/
+3
|
\
|
*
Improve documentation for `OS.read_string_from_stdin()`
Hugo Locurcio
2023-01-11
1
-7
/
+3
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Fix reading Unicode from stdio.
bruvzg
2022-12-21
1
-4
/
+2
*
[iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha...
bruvzg
2022-11-16
1
-1
/
+1
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-3
/
+3
*
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Rémi Verschelde
2022-10-11
1
-0
/
+4
|
\
|
*
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
MJacred
2022-10-11
1
-0
/
+4
*
|
Merge pull request #64815 from RandomShaper/default_cpu_count
Rémi Verschelde
2022-10-06
1
-4
/
+0
|
\
\
|
*
|
Keep a single, portable implementation of `OS::get_processor_count()`
Pedro J. Estébanez
2022-10-05
1
-4
/
+0
*
|
|
Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA...
Rémi Verschelde
2022-10-04
1
-2
/
+1
|
\
\
\
|
*
|
|
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
1
-2
/
+1
|
|
/
/
*
/
/
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-10-03
1
-2
/
+0
|
/
/
*
/
SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines
Rémi Verschelde
2022-09-23
1
-5
/
+0
|
/
*
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-16
1
-0
/
+8
*
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-09-10
1
-17
/
+4
[next]