godot/core
reduz 32b43cfeb3 Implement Resource UIDs
* Most resource types now have unique identifiers.
* Applies to text, binary and imported resources.
* File formats reference both by text and UID (when available). UID always has priority.
* Resource UIDs are 64 bits for better compatibility with the engine.
* Can be represented and used textually, example `uuid://dapwmgsmnl28u`.
* A special binary cache file is used and exported, containing the mappings.

Example of how it looks:

```GDScript
[gd_scene load_steps=2 format=3 uid="uid://dw86wq31afig2"]

[ext_resource type="PackedScene" uid="uid://bt36ojelx8q6c" path="res://subscene.scn" id="1_t56hs"]
```

GDScript, shaders and other special resource files can't currently provide UIDs, but this should be doable with special keywords on the files.
This will be reserved for future PRs.
2021-07-24 09:16:52 -03:00
..
config Misc cleanup of header includes 2021-07-15 00:46:43 +02:00
crypto [Crypto] Delete mbedtls ctx in deconstructor. 2021-07-03 16:12:55 +02:00
debugger Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
error Modernize atomics 2021-02-18 17:12:46 +01:00
extension Redo how instance bindings work 2021-07-08 17:08:12 -03:00
input Sync controller mappings DB with SDL2 community repo 2021-07-20 13:08:50 +02:00
io Implement Resource UIDs 2021-07-24 09:16:52 -03:00
math Add min_axis and max_axis to Vector2i 2021-07-21 12:29:51 +02:00
object Implement Resource UIDs 2021-07-24 09:16:52 -03:00
os Move alert function from DisplayServer to OS. 2021-07-22 21:50:35 +03:00
string Merge pull request #50319 from nekomatata/optimize-node-path-check 2021-07-22 12:13:10 +02:00
templates Use the standard C INFINITY and NAN constants directly 2021-07-21 10:41:08 +02:00
variant Use the standard C INFINITY and NAN constants directly 2021-07-21 10:41:08 +02:00
core_bind.cpp Move alert function from DisplayServer to OS. 2021-07-22 21:50:35 +03:00
core_bind.h Move alert function from DisplayServer to OS. 2021-07-22 21:50:35 +03:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Add type variations to Theme 2021-07-13 02:26:28 +03:00
core_constants.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
core_string_names.h Removed _change_notify 2021-02-10 19:31:24 -03:00
doc_data.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_core_types.cpp Implement Resource UIDs 2021-07-24 09:16:52 -03:00
register_core_types.h Implement native extension system 2021-06-25 17:32:45 -03:00
SCsub Implement native extension system 2021-06-25 17:32:45 -03:00
typedefs.h Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00