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
/
os_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-5
/
+5
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-3
/
+3
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
1
-1
/
+6
*
Add OS::is_process_running function.
mdavisprog
2022-05-03
1
-0
/
+9
*
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
1
-1
/
+6
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
1
-2
/
+2
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-4
/
+5
*
[OS/Crypto] Add get_entropy to OS.
Fabio Alessandrelli
2022-02-14
1
-0
/
+40
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-2
/
+2
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-2
/
+2
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Fix data directory of unnamed projects
kobewi
2021-11-18
1
-1
/
+1
*
Update Time documentation
Aaron Franke
2021-10-28
1
-4
/
+4
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-1
/
+1
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-1
/
+1
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-4
/
+0
*
Add Time singleton
Aaron Franke
2021-06-11
1
-2
/
+2
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-1
/
+1
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-5
/
+4
*
Modernize RWLock
Pedro J. Estébanez
2021-01-19
1
-3
/
+0
*
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
1
-42
/
+50
|
\
|
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-42
/
+50
*
|
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
1
-2
/
+2
*
|
Remove now unused FileAccessBuffered.
Fabio Alessandrelli
2020-12-06
1
-1
/
+0
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
|
Fix wrong exit code being returned
Ev1lbl0w
2020-10-24
1
-1
/
+1
|
/
*
NetBSD: Implement OS_Unix::get_executable_path()
Rémi Verschelde
2020-09-18
1
-2
/
+2
*
Replace calls to gmtime with gmtime_r and localtime with localtime_r.
Marcel Admiraal
2020-09-04
1
-17
/
+18
*
[macOS] Fix crash on failed `fork`.
bruvzg
2020-08-11
1
-1
/
+1
*
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-31
1
-13
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-18
/
+32
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-29
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-10
/
+10
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
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
1
-5
/
+0
|
\
|
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
1
-5
/
+0
*
|
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
1
-3
/
+0
*
Improve the console error logging appearance
Hugo Locurcio
2020-01-19
1
-13
/
+13
*
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
1
-2
/
+2
[prev]
[next]