Age | Commit message (Expand) | Author |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-08-10 | Assign embedded text resource path earlier to prevent error on embedded scripts. | SaracenOne |
2021-08-02 | Merge pull request #51042 from nikitalita/fix_binary_res_load_save | K. S. Ernest (iFire) Lee |
2021-07-30 | VariantParser: Fix uninitialized ResourceParser funcs | Rémi Verschelde |
2021-07-29 | Use constant for reserved field count | nikitalita |
2021-07-29 | Fix binary resource loading and saving | nikitalita |
2021-07-25 | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-24 | Merge pull request #50786 from reduz/implement-resource-uids | Rémi Verschelde |
2021-07-24 | Implement Resource UIDs | reduz |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-22 | Implement textual ext/subresource IDs. | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-15 | Merge pull request #49624 from nekomatata/fix-sub-resource-cache | Rémi Verschelde |
2021-06-15 | Fix sub-resource storing the wrong index in cache | PouleyKetchoupp |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-11 | Improve resource load cache | reduz |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-09 | Static analyzer fixes: | bruvzg |
2020-11-27 | Merge pull request #39056 from rileylyman/tscn_newlines | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-29 | Improve appearance of [connection] and [editable] sections in .tscn files | Danil Alexeev |
2020-08-16 | Update ResourceLoaderText::load to not update progress if resources are 0 | jjjlalonde@gmail.com |
2020-05-25 | skip extra newline in .tscn when renaming dependency | rileylyman |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-02 | Fixes bugs found by Sonarcloud and Coverity | qarmin |
2020-02-28 | Properly handle EOF when parsing text resource | Juan Linietsky |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-02-11 | GIProbes working. | Juan Linietsky |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-20 | Encodes property names properly in project.godot | Haoyu Qiu |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-07 | Preserve group order in scene files | lupoDharkael |
2019-08-09 | Remove ERR_EXPLAIN from scene/* code | Tomasz Chabora |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-07 | Removed a pair of empty braces | unknown |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde |