pandemonium_engine/core/os
Relintai 79842beb9a Ported: Expose OS.read_string_from_stdin() to the scripting API
This can be used in scripts to read user input in a blocking manner.
This also removes the unused `block` argument, which is always `true`.
- Calinou
badcfa2523
2023-02-07 01:07:31 +01:00
..
dir_access.cpp Fix exporting big templates 2022-11-30 19:23:35 +01:00
dir_access.h Additional fixes to the Android get_current_dir() implementation. 2022-09-16 22:45:21 +02:00
file_access.cpp Add FileAccess::get_access_type() 2022-09-16 22:13:21 +02:00
file_access.h Add FileAccess::get_access_type() 2022-09-16 22:13:21 +02:00
keyboard.cpp
keyboard.h
main_loop.cpp
main_loop.h
memory.cpp Moved a few more core classes. 2022-08-17 17:43:49 +02:00
memory.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
midi_driver.cpp Fix MIDI note-on events being converted to note-off events 2022-11-30 19:11:21 +01:00
midi_driver.h
mutex.cpp
mutex.h
os.cpp Ported: SCons: Cleanup DEBUG, _DEBUG and NDEBUG defines 2022-12-22 17:42:54 +01:00
os.h Ported: Expose OS.read_string_from_stdin() to the scripting API 2023-02-07 01:07:31 +01:00
pool_allocator.cpp Ported: SCons: Cleanup DEBUG, _DEBUG and NDEBUG defines 2022-12-22 17:42:54 +01:00
pool_allocator.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
rw_lock.h
safe_refcount.cpp Moved a few more core classes. 2022-08-17 17:43:49 +02:00
safe_refcount.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
SCsub
semaphore.h
spin_lock.h
thread_pool_execute_job.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
thread_pool_execute_job.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
thread_pool_job.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
thread_pool_job.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
thread_pool.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
thread_pool.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
thread_safe.h
thread_work_pool.cpp
thread_work_pool.h Cleaned up and added the skeleton modification stack implementations to the build. Also smaller fixes. 2022-08-18 15:41:28 +02:00
thread.cpp Moved a few more core classes. 2022-08-17 17:43:49 +02:00
thread.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
threaded_array_processor.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
time.cpp
time.h