summaryrefslogtreecommitdiffstats
path: root/core/io/resource_saver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix import and saving related crashesA Thousand Ships2024-04-221-0/+2
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* Merge pull request #84508 from jsjtxietian/clean-copyRémi Verschelde2024-01-041-3/+2
|\
| * clean unnecessay copy detected by clang-tidyjsjtxietian2023-11-061-3/+2
* | Correctly check scripts that must inherit `EditorPlugin`Yuri Sizov2023-11-231-3/+2
|/
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-1/+1
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-3/+3
* Cleanup unused engine code v2kobewi2023-01-191-7/+0
* Ability to change a resource UID from APIJuan Linietsky2023-01-091-0/+24
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde2022-10-311-10/+4
|\
| * Simplify GDVIRTUAL_CALL callskobewi2022-10-191-10/+4
* | Expose the logic to recognize a save path in ResourceSaverGilles Roudière2022-10-281-11/+22
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* fix arg naming in ResourceFormatLoader extensionderammo2022-08-241-1/+1
* Fix using wrong variable when checking in `ResourceSaver::save`Rindbee2022-07-301-1/+1
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-9/+15
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-6/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-21/+14
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-0/+12
|\
| * Implement Resource UIDsreduz2021-07-241-0/+12
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-4/+3
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Consistently prefix bound virtual methods with _kobewi2021-06-121-9/+9
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* fix custom loader/saver brokenZae2020-11-151-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+18
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-17/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+2
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-2/+1
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+0
* Allow class_name scripts to have nested inheritanceGeorge Marques2019-03-091-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-3/+147
* Moved folding outside the resource files, now saved outside the project.Juan Linietsky2018-10-291-1/+1