Age | Commit message (Expand) | Author |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-05 | Remove or make verbose some debugging prints | Hugo Locurcio |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-02-11 | Improve resource load cache | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
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-03-05 | Fix EditorFolding crash when switching scenes | Thakee Nathees |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-11-12 | Prevent crash when scene has path, but no file | Tomasz Chabora |
2019-05-20 | Style: Fix issues with clang-format 8.0 | Rémi Verschelde |
2019-04-11 | No more metadata and dependency indices kept in resources saved. | Juan Linietsky |
2019-04-10 | EditorFolding ignores hidden properties for folded resources (fixes #26663) | PouleyKetchoupp |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-30 | Add check in folding to see if the nodepath exists to avoid message spam. | K. S. Ernest (iFire) Lee |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde |
2018-11-28 | Fix style issues and signature mismatch | Rémi Verschelde |
2018-11-25 | Rewrite code for unfolding and make it automatic on scene load, which works b... | Juan Linietsky |
2018-11-18 | Properly reset canvas state after drawing, fixes #18860 | Juan Linietsky |
2018-10-30 | Remove "save folding for:" message when saving | Michael Alexsander Silva Dias |
2018-10-29 | Automatically unfold sections of properties that someone else edited (no loca... | Juan Linietsky |
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky |