godot/core/os
lawnjelly c7d9c3b21f Fix uninitialized data reads in Input
Found by Valgrind.

(cherry picked from commit d60eae3dbc)
2022-09-09 14:35:08 +02:00
..
SCsub
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-09-01 11:05:27 +02:00
file_access.cpp File: Re-add support to skip CR (`\r`) in `File::get_as_text` 2022-08-01 00:40:55 +02:00
file_access.h File: Re-add support to skip CR (`\r`) in `File::get_as_text` 2022-08-01 00:40:55 +02:00
input.cpp Fix action name completion for `Input.get_{axis,vector}` 2022-09-01 11:09:02 +02:00
input.h Make Input mouse_mode and use_accumulated_input properties 2022-06-10 17:33:12 +08:00
input_event.cpp Fix uninitialized data reads in Input 2022-09-09 14:35:08 +02:00
input_event.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
keyboard.cpp
keyboard.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
main_loop.cpp
main_loop.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
memory.cpp
memory.h [Core] Use std type traits to check operations triviality. 2022-08-04 15:20:28 +02:00
midi_driver.cpp
midi_driver.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
mutex.cpp
mutex.h
os.cpp Fix Time.get_unix_time_from_system() not including msecs 2022-08-08 16:32:16 +02:00
os.h Fix Time.get_unix_time_from_system() not including msecs 2022-08-08 16:32:16 +02:00
rw_lock.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
semaphore.h
spin_lock.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
thread.cpp
thread.h
thread_safe.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
thread_work_pool.cpp
thread_work_pool.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
threaded_array_processor.h
time.cpp Fix Time.get_unix_time_from_system() not including msecs 2022-08-08 16:32:16 +02:00
time.h Fix inconsistent naming in Time 2022-05-16 15:58:36 +02:00