summaryrefslogtreecommitdiffstats
path: root/core/io/resource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-151-11/+11
|\
| * ResourceLoader: Add thread-aware resource changed mechanismPedro J. Estébanez2024-09-231-11/+11
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotSpartan3222024-10-131-0/+2
|/
* Re-add resource thread-safety measuresPedro J. Estébanez2024-07-151-1/+16
* Remove no longer needed thread safety measuresPedro J. Estébanez2024-06-121-16/+1
* Merge pull request #91897 from RandomShaper/res_unreg_if_trueRémi Verschelde2024-05-161-4/+11
|\
| * Add an identity check to resource unregistration from cachePedro J. Estébanez2024-05-131-4/+11
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* | Add shorthand for using singleton string nameskobewi2024-05-111-6/+6
|/
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-1/+2
* Fix Resource::get_rid override not working in GDExtensionPylgos2024-04-061-2/+1
* Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-scri...Rémi Verschelde2024-03-241-0/+1
|\
| * Fix how scripts reload outside of ScriptEditorPaul Joannon2024-03-181-0/+1
* | Merge pull request #89251 from KoBeWi/fastpectorRémi Verschelde2024-03-091-2/+2
|\ \
| * | Speed up inspector updates for TileMapkobewi2024-03-071-2/+2
| |/
* / Expose scene unique id functionality in ResourceRyan2024-03-071-0/+15
|/
* Improve thread safety of resource loadingPedro J. Estébanez2024-02-281-1/+16
* Fix recursive resource local to sceneRedMser2024-01-111-25/+93
* Improve message about resources in use at exitkobewi2023-11-281-2/+4
* Assign temporary path to preloaded resourceskobewi2023-11-101-0/+4
* Reimplement Resource.`_local_to_scene_setup` & remove workaroundMicky2023-09-091-1/+2
* Clear the previously set state when configuring for a new scene root nodeRindbee2023-08-081-0/+5
* Unify and streamline connecting to Resource changeskobewi2023-07-171-21/+15
* Make `ResourceCache::get_cached_resources` thread-safevoidedWarranties2023-02-201-1/+18
* Fix `Resource::duplicate()` missing packed arraysAdam Scott2023-01-281-8/+28
* Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for scriptAaron Franke2023-01-241-1/+1
* PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke2023-01-241-1/+1
* Cleanup unused engine code v2kobewi2023-01-191-7/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Core] Fix Resource.resource_name type.Fabio Alessandrelli2022-11-291-1/+1
* Rename and expose `RefCounted::get_reference_count()`Marc Gilleron2022-09-211-1/+1
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-8/+7
* Drop obsolete resource usage debug methods from OS classRémi Verschelde2022-08-291-40/+0
* Remake resource thread safety and APIreduz2022-06-221-40/+56
* Clean up Hash Functionsreduz2022-06-201-10/+10
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Add a new HashMap implementationreduz2022-05-121-11/+6
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-6/+6
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-8/+4
* Discern between virtual and abstract class bindingsreduz2022-03-101-0/+20
* Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Add a name to TileSet sourcesGilles Roudière2021-10-141-0/+1
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-5/+4
* OS: Fix used resource debug printsRémi Verschelde2021-08-061-0/+2