| Commit message (Expand) | Author | Age | Files | Lines |
* | [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-11 | 1 | -1/+1 |
* | Use enum instead of int in virtual methods return type | Raul Santos | 2023-01-31 | 1 | -3/+3 |
* | Cleanup unused engine code v2 | kobewi | 2023-01-19 | 1 | -7/+0 |
* | Ability to change a resource UID from API | Juan Linietsky | 2023-01-09 | 1 | -0/+24 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't | Rémi Verschelde | 2022-10-31 | 1 | -10/+4 |
|\ |
|
| * | Simplify GDVIRTUAL_CALL calls | kobewi | 2022-10-19 | 1 | -10/+4 |
* | | Expose the logic to recognize a save path in ResourceSaver | Gilles Roudière | 2022-10-28 | 1 | -11/+22 |
|/ |
|
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -2/+2 |
* | fix arg naming in ResourceFormatLoader extension | derammo | 2022-08-24 | 1 | -1/+1 |
* | Fix using wrong variable when checking in `ResourceSaver::save` | Rindbee | 2022-07-30 | 1 | -1/+1 |
* | Swap arguments of ResourceSaver.save() | kobewi | 2022-07-29 | 1 | -9/+15 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -6/+6 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -21/+14 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -2/+2 |
* | Merge pull request #50786 from reduz/implement-resource-uids | Rémi Verschelde | 2021-07-24 | 1 | -0/+12 |
|\ |
|
| * | Implement Resource UIDs | reduz | 2021-07-24 | 1 | -0/+12 |
* | | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -4/+3 |
|/ |
|
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -1/+1 |
* | Consistently prefix bound virtual methods with _ | kobewi | 2021-06-12 | 1 | -9/+9 |
* | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | fix custom loader/saver broken | Zae | 2020-11-15 | 1 | -1/+1 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -9/+18 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -17/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -1/+1 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -3/+3 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -2/+2 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -4/+2 |
* | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | 2019-08-07 | 1 | -2/+1 |
* | Changed some code showed in LGTM and Coverage | qarmin | 2019-07-20 | 1 | -1/+0 |
* | Allow class_name scripts to have nested inheritance | George Marques | 2019-03-09 | 1 | -1/+1 |
* | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -3/+3 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Added basic support for custom resource savers and loaders | Marc Gilleron | 2018-12-15 | 1 | -3/+147 |
* | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | 2018-10-29 | 1 | -1/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -4/+5 |
* | Revert "added get_creation_time function for gdscript" | Juan Linietsky | 2018-08-10 | 1 | -1/+0 |
* | added get_creation_time function for gdscript | Daniele Giuliani | 2018-05-16 | 1 | -0/+1 |
* | fix API string path | Paul Joannon | 2018-04-30 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 1 | -1/+1 |
* | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -2/+2 |