summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* 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
* Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-2/+2
* Refactored variant constructor logicreduz2020-11-097-18/+24
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-079-59/+18
* Refactored variant setters/gettersreduz2020-11-072-10/+10
* Refactored Variant Operators.reduz2020-11-061-3/+0
* Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky2020-11-063-51/+74
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-0/+2
* Optimize SVG using `svgcleaner --multipass`Hugo Locurcio2020-10-251-6/+1
* Removed underscore from GraphEdit begin/end_node_move signalsYuri Roubinsky2020-10-201-2/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Bind missing constant in VisualScriptPropertyGetTomasz Chabora2020-10-121-0/+1
* Merge pull request #42610 from jak6jak/set_valuesRémi Verschelde2020-10-081-1/+3
|\
| * added temp variable because *p_inputs[2] is the same as *p_outputs[0]Jacob Edie2020-10-061-1/+3
* | Merge pull request #41861 from Razoric480/fix-vscript-value-by-typeRémi Verschelde2020-09-182-2/+15
|\ \ | |/ |/|
| * Add a VScript func to sanitize variant valuesFrancois Belair2020-09-182-2/+15
* | Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-102-3/+5
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-033-34/+34
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-1/+1
* Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)2020-07-261-1/+8
* Merge pull request #33760 from nekomatata/script-editor-init-optimizationRémi Verschelde2020-07-262-0/+6
|\
| * Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-172-0/+6
* | VisualScript: Fix -Wduplicate-branches warningRémi Verschelde2020-07-221-7/+1
|/
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-112-4/+4
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-0/+2
* Convert syntax highlighters into a resourcePaulb232020-07-112-4/+4
* Add override keywords.Marcel Admiraal2020-07-108-541/+537
* DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde2020-06-172-16/+0
* Merge pull request #39041 from swarnimarun/patch-1Rémi Verschelde2020-06-041-0/+6
|\
| * Fix crashing of VisualScript due to...Swarnim Arun2020-05-251-0/+6
* | Use translated docs in PropertySelectorRémi Verschelde2020-05-281-5/+5
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-1412-477/+869
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-148-0/+153
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1418-1493/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-3/+3
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-103-124/+356
* Rename InputFilter back to InputRémi Verschelde2020-04-283-20/+20
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-212-0/+6