godot/core/os
2016-10-10 18:31:01 -03:00
..
copymem.cpp
copymem.h
dir_access.cpp Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 2016-06-18 11:13:03 -03:00
dir_access.h Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 2016-06-18 11:13:03 -03:00
file_access.cpp Add sha256 to String and File/FileAccess. 2016-06-17 10:55:16 +03:00
file_access.h Add sha256 to String and File/FileAccess. 2016-06-17 10:55:16 +03:00
input_event.cpp Fix input action pressed state not changing for quick joystick movements. 2016-09-15 19:30:35 +02:00
input_event.h Properly deliver localized coordinates when passing gui events through parents, closes #4215 2016-06-27 10:00:36 -03:00
input.cpp Code completion for is_action_just_{pressed, released} 2016-09-26 22:16:27 +02:00
input.h Add function to get readable names for joystick events 2016-09-20 23:36:09 +02:00
keyboard.cpp Automatically turn on process callbacks if relevant callbacks in node exists 2016-08-07 20:08:15 -03:00
keyboard.h -Added yield nodes to visual script 2016-08-07 19:22:33 -03:00
main_loop.cpp
main_loop.h
memory_pool_dynamic_prealloc.cpp
memory_pool_dynamic_prealloc.h
memory_pool_dynamic_static.cpp
memory_pool_dynamic_static.h
memory_pool_dynamic.cpp
memory_pool_dynamic.h
memory_pool_static.cpp
memory_pool_static.h
memory.cpp
memory.h
mutex.cpp
mutex.h
os.cpp 2D Shaders are working again using the new syntax, though all is buggy in general 2016-10-10 18:31:01 -03:00
os.h 2D Shaders are working again using the new syntax, though all is buggy in general 2016-10-10 18:31:01 -03:00
SCsub
semaphore.cpp
semaphore.h
shell.cpp
shell.h
thread_dummy.cpp
thread_dummy.h
thread_safe.cpp
thread_safe.h
thread.cpp
thread.h Added function to notify ScriptLanguage when a thread is created/freed, allows scripts to allocate a stack there via TLS 2016-06-25 10:41:23 -03:00