1
0
Fork 0
godot/servers/movie_writer
Hugo Locurcio 5cdd612c54
Fix time display in MovieWriter window title and console output
Following the change to `String::num()`, decimals were added even when
numbers were being rounded to whole integers beforehand. Additionally,
the frame remainder is displayed as a timecode to the window title and
console output.

This also fixes a floating-point division by zero that occurred when
the movie was recorded in less than 1 second of real time.
2025-03-31 20:38:18 +02:00
..
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
movie_writer.cpp Fix time display in MovieWriter window title and console output 2025-03-31 20:38:18 +02:00
movie_writer.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
movie_writer_mjpeg.cpp Improve use of `Ref.is_null/valid` 2024-12-23 16:35:02 -05:00
movie_writer_mjpeg.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
movie_writer_pngwav.cpp Improve use of `Ref.is_null/valid` 2024-12-23 16:35:02 -05:00
movie_writer_pngwav.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00