summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-0211-123/+123
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-2/+5
* Popups are now windows also (broken!)Juan Linietsky2020-03-263-116/+116
* Working multiple window support, including editorJuan Linietsky2020-03-264-48/+42
* Refactored input, goes all via windows now.Juan Linietsky2020-03-262-19/+19
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-262-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-262-2/+2
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-175-28/+28
* Merge pull request #36723 from AndreaCatania/fix-rsetRémi Verschelde2020-03-131-2/+2
|\
| * Fixed rset method for gdscript and visual scriptAndrea Catania2020-03-021-2/+2
* | Fix various typosluz.paz2020-03-111-1/+1
* | Merge pull request #36751 from Faless/debugger/threads_and_profilersRémi Verschelde2020-03-092-21/+23
|\ \
| * | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-082-21/+23
| |/
* / Fix missing module editor iconsAndrii Doroshenko (Xrayez)2020-03-081-0/+0
|/
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-012-2/+2
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-252-2/+2
* | Signals: Port more uses of connect_compatRémi Verschelde2020-02-282-7/+9
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+2
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-284-126/+63
* | Merge pull request #36556 from RandomShaper/rework_mutexRémi Verschelde2020-02-282-19/+9
|\ \
| * | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-19/+9
* | | Fix resizer icon color in VisualScripts/Shaders when graph headers is onYuri Roubinsky2020-02-261-2/+10
|/ /
* / Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-255-68/+74
|/
* Merge pull request #36478 from qarmin/supsicious_operators_everywhereRémi Verschelde2020-02-231-1/+1
|\
| * Fix suspicious | and + operatorsRafał Mikrut2020-02-231-1/+1
* | Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
|/
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-2214-66/+66
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-2011-235/+235
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-186-50/+50
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-152-3/+3
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-8/+2
* Merge pull request #36142 from akien-mga/remove-deprecated-decimalsRémi Verschelde2020-02-123-9/+9
|\
| * Remove deprecated decimals builtinRémi Verschelde2020-02-123-9/+9
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-122-10/+4
* | Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-122-16/+132
|/
* Texture refactorJuan Linietsky2020-02-113-14/+14
* Fix VisualScriptClassConstant to be updated properlyYuri Roubinsky2020-02-101-2/+21
* Merge pull request #35749 from Chaosus/vst_fix_constantsRémi Verschelde2020-02-061-4/+24
|\
| * Fix GlobalConstant/BasicTypeConstant return type in visual scriptsYuri Roubinsky2020-01-301-4/+24
* | Update docs to version 4.0clayjohn2020-01-3148-48/+48
|/
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-2648-48/+48
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-233-11/+11
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-192-5/+14
* Makes adding port in Visual Script nodes deferredHaoyu Qiu2020-01-141-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-0120-40/+40
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Makes more editor strings translatableHaoyu Qiu2019-12-211-2/+2