summaryrefslogtreecommitdiff
path: root/modules/visual_script
AgeCommit message (Expand)Author
2020-11-09Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde
2020-11-09Variant: Rename Type::_RID to Type::RIDRémi Verschelde
2020-11-09Refactored variant constructor logicreduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-07Refactored variant setters/gettersreduz
2020-11-06Refactored Variant Operators.reduz
2020-11-06Exposed randi_range to global funcs + renamed rand_range to randf_rangeYuri Roubinsky
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
2020-10-25Optimize SVG using `svgcleaner --multipass`Hugo Locurcio
2020-10-20Removed underscore from GraphEdit begin/end_node_move signalsYuri Roubinsky
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-12Bind missing constant in VisualScriptPropertyGetTomasz Chabora
2020-10-08Merge pull request #42610 from jak6jak/set_valuesRémi Verschelde
2020-10-06added temp variable because *p_inputs[2] is the same as *p_outputs[0]Jacob Edie
2020-09-18Merge pull request #41861 from Razoric480/fix-vscript-value-by-typeRémi Verschelde
2020-09-18Add a VScript func to sanitize variant valuesFrancois Belair
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-26Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)
2020-07-26Merge pull request #33760 from nekomatata/script-editor-init-optimizationRémi Verschelde
2020-07-22VisualScript: Fix -Wduplicate-branches warningRémi Verschelde
2020-07-17Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Expose Syntax highlighter for editor pluginsPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-07-10Add override keywords.Marcel Admiraal
2020-06-17DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde
2020-06-04Merge pull request #39041 from swarnimarun/patch-1Rémi Verschelde
2020-05-28Use translated docs in PropertySelectorRémi Verschelde
2020-05-25Fix crashing of VisualScript due to...Swarnim Arun
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-14Change MATH_POSMOD return type back to INTNico Mitchell
2020-04-13Change round return type to floatNico Mitchell
2020-04-12Merge pull request #37542 from swarnimarun/patch_vs_02Rémi Verschelde
2020-04-10Merge pull request #37530 from swarnimarun/patch_vs_01Rémi Verschelde
2020-04-06Remove Node.get_position_in_parent()Tomasz Chabora
2020-04-03Update vsnodes on editing vs variablesSwarnim Arun
2020-04-03VisualScript styling for new Variant TypesSwarnim Arun
2020-04-02Deconstruct VSNodes for new Variant typesSwarnim Arun
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-26Popups are now windows also (broken!)Juan Linietsky