This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1adfcb262d14f72ccb4cb2da678e0262fe01ac49
godot
/
core
/
os
History
Lukas Tenbrink
65bf516006
Fix
memnew_placement
with
char *
arguments. Before, it would call the description version, allocating on the heap instead of ni the given memory.
2025-10-25 18:50:22 +02:00
..
condition_variable.h
…
keyboard.cpp
Fix modifier order in keycode string generation
2025-07-06 14:23:50 -07:00
keyboard.h
…
main_loop.cpp
…
main_loop.h
Core: Cleanup headers in
core/config
2025-10-06 09:20:56 -05:00
memory.cpp
Change
Memory
from a class into a namespace.
2025-10-04 17:22:07 +02:00
memory.h
Fix
memnew_placement
with
char *
arguments. Before, it would call the description version, allocating on the heap instead of ni the given memory.
2025-10-25 18:50:22 +02:00
midi_driver.cpp
…
midi_driver.h
…
mutex.cpp
…
mutex.h
…
os.cpp
[macOS] Add support for exporting macOS 26 Liquid Glass icons.
2025-07-28 14:35:48 +03:00
os.h
Core: Cleanup headers in
core/config
2025-10-06 09:20:56 -05:00
rw_lock.h
…
safe_binary_mutex.h
…
SCsub
…
semaphore.h
…
shared_object.h
…
spin_lock.h
…
thread_safe.cpp
…
thread_safe.h
…
thread.cpp
…
thread.h
…
time_enums.h
…
time.cpp
Update time.cpp year/unix time conversions to be constant time
2025-05-23 14:02:14 -04:00
time.h
…