summaryrefslogtreecommitdiff
path: root/modules/visual_script/editor
AgeCommit message (Expand)Author
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-22Add per-scene UndoRedokobewi
2022-08-20Changed the title of change node type dialogUmang Kalra
2022-08-01Remove `CustomPropertyEditor` completelyYuri Sizov
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-06-07Fix visual editor settings change propagationHendrik Brucker
2022-06-03Support explicit values in flag properties, add C# flags supportRaul Santos
2022-05-30Improve Graphedit connection linesHendrik Brucker
2022-05-24Merge pull request #47665 from trollodel/tree_more_buttons_signalsRémi Verschelde
2022-05-22Merge pull request #61017 from derammo/derammo_58121Rémi Verschelde
2022-05-21display of large help text in visual scriptderammo
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Merge pull request #60463 from Geometror/improve-vs-1Rémi Verschelde
2022-05-16Merge pull request #61010 from derammo/visual_script_selector_pathsRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-13fixed path calculations in visual script selectorderammo
2022-05-12Add a new HashMap implementationreduz
2022-05-06Cleanup metadata usagekobewi
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-30Improve the VisualShader/VisualScript editor UIHendrik Brucker
2022-04-17Improve VisualScript search and instancing of nodesDavid Cambré
2022-04-12Fix Visual Script's jump to function relative to zoomNicholas Huelin
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-24Sort variables in VisualScriptEditorRaul Santos
2022-02-19Don't process VisualScriptNodesmegalobyte
2022-02-16Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-16Added icons for missing types in visual script’s icon list.MisoMosiSpy
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Fix renaming function dialog in VisualScript does not work correctlyjmb462
2022-02-10Fix typos with codespellRémi Verschelde
2022-02-08Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde
2022-02-08Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-03Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde
2022-02-04String: Add contains().Anilforextra
2022-02-03initialized member variables in headerzwebb
2022-01-23Minor tweaks and fixes to panningkobewi