godot/core/os
Rémi Verschelde 819c3524a5
OS: Remove unused get_splash_tick_msec
It was added in 3e20391bf6 but it doesn't seem
particularly useful, and it was only implemented for the custom splash branch
and not the default one, so it could return an uninitialized int.
2020-09-24 15:40:30 +02:00
..
copymem.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
dir_access.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
dir_access.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
file_access.cpp [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
file_access.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
keyboard.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
keyboard.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
main_loop.cpp Add a separate application focus/in notification out from Window focus notification. 2020-06-30 10:40:06 -03:00
main_loop.h Add a separate application focus/in notification out from Window focus notification. 2020-06-30 10:40:06 -03:00
memory.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
memory.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
midi_driver.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
midi_driver.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
mutex.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
mutex.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
os.cpp OS: Remove unused get_splash_tick_msec 2020-09-24 15:40:30 +02:00
os.h OS: Remove unused get_splash_tick_msec 2020-09-24 15:40:30 +02:00
rw_lock.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rw_lock.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
semaphore.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
thread.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
thread.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
thread_dummy.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
thread_dummy.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
thread_safe.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
threaded_array_processor.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00