virtualx-engine/core/os
Rémi Verschelde 37a16fee05 Export: Remove temp files from cache after export
So far we left most temporary files lying around, so this attempts to
fix that.

I added a helper method to DirAccess to factor out the boilerplate of
creating a DirAccess, checking if the file exists, remove it or print
an error on failure.
2019-08-12 13:31:59 +02:00
..
copymem.h
dir_access.cpp DirAccess: Drop compat get_next(bool *is_dir) which was hidden 2019-07-25 11:09:57 +02:00
dir_access.h Export: Remove temp files from cache after export 2019-08-12 13:31:59 +02:00
file_access.cpp CryptoCore class to access to base crypto utils. 2019-07-02 12:36:27 +02:00
file_access.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
input.cpp Merge pull request #24437 from mateusfccp/single_quotes_option 2019-04-30 14:58:33 +02:00
input.h Add Input::get_current_cursor_shape 2019-04-15 15:22:09 -03:00
input_event.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
input_event.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
keyboard.cpp
keyboard.h
main_loop.cpp doc: Proofread and complete various nodes 2019-06-26 23:05:51 +02:00
main_loop.h Clean up notifications and merge Node and MainLoop ones for clarity, closes #27614 2019-04-04 10:34:41 -03:00
memory.cpp
memory.h Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
midi_driver.cpp Fix MIDI Note Off missing on some devices 2019-03-18 15:54:32 -03:00
midi_driver.h
mutex.cpp
mutex.h
os.cpp Add editor screenshot on control - f12. 2019-07-01 13:39:21 -07:00
os.h Add editor screenshot on control - f12. 2019-07-01 13:39:21 -07:00
rw_lock.cpp
rw_lock.h
SCsub
semaphore.cpp
semaphore.h
thread.cpp
thread.h
thread_dummy.cpp
thread_dummy.h
thread_safe.cpp
thread_safe.h
threaded_array_processor.h