summaryrefslogtreecommitdiffstats
path: root/servers/movie_writer
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
|/
* Merge pull request #93311 from dsnopek/gdextension-required-virtualsRémi Verschelde2024-09-272-14/+14
|\
| * GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-112-14/+14
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* Ensure MovieWriter output is in gamma space when using HDR 2Dclayjohn2024-05-281-0/+4
* Add error checks for DirAccess creation.Saracen2023-09-261-0/+2
* Print CPU and GPU usage statistics after Movie Maker is finishedmyaaaaaaaaa2023-05-082-3/+21
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-10/+6
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-10/+6
* | One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* | Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
|/
* Simplify GDVIRTUAL_REQUIRED_CALL callskobewi2022-11-301-27/+16
* Warn if available disk space is low when Movie Maker mode is enabledHugo Locurcio2022-11-011-0/+15
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Add a Movie Quit On Finish property to AnimationPlayerHugo Locurcio2022-07-271-0/+26
* Change window title in Movie Maker mode to display useful informationHugo Locurcio2022-07-262-0/+17
* Split MovieWriterPNGWAV into its own fileHugo Locurcio2022-06-305-174/+241
* Add property hints to MovieWriter settingsHugo Locurcio2022-06-252-5/+7
* Implement Running Godot as Movie Writerreduz2022-06-215-0/+770