godot/drivers/unix
Rémi Verschelde 6334895088 Display error type (error, warning, script error) in OS::print_error
Previously all types of errors would be shown as ERROR, thus making for example warnings (WARN_PRINT) somewhat aggressive.
ERROR is displayed in red, WARNING in yellow and SCRIPT ERROR in magenta (though the latter does not seem used so far).
Fixes #1127.
2015-11-10 18:29:34 +01:00
..
dir_access_unix.cpp -fix local and global usage for DirAccess, fixes #791 2015-04-18 20:11:33 -03:00
dir_access_unix.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
file_access_unix.cpp HTML5 exporter seems to be fully functional 2015-09-12 10:54:47 -03:00
file_access_unix.h HTML5 exporter seems to be fully functional 2015-09-12 10:54:47 -03:00
ip_unix.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
ip_unix.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
memory_pool_static_malloc.cpp -Fixes from source code analyzizer, closes #1768 2015-05-01 10:44:08 -03:00
memory_pool_static_malloc.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
mutex_posix.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
mutex_posix.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
os_unix.cpp Display error type (error, warning, script error) in OS::print_error 2015-11-10 18:29:34 +01:00
os_unix.h Add OS.get_system_time_msec 2015-08-06 10:29:33 -07:00
packet_peer_udp_posix.cpp Haiku: fix building with UNIX_ENABLED. 2015-05-25 03:49:24 +03:00
packet_peer_udp_posix.h UDP Fixes 2014-11-13 00:53:12 -03:00
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
semaphore_posix.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
semaphore_posix.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
stream_peer_tcp_posix.cpp Haiku: remove an #ifdef as the platform now supports MSG_NOSIGNAL 2015-06-10 21:18:39 +03:00
stream_peer_tcp_posix.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
tcp_server_posix.cpp Haiku: fix building with UNIX_ENABLED. 2015-05-25 03:49:24 +03:00
tcp_server_posix.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
thread_posix.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
thread_posix.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00