godot/core
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
..
config Display the build date in the editor and when starting the engine 2024-02-27 20:39:17 +01:00
crypto Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
debugger Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
error Fix GLTF exporting invalid meshes and attempting to export gizmo meshes 2024-02-04 02:58:29 -06:00
extension Remove word duplicates in comments and strings, and fix casing and punctuation 2024-02-23 17:28:28 -05:00
input Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
io Remove spammy dev-mode message about load deadlock prevention 2024-02-23 14:54:03 +01:00
math Remove word duplicates in comments and strings, and fix casing and punctuation 2024-02-23 17:28:28 -05:00
object Merge pull request #88870 from dsnopek/gdextension-fix-runtime-class-ancestor-methods 2024-02-27 10:18:31 +01:00
os Merge pull request #86620 from fbcosentino/midi_device_id 2024-02-19 17:06:22 +01:00
string Remove word duplicates in comments and strings, and fix casing and punctuation 2024-02-23 17:28:28 -05:00
templates Remove word duplicates in comments and strings, and fix casing and punctuation 2024-02-23 17:28:28 -05:00
variant Remove word duplicates in comments and strings, and fix casing and punctuation 2024-02-23 17:28:28 -05:00
core_bind.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
core_bind.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
core_builders.py Donors: Change tiers to match Dev Fund, sync latest data 2023-11-14 15:40:44 +01:00
core_constants.cpp Add InputEventKey.location to tell left from right 2024-01-26 14:42:28 +01:00
core_constants.h Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
core_globals.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_globals.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
core_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
doc_data.cpp Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
doc_data.h Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
register_core_types.cpp Manage time singleton 2024-02-11 14:39:20 -08:00
register_core_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add 2D navigation mesh baking 2023-09-25 19:48:14 +02:00
typedefs.h Undefine yet another macro from Windows headers 2024-01-26 19:43:43 +01:00
version.h Display the build date in the editor and when starting the engine 2024-02-27 20:39:17 +01:00