godot/drivers/unix
Juan Linietsky a120c66f98 -Removed OS.get_system_time_msec(), this is undoable on Windows and also unusable from GDscript due to precision.
-Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
2016-01-10 18:24:55 -03:00
..
dir_access_unix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
dir_access_unix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_unix.cpp -Added a new mode, WRITE_READ to File, to recover compatibility with old projects but also achieve desired functionality. Closes #3272 2016-01-10 15:15:04 -03:00
file_access_unix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ip_unix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ip_unix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
memory_pool_static_malloc.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
memory_pool_static_malloc.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
mutex_posix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
mutex_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
os_unix.cpp -Removed OS.get_system_time_msec(), this is undoable on Windows and also unusable from GDscript due to precision. 2016-01-10 18:24:55 -03:00
os_unix.h -Removed OS.get_system_time_msec(), this is undoable on Windows and also unusable from GDscript due to precision. 2016-01-10 18:24:55 -03:00
packet_peer_udp_posix.cpp Fixed mistake where available buffer size would not be updated for each recvfrom-call in PacketPeerUDPWinsockPposix. 2015-11-19 19:06:01 +01:00
packet_peer_udp_posix.h UDP Fixes 2014-11-13 00:53:12 -03:00
SCsub Fix windows build 2015-12-09 16:06:00 +01:00
semaphore_posix.cpp having active items is pointless in input map 2016-01-03 18:52:42 -03:00
semaphore_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
stream_peer_tcp_posix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
stream_peer_tcp_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tcp_server_posix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tcp_server_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
thread_posix.cpp Fix pthread renaming in Open/FreeBSD 2016-01-09 15:56:31 +01:00
thread_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00