godot/doc
lawnjelly 7925670f81 Add frame delta smoothing option (4.x)
Frame deltas are currently measured by querying the OS timer each frame. This is subject to random error. Frame delta smoothing instead filters the delta read from the OS by replacing it with the refresh rate delta wherever possible.

This PR also contains code to estimate the refresh rate based on the input deltas, without reading the refresh rate from the host OS.

The delta_smooth_enabled setting can also be modified at runtime through OS::, and there is also now a command line setting to override the project setting.
2023-05-16 13:57:25 +01:00
..
classes Add frame delta smoothing option (4.x) 2023-05-16 13:57:25 +01:00
tools Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
translations i18n: Sync translations with Weblate 2023-04-20 13:27:43 +02:00
class.xsd
Doxyfile
Makefile [Export docs] Move docs to platform folders. 2023-04-20 11:02:12 +03:00