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
*
Disable colored console output when standard output isn't a TTY
Hugo Locurcio
2020-01-04
1
-8
/
+24
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
20
-40
/
+40
*
Make NetSockets quiter.
Fabio Alessandrelli
2019-12-17
2
-15
/
+35
*
UDP sockets broadcast is now disabled by default.
Fabio Alessandrelli
2019-12-14
1
-4
/
+6
*
NetSocket set_broadcast_enabled returns Error enum
Fabio Alessandrelli
2019-12-10
2
-4
/
+6
*
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-11-01
1
-0
/
+1
*
Merge pull request #32617 from Faless/fix/fopen_close_exec
Rémi Verschelde
2019-10-26
1
-4
/
+23
|
\
|
*
Disable file descriptor sharing with subprocs.
Fabio Alessandrelli
2019-10-07
1
-4
/
+23
*
|
Use WSAConnect instead of connect on Windows.
Fabio Alessandrelli
2019-10-25
1
-1
/
+5
*
|
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...
bruvzg
2019-10-24
3
-2
/
+4
*
|
Merge pull request #32616 from Faless/net/fix_close_exec
Rémi Verschelde
2019-10-08
2
-0
/
+19
|
\
\
|
*
|
Disable socket descriptor sharing with subprocs.
Fabio Alessandrelli
2019-10-07
2
-0
/
+19
|
|
/
*
|
Merge pull request #32454 from jeronimo-schreyer/disable_unix_socket
Rémi Verschelde
2019-10-08
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Optional Unix Socket disable for devices that do not support it
Jairo
2019-09-30
1
-0
/
+2
*
|
IP: Fix build error on UWP
Rémi Verschelde
2019-10-02
1
-1
/
+1
*
|
Fix casting to uint64_t when returning unix system time
Kanabenki
2019-10-01
1
-1
/
+1
*
|
Added an exit code to the blocking mode of OS::execute
Ruslan Mullayanov
2019-09-26
1
-1
/
+1
*
|
Added some obvious errors explanations
qarmin
2019-09-25
2
-12
/
+13
|
/
*
Support for file not found in ConfigFile::Load and handle a few specific cases
PouleyKetchoupp
2019-08-21
1
-2
/
+11
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
3
-21
/
+9
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
5
-19
/
+1
*
Optimize DirAccessUnix::get_next() for some file systems
Hadrien
2019-07-29
1
-18
/
+13
*
Revert "Optimize DirAccessUnix::get_next() for some file systems"
Geequlim
2019-07-21
1
-14
/
+10
*
Optimize DirAccessUnix::get_next() for some file systems
Hadrien
2019-07-17
1
-10
/
+14
*
Use reference to constant in functions
qarmin
2019-07-10
2
-2
/
+2
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-1
/
+1
*
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-4
/
+4
|
\
|
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-4
/
+4
*
|
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
\
|
*
|
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
*
|
|
Fix ip_unix.cpp inclusion order for OpenBSD.
Fabio Alessandrelli
2019-06-28
1
-1
/
+1
*
|
|
Properly disable SIGPIPE on OSX network sockets.
Fabio Alessandrelli
2019-06-28
1
-8
/
+9
|
|
/
|
/
|
*
|
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
3
-9
/
+3
|
\
\
|
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
3
-9
/
+3
*
|
|
Merge pull request #29935 from Faless/net/get_if_multicast_pr
Rémi Verschelde
2019-06-21
4
-28
/
+123
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Multicast support in NetSocket/PacketPeerUDP
Fabio Alessandrelli
2019-06-21
2
-0
/
+71
|
*
|
Implement IP.get_local_interfaces.
Fabio Alessandrelli
2019-06-21
2
-28
/
+52
*
|
|
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix always true/false values
qarmin
2019-06-20
1
-1
/
+1
|
|
/
*
/
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-06-15
1
-3
/
+3
|
/
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
2
-2
/
+2
*
Ignore a warning in _get_socket_error (-Wlogical-op).
marxin
2019-05-02
1
-0
/
+11
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
4
-7
/
+38
*
Remove SIGCHILD handle in OS_Unix, interferes with pclose()
Juan Linietsky
2019-04-07
1
-17
/
+0
*
Fix jump over uninitialized value in OS Unix/X11
Fabio Alessandrelli
2019-04-09
1
-0
/
+1
*
Revert accidental commits
Pedro J. Estébanez
2019-03-20
3
-254
/
+0
*
Create class for shared memory blocks [wip]
Pedro J. Estébanez
2019-03-20
3
-0
/
+254
*
Merge pull request #26159 from marxin/fix-Wsuggest-attribute=format
Rémi Verschelde
2019-02-27
1
-1
/
+1
|
\
|
*
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-27
1
-1
/
+1
*
|
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-1
/
+1
|
/
[next]