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
*
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
*
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...
bruvzg
2019-10-24
1
-0
/
+2
*
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
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-14
/
+6
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-1
/
+1
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
1
-1
/
+1
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
1
-2
/
+16
*
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
1
-2
/
+0
*
Create class for shared memory blocks [wip]
Pedro J. Estébanez
2019-03-20
1
-0
/
+2
*
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-1
/
+1
*
Fix OS_Unix::set_environment
Ignacio Etcheverry
2019-02-04
1
-1
/
+1
*
Added set_environment to OS class
Ignacio Etcheverry
2019-02-03
1
-0
/
+5
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Added OS.get_system_time_msecs()
volzhs
2018-12-20
1
-0
/
+6
*
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()
Leon Krause
2018-10-29
1
-0
/
+6
*
Avoid possible overflow in OS_Unix readlink
Fabio Alessandrelli
2018-10-07
1
-2
/
+4
*
Fix OS X get_ticks_usec return value after #22424
Marcelo Fernandez
2018-09-30
1
-1
/
+1
*
Use monotonic clock for get_ticks_usec
Fabio Alessandrelli
2018-09-29
1
-7
/
+38
*
Properly initialize Winsock on startup
Fabio Alessandrelli
2018-09-13
1
-0
/
+2
*
Unify StreamPeerTCP/TCP_Server with NetSocket API
Fabio Alessandrelli
2018-09-12
1
-4
/
+0
*
Unify PacketPeerUDP using NetSocket
Fabio Alessandrelli
2018-09-12
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-14
/
+12
*
Revert "Try closing gracefully before terminating process"
Rémi Verschelde
2018-08-27
1
-1
/
+1
*
Try closing gracefully before terminating process
Marcin Zawiejski
2018-08-20
1
-1
/
+1
*
Fix Linux/X11 build on ARMs.
bruvzg
2018-05-11
1
-1
/
+1
*
Local debugger fixes and extensions
Blazej Floch
2018-05-07
1
-0
/
+17
*
GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...
Robin Hübner
2018-04-28
1
-0
/
+6
*
Add RWLockDummy for NO_THREADS builds
Leon Krause
2018-03-20
1
-1
/
+2
*
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-04
1
-9
/
+0
*
Clean up some bad words from code comments
Artem Varaksa
2018-02-17
1
-1
/
+1
*
Fix use of execvp, earlier fix was short sighted and only worked
sambler
2018-01-08
1
-11
/
+13
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Add support from properly exporting shared objects, needed for GDNative export
Juan Linietsky
2018-01-04
1
-1
/
+14
*
Fix crash in OS::execute on FreeBSD
Rémi Verschelde
2018-01-04
1
-1
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Drop unused OS_Unix::has_data and related logic
Rémi Verschelde
2017-12-10
1
-32
/
+2
*
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-07
1
-1
/
+1
[next]