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
*
[macOS] Fix crash on failed `fork`.
bruvzg
2020-08-11
1
-1
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-2
/
+2
*
Merge pull request #38713 from aaronfranke/string-64bit
Rémi Verschelde
2020-07-01
1
-1
/
+1
|
\
|
*
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-1
/
+1
*
|
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-31
2
-16
/
+4
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
7
-70
/
+128
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
2
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
13
-123
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
4
-16
/
+7
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-5
/
+15
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
8
-44
/
+44
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-2
/
+2
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Make file formatting comply with POSIX and Unix standards
Aaron Franke
2020-03-21
1
-1
/
+1
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-4
/
+6
*
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-05
3
-150
/
+0
|
\
|
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
3
-150
/
+0
*
|
Merge pull request #36069 from RandomShaper/imvu/improve_drives_ux
Rémi Verschelde
2020-03-04
2
-2
/
+8
|
\
\
|
*
|
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
2
-2
/
+8
|
|
/
*
/
os: execute parse the command output from utf8
Mateo Dev .59
2020-03-03
1
-1
/
+1
|
/
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
3
-137
/
+0
*
Fix set_reuse_address on non-Windows platforms.
Fabio Alessandrelli
2020-02-19
1
-2
/
+0
*
Merge pull request #36321 from Faless/net/win_tcp_noreuse
Rémi Verschelde
2020-02-18
1
-3
/
+10
|
\
|
*
Disable NetSocket reuse address on Windows.
Fabio Alessandrelli
2020-02-18
1
-3
/
+10
*
|
Add peek option to NetSocket recv_from.
Fabio Alessandrelli
2020-02-16
2
-3
/
+3
|
/
*
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
2
-3
/
+3
*
Merge pull request #35301 from Calinou/improve-console-error-logging
Rémi Verschelde
2020-02-10
1
-13
/
+13
|
\
|
*
Improve the console error logging appearance
Hugo Locurcio
2020-01-19
1
-13
/
+13
*
|
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-23
1
-1
/
+1
|
/
*
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
[next]