This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2026-01-05 19:31:35 +00:00
Code
Releases
Wiki
Activity
Files
4f4031a675700aa0dff636285bc6cc599cf50184
godot
/
platform
History
Yufeng Ying
4f4031a675
Replace size() == 0 with is_empty().
2025-04-02 19:18:43 +08:00
..
android
Enable TTS on demand, instead of fully disabling it when project setting is not set.
2025-04-01 15:24:46 +03:00
ios
Enable TTS on demand, instead of fully disabling it when project setting is not set.
2025-04-01 15:24:46 +03:00
linuxbsd
Replace size() == 0 with is_empty().
2025-04-02 19:18:43 +08:00
macos
Enable TTS on demand, instead of fully disabling it when project setting is not set.
2025-04-01 15:24:46 +03:00
web
Replace size() == 0 with is_empty().
2025-04-02 19:18:43 +08:00
windows
Replace size() == 0 with is_empty().
2025-04-02 19:18:43 +08:00
register_platform_apis.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
SCsub
SCons: Make builders prettier, utilize
constexpr
2025-03-11 18:31:20 -05:00