godot/servers/movie_writer
Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension
Non-exhaustive list of case-sensitive renames:

GDExtension -> GDNative
GDNATIVE -> GDEXTENSION
gdextension -> gdnative
ExtensionExtension ->Extension (for where there was GDNativeExtension)
EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION)
gdnlib -> gdextension
gdn_interface -> gde_interface
gdni -> gde_interface
2022-12-12 11:04:57 +01:00
..
movie_writer.cpp Simplify GDVIRTUAL_REQUIRED_CALL calls 2022-11-30 18:36:57 +01:00
movie_writer.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
movie_writer_mjpeg.cpp Add property hints to MovieWriter settings 2022-06-25 20:08:56 +02:00
movie_writer_mjpeg.h Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
movie_writer_pngwav.cpp Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
movie_writer_pngwav.h Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
SCsub Implement Running Godot as Movie Writer 2022-06-21 11:28:47 +02:00