godot/doc
Hugo Locurcio 67e9ccdbc4
Display the build date in the editor and when starting the engine
This can be used to quickly see how recent a development build is,
without having to look up the commit date manually.
When juggling around with various builds (e.g. for benchmarking),
this can also be used to ensure that you're actually running the
binary you intended to run.

The date stored is the date of the Git commit that is built, not
the current date at the time of building the binary. This ensures
binaries can remain reproducible.

The version timestamp can be accessed using the `timestamp` key
of the `Engine.get_version_info()` return value.
2024-02-27 20:39:17 +01:00
..
classes Display the build date in the editor and when starting the engine 2024-02-27 20:39:17 +01:00
tools Make RST docs consistent with Editor Help docs 2024-02-19 20:03:27 +03:00
translations i18n: Sync translations with Weblate 2024-02-21 15:32:56 +01:00
Doxyfile
Makefile
class.xsd Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00