virtualx-engine/core/os
Rémi Verschelde 4196cc0c00
Merge pull request #64445 from timothyqiu/action-completion-3.x
[3.x] Fix action name completion for `Input.get_{axis,vector}`
2022-09-01 08:20:40 +02:00
..
dir_access.cpp Address slow copy performance when using the FileAccessFilesystemJAndroid implementation. 2022-07-21 08:21:12 -07:00
dir_access.h Additional fixes to the Android get_current_dir() implementation. 2022-08-30 10:08:30 -07:00
file_access.cpp Add FileAccess::get_access_type() 2022-08-29 15:44:29 +02:00
file_access.h Add FileAccess::get_access_type() 2022-08-29 15:44:29 +02:00
input.cpp Fix action name completion for Input.get_{axis,vector} 2022-08-15 23:44:11 +08:00
input.h Merge pull request #63643 from aaronfranke/3.x-mouse-mode-ch 2022-08-08 14:36:45 +02:00
input_event.cpp Merge pull request #62723 from hansemro/eraser-detect-3.x 2022-07-15 00:13:15 +02:00
input_event.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
keyboard.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
keyboard.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
main_loop.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
main_loop.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
memory.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
memory.h [Core] Use std type traits to check operations triviality. 2022-08-04 15:20:28 +02:00
midi_driver.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
midi_driver.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
mutex.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
mutex.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
os.cpp Fix Time.get_unix_time_from_system() not including msecs 2022-08-08 20:31:51 +08:00
os.h Merge pull request #64101 from timothyqiu/subsecond 2022-08-08 16:31:49 +02:00
rw_lock.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
semaphore.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
spin_lock.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
thread.cpp Include platform_config.h in thread.cpp and thread.h 2022-03-17 13:03:52 +01:00
thread.h Include platform_config.h in thread.cpp and thread.h 2022-03-17 13:03:52 +01:00
thread_safe.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
thread_work_pool.cpp Use ThreadWorkPool instead of thread_process_array in NavMap 2022-04-26 09:18:46 -04:00
thread_work_pool.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
threaded_array_processor.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
time.cpp Fix Time.get_unix_time_from_system() not including msecs 2022-08-08 20:31:51 +08:00
time.h Fix inconsistent naming in Time 2022-05-16 15:58:36 +02:00