| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Node.get_position_in_parent() | Tomasz Chabora | 2020-04-06 | 1 | -1/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 11 | -123/+123 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 2 | -2/+5 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 3 | -116/+116 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 4 | -48/+42 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 2 | -19/+19 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 2 | -2/+2 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 2 | -2/+2 |
* | Adding missing include guards to header files identified by LGTM. | Rajat Goswami | 2020-03-23 | 1 | -0/+5 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 5 | -28/+28 |
* | Merge pull request #36723 from AndreaCatania/fix-rset | Rémi Verschelde | 2020-03-13 | 1 | -2/+2 |
|\ |
|
| * | Fixed rset method for gdscript and visual script | Andrea Catania | 2020-03-02 | 1 | -2/+2 |
* | | Fix various typos | luz.paz | 2020-03-11 | 1 | -1/+1 |
* | | Merge pull request #36751 from Faless/debugger/threads_and_profilers | Rémi Verschelde | 2020-03-09 | 2 | -21/+23 |
|\ \ |
|
| * | | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 2 | -21/+23 |
| |/ |
|
* / | Fix missing module editor icons | Andrii Doroshenko (Xrayez) | 2020-03-08 | 1 | -0/+0 |
|/ |
|
* | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 2 | -2/+2 |
|\ |
|
| * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 2 | -2/+2 |
* | | Signals: Port more uses of connect_compat | Rémi Verschelde | 2020-02-28 | 2 | -7/+9 |
* | | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -2/+2 |
* | | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 4 | -126/+63 |
* | | Merge pull request #36556 from RandomShaper/rework_mutex | Rémi Verschelde | 2020-02-28 | 2 | -19/+9 |
|\ \ |
|
| * | | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 2 | -19/+9 |
* | | | Fix resizer icon color in VisualScripts/Shaders when graph headers is on | Yuri Roubinsky | 2020-02-26 | 1 | -2/+10 |
|/ / |
|
* / | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 5 | -68/+74 |
|/ |
|
* | Merge pull request #36478 from qarmin/supsicious_operators_everywhere | Rémi Verschelde | 2020-02-23 | 1 | -1/+1 |
|\ |
|
| * | Fix suspicious | and + operators | Rafał Mikrut | 2020-02-23 | 1 | -1/+1 |
* | | Replace FALLTHROUGH macro by C++17 [[fallthrough]] | Rémi Verschelde | 2020-02-23 | 1 | -1/+1 |
|/ |
|
* | doc: Sync classref with StringName/Callable changes | Rémi Verschelde | 2020-02-22 | 14 | -66/+66 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 11 | -235/+235 |
* | doc: Sync classref with current source | Rémi Verschelde | 2020-02-18 | 1 | -2/+2 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 6 | -50/+50 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 2 | -3/+3 |
* | Remove more deprecated methods and code | Rémi Verschelde | 2020-02-13 | 1 | -8/+2 |
* | Merge pull request #36142 from akien-mga/remove-deprecated-decimals | Rémi Verschelde | 2020-02-12 | 3 | -9/+9 |
|\ |
|
| * | Remove deprecated decimals builtin | Rémi Verschelde | 2020-02-12 | 3 | -9/+9 |
* | | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 2 | -10/+4 |
* | | Optmized data sent during RPC and RSet calls. | Andrea Catania | 2020-02-12 | 2 | -16/+132 |
|/ |
|
* | Texture refactor | Juan Linietsky | 2020-02-11 | 3 | -14/+14 |
* | Fix VisualScriptClassConstant to be updated properly | Yuri Roubinsky | 2020-02-10 | 1 | -2/+21 |
* | Merge pull request #35749 from Chaosus/vst_fix_constants | Rémi Verschelde | 2020-02-06 | 1 | -4/+24 |
|\ |
|
| * | Fix GlobalConstant/BasicTypeConstant return type in visual scripts | Yuri Roubinsky | 2020-01-30 | 1 | -4/+24 |
* | | Update docs to version 4.0 | clayjohn | 2020-01-31 | 48 | -48/+48 |
|/ |
|
* | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 48 | -48/+48 |
* | doc: Misc updates for AnimationNode* and others | Rémi Verschelde | 2020-01-23 | 3 | -11/+11 |
* | Fix ClassDB API portability with some android and editor classes | Ignacio Etcheverry | 2020-01-19 | 2 | -5/+14 |
* | Makes adding port in Visual Script nodes deferred | Haoyu Qiu | 2020-01-14 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 20 | -40/+40 |
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
* | Makes more editor strings translatable | Haoyu Qiu | 2019-12-21 | 1 | -2/+2 |