godot/drivers/unix
Kyle Luce 674c6f2f2d Add function to convert Date time from a dictionary to Epoch
- Also changed get_time_from_unix_time to get_date_time_from_unix_time to be
  consistent.

Ticket:
https://github.com/godotengine/godot/issues/4038
2016-03-16 23:13:39 -07:00
..
dir_access_unix.cpp Added relative paths for DirAccess::remove() 2016-03-01 10:40:31 +00: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 Fix allocation bug if compiled with modern clang or gcc 2016-02-19 07:58:42 +01: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 Add function to convert Date time from a dictionary to Epoch 2016-03-16 23:13:39 -07: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
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 thread renaming 2016-01-31 20:23:24 -03:00
thread_posix.h thread renaming 2016-01-31 20:23:24 -03:00