| Commit message (Expand) | Author | Age | Files | Lines |
* | Use translated docs in PropertySelector | Rémi Verschelde | 2020-05-28 | 1 | -5/+5 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -24/+41 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -17/+0 |
* | Enforce use of bool literals instead of integers | Rémi Verschelde | 2020-05-14 | 1 | -3/+3 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -12/+12 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -32/+32 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -41/+37 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 1 | -1/+1 |
|\ |
|
| * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -1/+1 |
* | | Signals: Port more uses of connect_compat | Rémi Verschelde | 2020-02-28 | 1 | -1/+5 |
* | | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -10/+5 |
* | | 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 |