summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change MATH_POSMOD return type back to INTNico Mitchell2020-04-141-1/+3
* Change round return type to floatNico Mitchell2020-04-131-1/+1
* Merge pull request #37542 from swarnimarun/patch_vs_02Rémi Verschelde2020-04-122-0/+25
|\
| * Update vsnodes on editing vs variablesSwarnim Arun2020-04-032-0/+25
* | Merge pull request #37530 from swarnimarun/patch_vs_01Rémi Verschelde2020-04-102-0/+19
|\ \
| * | VisualScript styling for new Variant TypesSwarnim Arun2020-04-031-0/+16
| * | Deconstruct VSNodes for new Variant typesSwarnim Arun2020-04-021-0/+3
| |/
* / 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