summaryrefslogtreecommitdiffstats
path: root/modules/visual_script
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41861 from Razoric480/fix-vscript-value-by-typeRémi Verschelde2020-09-182-2/+15
|\
| * Add a VScript func to sanitize variant valuesFrancois Belair2020-09-182-2/+15
* | Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-102-3/+5
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-033-34/+34
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-1/+1
* Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)2020-07-261-1/+8
* Merge pull request #33760 from nekomatata/script-editor-init-optimizationRémi Verschelde2020-07-262-0/+6
|\
| * Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-172-0/+6
* | VisualScript: Fix -Wduplicate-branches warningRémi Verschelde2020-07-221-7/+1
|/
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-112-4/+4
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-0/+2
* Convert syntax highlighters into a resourcePaulb232020-07-112-4/+4
* Add override keywords.Marcel Admiraal2020-07-108-541/+537
* DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde2020-06-172-16/+0
* Merge pull request #39041 from swarnimarun/patch-1Rémi Verschelde2020-06-041-0/+6
|\
| * Fix crashing of VisualScript due to...Swarnim Arun2020-05-251-0/+6
* | Use translated docs in PropertySelectorRémi Verschelde2020-05-281-5/+5
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-1412-477/+869
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-148-0/+153
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1418-1493/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-3/+3
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-103-124/+356
* Rename InputFilter back to InputRémi Verschelde2020-04-283-20/+20
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-212-0/+6
* Change MATH_POSMOD return type back to INTNico Mitchell2020-04-141-1/+3
* Change round return type to floatNico Mitchell2020-04-131-1/+1
* Merge pull request #37542 from swarnimarun/patch_vs_02Rémi Verschelde2020-04-122-0/+25
|\
| * Update vsnodes on editing vs variablesSwarnim Arun2020-04-032-0/+25
* | Merge pull request #37530 from swarnimarun/patch_vs_01Rémi Verschelde2020-04-102-0/+19
|\ \
| * | VisualScript styling for new Variant TypesSwarnim Arun2020-04-031-0/+16
| * | Deconstruct VSNodes for new Variant typesSwarnim Arun2020-04-021-0/+3
| |/
* / Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-1/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-0211-123/+123
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-2/+5
* Popups are now windows also (broken!)Juan Linietsky2020-03-263-116/+116
* Working multiple window support, including editorJuan Linietsky2020-03-264-48/+42
* Refactored input, goes all via windows now.Juan Linietsky2020-03-262-19/+19
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-262-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-262-2/+2
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-175-28/+28
* Merge pull request #36723 from AndreaCatania/fix-rsetRémi Verschelde2020-03-131-2/+2
|\
| * Fixed rset method for gdscript and visual scriptAndrea Catania2020-03-021-2/+2
* | Fix various typosluz.paz2020-03-111-1/+1
* | Merge pull request #36751 from Faless/debugger/threads_and_profilersRémi Verschelde2020-03-092-21/+23
|\ \
| * | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-082-21/+23
| |/
* / Fix missing module editor iconsAndrii Doroshenko (Xrayez)2020-03-081-0/+0
|/
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-012-2/+2
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-252-2/+2