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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
3
-3
/
+3
|
\
|
*
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 pull request #96399 from andyprice/fileperms
Thaddeus Crews
2024-11-21
2
-2
/
+2
|
|
\
|
|
*
unix: Limit named pipe permissions to the current user
Andrew Price
2024-09-06
1
-1
/
+1
|
|
*
unix: Don't create world-writable files when safe save is enabled
Andrew Price
2024-09-06
1
-1
/
+1
*
|
|
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
3
-75
/
+8
|
\
|
|
|
*
|
Merge pull request #99026 from Faless/net/split_ip
Thaddeus Crews
2024-11-18
2
-74
/
+7
|
|
\
\
|
|
*
|
[Net] Split Unix/Windows IP implementation
Fabio Alessandrelli
2024-11-12
2
-74
/
+7
|
*
|
|
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
3
-40
/
+44
|
\
|
|
|
|
*
|
|
[Net] Properly rename NetSocketPosix to NetSocketUnix
Fabio Alessandrelli
2024-11-13
3
-40
/
+44
*
|
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
4
-260
/
+169
|
\
|
|
|
|
*
|
|
Merge pull request #91201 from bruvzg/con_type
Thaddeus Crews
2024-11-12
2
-4
/
+87
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
[OS] Add functions to determine standard I/O device type.
bruvzg
2024-11-06
2
-4
/
+87
|
*
|
|
Merge pull request #98969 from Faless/net/split_sockets
Thaddeus Crews
2024-11-12
3
-256
/
+82
|
|
\
\
\
|
|
*
|
|
[Net] Split Unix/Windows NetSocket implementation
Fabio Alessandrelli
2024-11-10
3
-256
/
+82
|
|
|
/
/
*
|
|
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
2
-0
/
+45
|
\
|
|
|
|
*
|
|
Warn on filesystem case mismatch
Valentin Cocaud
2024-11-08
2
-0
/
+45
|
|
/
/
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
16
-32
/
+32
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
16
-0
/
+32
*
|
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
/
*
|
[Linux/BSD] Fix cross-device rename.
bruvzg
2024-10-02
1
-1
/
+11
*
|
Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2
Rémi Verschelde
2024-09-26
1
-1
/
+0
|
\
\
|
*
|
Fix slow editor load on large projects (v2)
Hilderin
2024-09-25
1
-1
/
+0
*
|
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
/
*
|
Adding a macro on NetSocketPosix to pick the right type for FIONREAD len
Pablo Andres Fuente
2024-09-17
1
-1
/
+3
*
|
Merge pull request #96643 from bruvzg/fs_links
Rémi Verschelde
2024-09-12
1
-0
/
+9
|
\
\
|
*
|
[FileSystem Dock] Add symlink indicator and tooltip.
bruvzg
2024-09-06
1
-0
/
+15
|
|
/
*
|
Merge pull request #96639 from bruvzg/symlink_ren
Rémi Verschelde
2024-09-06
1
-0
/
+6
|
\
\
|
*
|
Fix renaming directory symlinks on Linux.
bruvzg
2024-09-06
1
-0
/
+6
|
|
/
*
/
Add support for non-blocking IO mode to `OS.execute_with_pipe`.
bruvzg
2024-09-06
4
-9
/
+17
|
/
*
Reduce code duplication in FileAccess
BlueCube3310
2024-09-01
4
-124
/
+4
*
Fix reload of GDExtension libraries in framework package on macos
Joel Croteau
2024-08-08
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
2
-9
/
+9
*
Merge pull request #90403 from bruvzg/file_resize
Rémi Verschelde
2024-04-22
3
-0
/
+19
|
\
|
*
[FileAccess] Implement `resize` method.
bruvzg
2024-04-12
3
-0
/
+19
*
|
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
2
-4
/
+4
*
|
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
2
-2
/
+2
*
|
Merge pull request #90358 from KoBeWi/finding_errors_in_other_apps
Rémi Verschelde
2024-04-16
2
-0
/
+51
|
\
\
|
*
|
Add get_process_exit_code() method
kobewi
2024-04-16
2
-0
/
+51
|
|
/
*
/
[Unix / DirAccess] Fix removing directory symlinks with `remove`, ensure `era...
bruvzg
2024-04-12
1
-2
/
+2
|
/
*
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
2
-2
/
+2
*
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
bruvzg
2024-03-27
4
-0
/
+384
*
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
*
|
fix FileAccessUnix on OpenBSD: there is no UF_HIDDEN
Omar Polo
2024-03-01
1
-2
/
+2
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
4
-8
/
+8
*
|
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 #84107 from BlueCube3310/file-access-optimization
Rémi Verschelde
2024-01-04
2
-0
/
+81
|
\
|
*
Use platform-specific methods for FileAccess reading and writing
BlueCube3310
2023-10-29
2
-0
/
+81
[next]