summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* Improve TreeItem API and allow to move nodestrollodel2021-05-172-21/+21
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-4/+4
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-4/+4
* | Add get_base_editor to ScriptEditorBasesent442021-05-152-0/+6
|/
* Merge pull request #33577 from Calinou/highlight-control-flow-keywordsRémi Verschelde2021-05-072-0/+5
|\
| * Highlight control flow keywords with a different colorHugo Locurcio2021-05-052-0/+5
* | Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde2021-05-062-34/+23
|\ \ | |/ |/|
| * Improve the editor themeHugo Locurcio2021-04-272-34/+23
* | Re-bind posmod, use int64_t instead of intRémi Verschelde2021-05-041-1/+1
* | Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-1/+1
* | Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
|/
* Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-4/+4
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-052-5/+7
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-4/+4
* Merge pull request #47592 from jmb462/fix-VisualScriptFunctionState-connect-t...Rémi Verschelde2021-04-051-0/+1
|\
| * Fix VisualScriptFunctionState connect to null object crashjmb4622021-04-031-0/+1
* | Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
|/
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-126-9/+9
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-8/+4
* Improve resource load cachereduz2021-02-116-0/+40
* Removed _change_notifyreduz2021-02-107-63/+62
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-084-86/+65
* Snap VisualScript comment to grid when resizingKanabenki2021-02-061-2/+9
* Replace ColorN and from HTML with a string constructorAaron Franke2021-02-013-33/+5
* Fix minimap capturing events and improve its themeYuri Sizov2021-01-251-0/+6
* Merge pull request #44918 from Chaosus/vs_assign_default_valueRémi Verschelde2021-01-071-0/+13
|\
| * Auto-assign default value for variable in visual script on type changingYuri Roubinsky2021-01-041-0/+13
* | Merge pull request #44914 from swarnimarun/master-visualscript-refactorRémi Verschelde2021-01-042-82/+54
|\ \ | |/ |/|
| * Fix doc for the VisualScript class.Swarnim Arun2021-01-052-82/+54
* | Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde2021-01-044-1793/+1199
|\|
| * Refactoring Visual ScriptSwarnim Arun2021-01-014-1793/+1199
* | doc: Sync classref with current sourceRémi Verschelde2021-01-041-1/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-0120-40/+40
|/
* Rename Math::stepify to snappedMarcel Admiraal2020-12-282-9/+9
* Rename empty() to is_empty()Marcel Admiraal2020-12-283-12/+12
* Rename Control margin to offsetMarcel Admiraal2020-12-231-7/+7
* Fix broken members panel in visual script editorYuri Roubinsky2020-12-181-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-142-8/+8
* Remove connect *_compat methodsAaron Franke2020-12-051-1/+1
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-022-1/+3
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+7
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-1/+1
|\
| * Implement new shortcuts system.Eric M2020-11-231-1/+1
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+1
|/
* doc: Warn about using Node internal processingRémi Verschelde2020-11-201-1/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-164-4/+0
* Refactor variant built-in methods yet again.reduz2020-11-112-17/+19
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-21/+18