virtualx-engine/servers
Hugo Locurcio aaeb60eafc
Add a Movie Quit On Finish property to AnimationPlayer
This quits the project when an animation is done playing in the
given AnimationPlayer, but only in Movie Maker mode.
When this happens, a message is printed with the absolute path of the
AnimationPlayer node that caused the engine to quit.

This can be used to create videos that stop at a specified time
without having to write any script.

A report is now also printed to the console when the video is done
recording (as long as the engine was exited properly).
This report is unfortunately not always visible in the editor's
Output panel, as it's printed too late.

A method was also added to get the path to the output file from the
scripting API.
2022-07-27 18:50:28 +02:00
..
audio Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
camera Remove unused GDNative code 2022-03-09 13:59:03 +01:00
debugger Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
extensions Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
movie_writer Add a Movie Quit On Finish property to AnimationPlayer 2022-07-27 18:50:28 +02:00
physics_2d Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
physics_3d Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
rendering Merge pull request #63406 from Zylann/init_viewport_fields 2022-07-27 12:29:05 +02:00
text Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +03:00
xr Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
audio_server.cpp Implement BPM support 2022-07-23 07:31:17 +02:00
audio_server.h Implement BPM support 2022-07-23 07:31:17 +02:00
camera_server.cpp
camera_server.h
display_server.cpp Merge pull request #60714 from Calinou/typedef-remove-ref 2022-05-03 14:28:18 +02:00
display_server.h Merge pull request #60714 from Calinou/typedef-remove-ref 2022-05-03 14:28:18 +02:00
display_server_headless.h Split dummy renderer classes into separate files 2022-03-16 17:43:10 +11:00
navigation_server_2d.cpp Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
navigation_server_2d.h Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
navigation_server_3d.cpp Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
navigation_server_3d.h Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
physics_server_2d.cpp Use range iterators for RBSet in most cases 2022-05-19 12:09:16 +02:00
physics_server_2d.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
physics_server_2d_wrap_mt.cpp Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
physics_server_2d_wrap_mt.h Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
physics_server_3d.cpp Use range iterators for RBSet in most cases 2022-05-19 12:09:16 +02:00
physics_server_3d.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
physics_server_3d_wrap_mt.cpp Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
physics_server_3d_wrap_mt.h Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
register_server_types.cpp Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
register_server_types.h Change Server initialization order 2022-06-01 16:48:28 +02:00
rendering_server.cpp Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
rendering_server.h Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
SCsub Implement Running Godot as Movie Writer 2022-06-21 11:28:47 +02:00
server_wrap_mt_common.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
text_server.cpp Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +03:00
text_server.h Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +03:00
xr_server.cpp use ERR_FAIL_INDEX when preferred 2022-05-25 13:36:45 -05:00
xr_server.h