godot/core/os
2018-09-01 17:03:41 -03:00
..
copymem.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
dir_access.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
dir_access.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_access.cpp Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
file_access.h Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
input.cpp Merge pull request #16902 from groud/analog_action_system 2018-04-18 07:21:29 -03:00
input.h Merge pull request #17196 from RandomShaper/improve-gui-touch 2018-05-02 10:47:49 +02:00
input_event.cpp Merge pull request #20511 from maksloboda/InputEventActionFix 2018-07-28 09:48:44 +02:00
input_event.h [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
keyboard.cpp [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. 2018-03-28 20:22:59 +03:00
keyboard.h [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. 2018-03-28 20:22:59 +03:00
main_loop.cpp Change some instances of args named "ev" to "event" 2018-09-01 17:03:41 -03:00
main_loop.h Add a new notification to detect crashes on native scripts 2018-07-02 16:18:58 -03:00
memory.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
memory.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
midi_driver.cpp Added a new MIDIDriver class 2018-07-21 09:09:42 -03:00
midi_driver.h Added a new MIDIDriver class 2018-07-21 09:09:42 -03:00
mutex.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
mutex.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
os.cpp Add OS::open_midi_inputs and OS::close_midi_inputs 2018-08-04 10:07:46 -03:00
os.h Revert "Try closing gracefully before terminating process" 2018-08-27 17:32:43 +02:00
rw_lock.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rw_lock.h Switched AnimatedTexture to a readers-writers lock, solves a race condition and fixes #20221 2018-08-23 13:28:36 -03:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
semaphore.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
semaphore.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shell.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shell.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread_dummy.cpp Add RWLockDummy for NO_THREADS builds 2018-03-20 05:37:42 +01:00
thread_dummy.h Add RWLockDummy for NO_THREADS builds 2018-03-20 05:37:42 +01:00
thread_safe.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread_safe.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
threaded_array_processor.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00