summaryrefslogtreecommitdiff
path: root/modules/visual_script
AgeCommit message (Expand)Author
2021-04-17Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-04-05Merge pull request #47592 from jmb462/fix-VisualScriptFunctionState-connect-t...Rémi Verschelde
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-03Fix VisualScriptFunctionState connect to null object crashjmb462
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-11Improve resource load cachereduz
2021-02-10Removed _change_notifyreduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-02-06Snap VisualScript comment to grid when resizingKanabenki
2021-02-01Replace ColorN and from HTML with a string constructorAaron Franke
2021-01-25Fix minimap capturing events and improve its themeYuri Sizov
2021-01-07Merge pull request #44918 from Chaosus/vs_assign_default_valueRémi Verschelde
2021-01-04Merge pull request #44914 from swarnimarun/master-visualscript-refactorRémi Verschelde
2021-01-05Fix doc for the VisualScript class.Swarnim Arun
2021-01-04Auto-assign default value for variable in visual script on type changingYuri Roubinsky
2021-01-04Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2021-01-01Refactoring Visual ScriptSwarnim Arun
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-18Fix broken members panel in visual script editorYuri Roubinsky
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-05Remove connect *_compat methodsAaron Franke
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Implement new shortcuts system.Eric M
2020-11-20doc: Warn about using Node internal processingRémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-11Refactor variant built-in methods yet again.reduz
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