| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove empty lines around braces with the formatting script | Aaron Franke | 2020-11-16 | 1 | -2/+0 |
| * | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde | 2020-11-09 | 1 | -1/+1 |
| * | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
| * | Improve format version mismatch error in binary loader | Rémi Verschelde | 2020-10-05 | 1 | -2/+5 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -28/+56 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+2 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -159/+0 |
| * | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -13/+0 |
| * | New lightmapper | Juan Linietsky | 2020-05-10 | 1 | -9/+15 |
| * | Revert "Renamed plane's d to distance" | Rémi Verschelde | 2020-05-10 | 1 | -2/+2 |
| * | Renamed plane's d to distance | Marcus Elg | 2020-05-10 | 1 | -2/+2 |
| * | Exposed RenderingDevice to script API | Juan Linietsky | 2020-04-20 | 1 | -19/+33 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -3/+3 |
| * | Fixes bugs found by Sonarcloud and Coverity | qarmin | 2020-03-02 | 1 | -0/+2 |
| * | Removed interactive loader, added proper thread loading. | Juan Linietsky | 2020-02-28 | 1 | -145/+168 |
| * | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -22/+89 |
| * | Add support for Vector2i, Rect2i and Vector3i to Variant | Juan Linietsky | 2020-02-22 | 1 | -0/+56 |
| * | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -0/+12 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -0/+22 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -49/+48 |
| * | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -1/+1 |
| * | Remove more deprecated methods and code | Rémi Verschelde | 2020-02-13 | 1 | -70/+0 |
| * | Merge pull request #36095 from timothyqiu/corrupted-resource | Rémi Verschelde | 2020-02-11 | 1 | -13/+28 |
| |\ |
|
| | * | Fixes crash when resource file is corrupted | Haoyu Qiu | 2020-02-11 | 1 | -13/+28 |
| * | | GIProbes working. | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |
| |/ |
|
| * | Remove duplicate WARN_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
| * | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 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 | -12/+12 |
| * | Fix memory leak in ResourceFormatSaverBinary::save | qarmin | 2019-08-30 | 1 | -0/+3 |
| * | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -29/+17 |
| * | Fix some code found by Coverity Scan and PVS Studio | qarmin | 2019-07-23 | 1 | -1/+1 |
| * | Changed some code showed in LGTM and Coverage | qarmin | 2019-07-20 | 1 | -1/+1 |
| * | Added release function to PoolVector::Access. | Ibrahn Sahir | 2019-07-06 | 1 | -9/+9 |
| * | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -2/+2 |
| * | Fix always true/false values | qarmin | 2019-06-20 | 1 | -7/+3 |
| * | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -1/+2 |
| * | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 1 | -1/+1 |
| * | Prevent circular references to scene being saved, fixes #24384 | Juan Linietsky | 2019-02-24 | 1 | -1/+6 |
| * | Implement a cleaner (and better) way to save imagedata from ImageTexture, fix... | Juan Linietsky | 2019-02-21 | 1 | -2/+25 |
| * | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -8/+7 |
| * | Fix code style issues | Rémi Verschelde | 2019-01-26 | 1 | -1/+1 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Moved member variables to initializer list | Wilson E. Alvarez | 2018-12-11 | 1 | -6/+5 |
| * | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 1 | -1/+6 |
| * | Fixing warnings generated by MSVC | Dualtagh Murray | 2018-10-19 | 1 | -1/+1 |
| * | Fix warnings for operator precedence disambiguation [-Wparentheses] | Rémi Verschelde | 2018-09-27 | 1 | -1/+1 |
| * | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -2/+2 |
| * | Fixes scene corruption when updating dependencies. | Rainer Deyke | 2018-03-24 | 1 | -3/+5 |
| * | Clean up some bad words from code comments | Artem Varaksa | 2018-02-17 | 1 | -1/+1 |