Kanabenki
|
add91724e6
Fix casting to uint64_t when returning unix system time
|
5 years ago |
Ruslan Mullayanov
|
b4c927b514
Added an exit code to the blocking mode of OS::execute
|
6 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
qarmin
|
9a77d748c0
Fixes minor issues found by static analyzer
|
6 years ago |
hbina085
|
f78baa5f93
added a const keyword for a methods that return constant literal...
|
6 years ago |
Juan Linietsky
|
cd4449e7ab
Add FileAccess::set_unix_permissions for Unix platforms
|
6 years ago |
Juan Linietsky
|
65f3a953de
Remove SIGCHILD handle in OS_Unix, interferes with pclose()
|
6 years ago |
Fabio Alessandrelli
|
0bcf0314f7
Fix jump over uninitialized value in OS Unix/X11
|
6 years ago |
Pedro J. Estébanez
|
9c3ddf05cb
Revert accidental commits
|
6 years ago |
Pedro J. Estébanez
|
fb37284c02
Create class for shared memory blocks [wip]
|
6 years ago |
Rémi Verschelde
|
5fc86026ca
Fix typos with codespell
|
6 years ago |
Ignacio Etcheverry
|
9bd9d21358
Fix OS_Unix::set_environment
|
6 years ago |
Ignacio Etcheverry
|
41873ffa88
Added set_environment to OS class
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
volzhs
|
84d060c768
Added OS.get_system_time_msecs()
|
6 years ago |
Leon Krause
|
5c2c47a174
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill()
|
6 years ago |
Fabio Alessandrelli
|
5393e7310d
Avoid possible overflow in OS_Unix readlink
|
6 years ago |
Marcelo Fernandez
|
d0a5ac577f
Fix OS X get_ticks_usec return value after #22424
|
6 years ago |
Fabio Alessandrelli
|
460e3376a4
Use monotonic clock for get_ticks_usec
|
6 years ago |
Fabio Alessandrelli
|
01c3c1a07b
Properly initialize Winsock on startup
|
7 years ago |
Fabio Alessandrelli
|
30327872e0
Unify StreamPeerTCP/TCP_Server with NetSocket API
|
7 years ago |
Fabio Alessandrelli
|
1b99806b47
Unify PacketPeerUDP using NetSocket
|
7 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Rémi Verschelde
|
72996df656
Revert "Try closing gracefully before terminating process"
|
7 years ago |
Marcin Zawiejski
|
ca1c851dbd
Try closing gracefully before terminating process
|
7 years ago |
bruvzg
|
ce64c2a32e
Fix Linux/X11 build on ARMs.
|
7 years ago |
Blazej Floch
|
c45f44d856
Local debugger fixes and extensions
|
7 years ago |
Robin Hübner
|
8287441955
GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret as relative path.
|
7 years ago |
Leon Krause
|
25800ffb0e
Add RWLockDummy for NO_THREADS builds
|
7 years ago |