summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Minor tweaks and fixes to panningkobewi2022-01-231-1/+1
* Merge pull request #57000 from KoBeWi/UNLIMITED_PANNINGRémi Verschelde2022-01-231-1/+3
|\
| * Add ViewPanner to 2D editorkobewi2022-01-211-1/+3
* | Merge pull request #56252 from Gallilus/Update-visual-script-property-selectorRémi Verschelde2022-01-214-728/+1522
|\ \
| * | Improve Visual Script editor to suggest the proper visual script nodes.David Cambré2022-01-174-728/+1522
| |/
* | Merge pull request #55066 from trollodel/less_singletons_in_editornodeRémi Verschelde2022-01-201-1/+1
|\ \
| * | Store panels and docks singletons in their own classestrollodel2022-01-201-1/+1
* | | Merge pull request #52134 from RandomShaper/fix_namingRémi Verschelde2022-01-201-1/+1
|\ \ \ | |/ / |/| |
| * | Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez2022-01-201-1/+1
| |/
* / Convert TextEdit callbacks to CallablePaulb232022-01-192-2/+2
|/
* Fix crash when exiting the editorHaoyu Qiu2022-01-151-1/+1
* Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde2022-01-142-0/+10
|\
| * Make script type distinguishable by iconkobewi2022-01-132-0/+10
* | Merge pull request #56646 from Chaosus/vst_context_menuRémi Verschelde2022-01-122-15/+59
|\ \
| * | Add context menu to visual script editorYuri Roubinsky2022-01-092-15/+59
* | | Merge pull request #53185 from KoBeWi/viewing_panRémi Verschelde2022-01-121-0/+5
|\ \ \
| * | | Unify panning in sub-editors and make it configurablekobewi2022-01-111-0/+5
| |/ /
* / / i18n: Make VisualScript node caption & text translatableHaoyu Qiu2022-01-115-64/+74
|/ /
* | Merge pull request #56352 from Gallilus/Include-base-signals-to-VisualScriptE...Rémi Verschelde2022-01-051-0/+8
|\ \