| .. |
|
SCsub
|
…
|
|
|
condition_variable.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
keyboard.cpp
|
Replace repetitive meta/ctrl condition with a method
|
2025-11-10 16:23:28 +01:00 |
|
keyboard.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
main_loop.cpp
|
Minimize includes from `gdvirtual.gen.inc` / `script_instance.h`, to improve compile time.
|
2026-01-30 17:47:13 +01:00 |
|
main_loop.h
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +01:00 |
|
memory.cpp
|
Only call `GodotProfileAlloc` when the allocation actually happened.
|
2025-11-22 17:40:54 +01:00 |
|
memory.h
|
Fix memory alignment on 32-bit Windows.
|
2025-11-25 13:01:43 +02:00 |
|
midi_driver.cpp
|
…
|
|
|
midi_driver.h
|
Do not include `input_enums.h` and `keyboard.h` from `variant.h` and `binder_common.h`.
|
2026-01-29 12:12:53 +01:00 |
|
mutex.cpp
|
…
|
|
|
mutex.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
os.cpp
|
Add error message when trying to load project from CWD.
|
2025-11-20 23:19:09 +02:00 |
|
os.h
|
Fix fallback to OpenGL3 from Vulkan initialization on Android.
|
2026-01-14 23:55:21 -03:00 |
|
rw_lock.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
safe_binary_mutex.h
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +01:00 |
|
semaphore.h
|
Move `THREADS_ENABLED` check after common imports
|
2025-04-08 14:24:13 -04:00 |
|
shared_object.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
spin_lock.h
|
Linux: Drop `ppc32` (32-bit PowerPC) architecture support
|
2025-05-14 10:22:12 +02:00 |
|
thread.cpp
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +01:00 |
|
thread.h
|
Remove empty constructors and destructors from core/
|
2025-11-17 20:09:05 +01:00 |
|
thread_safe.cpp
|
…
|
|
|
thread_safe.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
time.cpp
|
Update time.cpp year/unix time conversions to be constant time
|
2025-05-23 14:02:14 -04:00 |
|
time.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
time_enums.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |