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
*
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
1
-1
/
+1
*
doc: Warn about using Node internal processing
Rémi Verschelde
2020-11-20
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
6
-8
/
+8
*
Fix wrong exit code being returned
Ev1lbl0w
2020-10-24
1
-1
/
+1
*
Hides special folders in FileDialog for macOS
Haoyu Qiu
2020-09-28
2
-1
/
+6
*
NetBSD: Implement OS_Unix::get_executable_path()
Rémi Verschelde
2020-09-18
1
-2
/
+2
*
Linux/BSD: Fix support for NetBSD
Rémi Verschelde
2020-09-18
1
-4
/
+6
*
Replace calls to gmtime with gmtime_r and localtime with localtime_r.
Marcel Admiraal
2020-09-04
1
-17
/
+18
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-1
/
+1
*
[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
[next]