godot/core/os
Alex Hirsch 5a882a659a
Add parameter checkes to FileAccess get_buffer functions
fix #46540

(cherry picked from commit cdf3099c68)
2021-03-14 12:03:22 +01:00
..
SCsub
copymem.h
dir_access.cpp Add descriptive error message when trying to access a dir fails 2021-02-25 22:40:32 +01:00
dir_access.h
file_access.cpp Add parameter checkes to FileAccess get_buffer functions 2021-03-14 12:03:22 +01:00
file_access.h
input.cpp
input.h
input_event.cpp
input_event.h
keyboard.cpp
keyboard.h
main_loop.cpp
main_loop.h
memory.cpp Modernize atomics 2021-02-18 12:23:25 +01:00
memory.h Modernize atomics 2021-02-18 12:23:25 +01:00
midi_driver.cpp
midi_driver.h
mutex.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
mutex.h Modernize Mutex 2021-02-18 11:58:08 +01:00
os.cpp Fix Godot returned status code on unexpected error 2021-02-25 18:39:29 +01:00
os.h Fix Godot returned status code on unexpected error 2021-02-25 18:39:29 +01:00
rw_lock.h
semaphore.h Modernize Semaphore 2021-02-18 11:58:08 +01:00
thread.cpp Move caller_id init to Thread constructor to fix UWP build. 2021-03-12 10:12:52 +01:00
thread.h Move caller_id init to Thread constructor to fix UWP build. 2021-03-12 10:12:52 +01:00
thread_safe.h Modernize Mutex 2021-02-18 11:58:08 +01:00
threaded_array_processor.h Fix thread_process_array when NO_THREADS. 2021-02-26 15:23:23 +01:00