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 pull request #45157 from madmiraal/fix-44514
Rémi Verschelde
2021-01-13
1
-2
/
+4
|
\
|
*
Raise SIGKILL instead of CRASH_NOW in child process when fork fails
Marcel Admiraal
2021-01-13
1
-2
/
+4
*
|
Fix OS::execute() and OS::create_process() command line argument CharStrings ...
bruvzg
2021-01-13
1
-6
/
+16
|
/
*
Merge pull request #44514 from madmiraal/split-os-execute
Rémi Verschelde
2021-01-12
2
-43
/
+52
|
\
|
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
2
-43
/
+52
*
|
Merge pull request #42740 from lolleko/fix-nanosleep-usage
Rémi Verschelde
2021-01-11
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fix nanosleep usage
Lorenz Junglas
2020-10-12
1
-2
/
+5
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
16
-32
/
+32
*
|
Add override keywords to core/os.h derived classes.
Marcel Admiraal
2020-12-17
1
-25
/
+25
*
|
Remove now unused FileAccessBuffered.
Fabio Alessandrelli
2020-12-06
1
-1
/
+0
*
|
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
|
/
[prev]
[next]