summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60463 from Geometror/improve-vs-1Rémi Verschelde2022-05-161-2/+10
|\
| * Improve the VisualShader/VisualScript editor UIHendrik Brucker2022-04-301-2/+10
* | Merge pull request #61010 from derammo/visual_script_selector_pathsRémi Verschelde2022-05-161-4/+4
|\ \
| * | fixed path calculations in visual script selectorderammo2022-05-131-4/+4
* | | Replace most uses of Map by HashMapreduz2022-05-167-109/+109
|/ /
* | Add a new HashMap implementationreduz2022-05-122-100/+71
* | Fix VisualScript export variableskobewi2022-05-061-0/+3
* | Cleanup metadata usagekobewi2022-05-061-5/+1
* | Merge pull request #60723 from reduz/refactor-module-initializationRémi Verschelde2022-05-042-83/+94
|\ \
| * | Refactor module initializationreduz2022-05-042-83/+94
* | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-033-8/+8
|/ /
* / Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-027-76/+72
|/
* Merge pull request #60261 from fire-forge/theme-prop-renamesRémi Verschelde2022-04-252-2/+2
|\
| * Rename theme properties to include underscoresFireForge2022-04-232-2/+2
* | Improve VisualScript search and instancing of nodesDavid Cambré2022-04-174-33/+83
|/
* Fix Visual Script's jump to function relative to zoomNicholas Huelin2022-04-121-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-066-81/+81
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-042-20/+20
* Add GDExtension support to Scriptreduz2022-03-271-2/+2
* Initialize bools in the headers in editorAaron Franke2022-03-122-3/+1
* Use `RTR()` for VisualScriptNode captions and textsHaoyu Qiu2022-03-115-76/+82
* Discern between virtual and abstract class bindingsreduz2022-03-101-2/+2
* Remove VARIANT_ARG* macrosreduz2022-03-096-18/+18
* Sort variables in VisualScriptEditorRaul Santos2022-02-241-0/+1
* Don't process VisualScriptNodesmegalobyte2022-02-191-1/+1
* Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde2022-02-162-0/+3
|\
| * Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-162-0/+3
* | Merge pull request #58190 from MisoMosiSpy/vs_iconsRémi Verschelde2022-02-161-0/+3
|\ \
| * | Added icons for missing types in visual script’s icon list.MisoMosiSpy2022-02-161-0/+3
* | | Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+0
|/ /
* / Fix VisualScript crash when using Set Index nodeHaoyu Qiu2022-02-161-4/+1
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Add an XML schema for documentationHugo Locurcio2022-02-1547-47/+47
* Merge pull request #57954 from TokageItLab/refactor-cubic-interpolateRémi Verschelde2022-02-133-41/+70
|\
| * Implement cubic_interpolate() as MathFunc for refactoringSilc 'Tokage' Renew2022-02-123-41/+70
* | Fix renaming function dialog in VisualScript does not work correctlyjmb4622022-02-122-1/+10
|/
* Fix typos with codespellRémi Verschelde2022-02-101-5/+5
* Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-082-15/+15
|\
| * Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde2022-02-081-2/+2
| * Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-082-17/+17
* | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-083-9/+5
|/
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-062-17/+17
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-8/+8
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-1/+1
|\
| * String: Add contains().Anilforextra2022-02-041-1/+1
* | Merge pull request #57467 from webbuf/modules-initializeRémi Verschelde2022-02-033-15/+13
|\ \ | |/ |/|
| * initialized member variables in headerzwebb2022-02-033-15/+13
* | Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip...bruvzg2022-01-301-3/+40
* | simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+1
* | Update icons and color conversion rules to simplify the paletteYuri Sizov2022-01-292-2/+2
|/