pandemonium_engine/core/os
2022-09-17 23:25:47 +02:00
..
dir_access.cpp
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
midi_driver.h
mutex.cpp
mutex.h
os.cpp Ported: Add support for multiple virtual keyboard types - brianwinterpixel 2022-08-19 16:18:53 +02:00
os.h Ported: Add support for multiple virtual keyboard types - brianwinterpixel 2022-08-19 16:18:53 +02:00
pool_allocator.cpp Moved a few more core classes. 2022-08-17 17:43:49 +02: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 Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
thread_pool_execute_job.h Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
thread_pool_job.cpp Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
thread_pool_job.h Moved ThreadPool to core. Also it can change it's thread count now when it has time for it. 2022-09-10 04:16:50 +02:00
thread_pool.cpp Now the target fps is customizable for ThreadPool when threading is not enabled. 2022-09-17 23:25:47 +02:00
thread_pool.h Now the target fps is customizable for ThreadPool when threading is not enabled. 2022-09-17 23:25:47 +02: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