This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
6e4e8072e1daabc85ea6bd6b8178aad7004eaef0
godot
/
drivers
/
png
T
History
Lukas Tenbrink
8ef4a43ada
Replace many uses of
is_class
with
derives_from
.
2025-09-23 19:59:00 +02:00
..
image_loader_png.cpp
Core: Modernize C headers with C++ equivalents
2025-05-02 08:23:01 -05:00
image_loader_png.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
png_driver_common.cpp
Explicitly handle Image AlphaMode enum instead of treating as bool
2025-05-20 05:04:23 -07:00
png_driver_common.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
resource_saver_png.cpp
Replace many uses of
is_class
with
derives_from
.
2025-09-23 19:59:00 +02:00
resource_saver_png.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