godot/drivers/unix
Karroffel 135c2112ad added an optional parameter to OS symbol lookup
When looking up a symbol from a library, previously an error was
shown when the symbol did not exist. That caused confusion when the
lookup was completely optional.
This adds a new parameter to that method so that those errors can
be handled manually if needed.
2017-07-27 11:13:21 +02:00
..
dir_access_unix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
dir_access_unix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_unix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_unix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ip_unix.cpp Fix local ip addresses (interfaces) detection. 2017-05-08 22:27:06 +02:00
ip_unix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
mutex_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
mutex_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
os_unix.cpp added an optional parameter to OS symbol lookup 2017-07-27 11:13:21 +02:00
os_unix.h added an optional parameter to OS symbol lookup 2017-07-27 11:13:21 +02:00
packet_peer_udp_posix.cpp Fix UDP wait() not returning after first received packet 2017-05-05 17:41:11 +02:00
packet_peer_udp_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
rw_lock_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
rw_lock_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00
semaphore_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
semaphore_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
socket_helpers.h Socket helpers now fall back to ipv4 on systems where ipv6 is disabled. 2017-05-08 21:53:23 +02:00
stream_peer_tcp_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_peer_tcp_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tcp_server_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tcp_server_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
thread_posix.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
thread_posix.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00