godot/core/os
2017-12-27 15:22:04 -03:00
..
copymem.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
dir_access.cpp Fix Windows-to-Linux export error 2017-12-06 20:46:38 +01:00
dir_access.h Allow configuring iOS export 2017-11-21 01:16:49 +07:00
file_access.cpp Reimport now checks source path changes and imported files and their md5, fixes #14728 2017-12-27 15:22:04 -03:00
file_access.h Reimport now checks source path changes and imported files and their md5, fixes #14728 2017-12-27 15:22:04 -03:00
input.cpp Input: expose joy_connection_changed() 2017-10-11 18:55:57 +02:00
input.h Rename pos to position in user facing methods and variables 2017-09-20 13:11:10 +02:00
input_event.cpp Removed the InputEvent ID field, which was unused and can cause bugs. 2017-12-26 09:49:31 -03:00
input_event.h Removed the InputEvent ID field, which was unused and can cause bugs. 2017-12-26 09:49:31 -03:00
keyboard.cpp Merge pull request #11933 from cxong/master 2017-11-21 14:25:09 -03:00
keyboard.h Use "Command" instead of "Meta" for macOS (#1619) 2017-10-08 17:23:05 +10:00
main_loop.cpp Bind MainLoop.notif_wm_go_back_request 2017-10-22 14:07:24 +07:00
main_loop.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
memory.cpp Add placement deletes to avoid warnings on VC++ 2017-11-19 21:25:18 +01:00
memory.h Add placement deletes to avoid warnings on VC++ 2017-11-19 21:25:18 +01:00
mutex.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mutex.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
os.cpp Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. 2017-12-16 17:11:02 -03:00
os.h Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. 2017-12-16 17:11:02 -03:00
rw_lock.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
rw_lock.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
semaphore.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
semaphore.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
shell.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
shell.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
thread.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
thread.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
thread_dummy.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
thread_dummy.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
thread_safe.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
thread_safe.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
threaded_array_processor.cpp -Removed OpenMP support, replaced by a custom class. 2017-12-24 09:32:12 -03:00
threaded_array_processor.h -Removed OpenMP support, replaced by a custom class. 2017-12-24 09:32:12 -03:00