| Commit message (Expand) | Author | Age | Files | Lines |
| * | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -3/+5 |
| * | Fix suspicious | and + operators | Rafał Mikrut | 2020-02-23 | 1 | -1/+1 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -7/+7 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -7/+7 |
| * | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -6/+0 |
| * | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal | 2019-10-10 | 1 | -1/+1 |
| * | Deconstruct node for Visualscript | Swarnim Arun | 2019-09-29 | 1 | -13/+25 |
| * | Visualscript editor graph unification & refactoring | Swarnim Arun | 2019-09-26 | 1 | -28/+57 |
| * | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | 2019-08-07 | 1 | -6/+8 |
| * | Changed some code showed in LGTM and Coverage | qarmin | 2019-07-20 | 1 | -1/+1 |
| * | Fix always true/false values | qarmin | 2019-06-20 | 1 | -2/+1 |
| * | VS: Better ux | K. S. Ernest (iFire) Lee | 2019-05-01 | 1 | -190/+134 |
| * | Change order of Visual Script Search. | K. S. Ernest (iFire) Lee | 2019-05-01 | 1 | -32/+35 |
| * | Fix -Wsign-compare warnings. | marxin | 2019-02-27 | 1 | -1/+1 |
| * | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -10/+10 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Make visualscript search better. | K. S. Ernest (iFire) Lee | 2018-10-11 | 1 | -23/+33 |
| * | Remove redundant "== false" code | Aaron Franke | 2018-10-06 | 1 | -2/+2 |
| * | Remove redundant "== true" code | Aaron Franke | 2018-10-06 | 1 | -2/+2 |
| * | After using the generic visual script search, reset the generic search mode v... | K. S. Ernest (iFire) Lee | 2018-09-30 | 1 | -0/+5 |
| * | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde | 2018-09-27 | 1 | -2/+2 |
| * | Fix warnings for operator precedence disambiguation [-Wparentheses] | Rémi Verschelde | 2018-09-27 | 1 | -7/+4 |
| * | Fix warnings on non-static data member initializers (C++11 feature) | Rémi Verschelde | 2018-09-27 | 1 | -0/+1 |
| * | Refactor editor icon retrieval | willnationsdev | 2018-09-14 | 1 | -6/+3 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
| * | Fix vformat(), minor typos and word puzzles | Yuri Chornoivan | 2018-08-29 | 1 | -2/+2 |
| * | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -1/+0 |
| * | Visualscript fix crash and generic search does not connect ports. | K. S. Ernest (iFire) Lee | 2018-07-26 | 1 | -12/+33 |
| * | Visualscript: Hide empty categories for basic types and methods. | K. S. Ernest (iFire) Lee | 2018-07-25 | 1 | -0/+8 |
| * | Improve VisualScript UX | K. S. Ernest (iFire) Lee | 2018-07-24 | 1 | -0/+705 |