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
2025-12-02 16:48:55 +00:00
Code
Releases
Wiki
Activity
Files
a238af4d200603de9abe84d6ebcd1862d19bbd23
godot
/
modules
/
webp
History
Lukas Tenbrink
8ef4a43ada
Replace many uses of
is_class
with
derives_from
.
2025-09-23 19:59:00 +02:00
..
config.py
…
image_loader_webp.cpp
Remove unused header in drivers and modules.
2024-12-24 00:40:47 +08:00
image_loader_webp.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
register_types.cpp
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
register_types.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
resource_saver_webp.cpp
Replace many uses of
is_class
with
derives_from
.
2025-09-23 19:59:00 +02:00
resource_saver_webp.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
SCsub
SCons: Add
CPPEXTPATH
for external includes
2025-04-02 07:29:08 -05:00
webp_common.cpp
Explicitly handle Image AlphaMode enum instead of treating as bool
2025-05-20 05:04:23 -07:00
webp_common.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00