summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-14/+14
* Fix outdated keywords autocompletionVolTer2022-10-061-3/+3
* Fix hide_slider vs no_slider inconsistency in editor property codeAaron Franke2022-10-031-1/+1
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-1/+1
* Fix action name completion for `Input`Haoyu Qiu2022-08-151-2/+7
* Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_typeRémi Verschelde2022-08-101-1/+5
|\
| * Fixed incorrect type display of function argument in GDScript editor tooltipsXwdit2022-08-101-1/+5
* | Fixed incorrect type display of void return in GDScript editor tooltipsXwdit2022-08-101-1/+7
|/
* Prevent global functions from overriding completion of subscriptYuri Rubinsky2022-08-101-33/+33
* fix(gdscript): Fix infinite loop on type inferernce from super method callsAntonio Dell'Annunziata2022-07-291-5/+10
* Fix crash while trying to autocomplete non-global Autoloadcdemirer2022-07-181-2/+2
* Merge pull request #62699 from cdemirer/fix-autocomplete-var-assigned-same-st...Rémi Verschelde2022-07-061-1/+1
|\
| * Fix autocomplete for variable which is assigned to in the current statementcdemirer2022-07-041-1/+1
* | Merge pull request #62690 from cdemirer/fix-infinite-guess-recursionRémi Verschelde2022-07-061-1/+1
|\ \
| * | Fix infinite recursion when guessing type of variable which is being assigned tocdemirer2022-07-041-1/+1
| |/
* | Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflictRémi Verschelde2022-07-061-4/+4
|\ \
| * | Fix priority of annotated type vs initializer typecdemirer2022-07-061-4/+4
| |/
* | Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde2022-07-061-0/+19
|\ \
| * | Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+19
| |/
* | Merge pull request #62707 from YuriSizov/gdscript-group-those-propsRémi Verschelde2022-07-061-0/+4
|\ \
| * | Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-051-0/+4
| |/
* / Implement a BitField hintreduz2022-07-051-3/+3
|/
* Rename export_range's noslider option to no_sliderMarcus Elg2022-06-241-1/+1
* Allow autocompletion of "noslider" in export_rangeMarcus Elg2022-06-191-1/+4
* Merge pull request #61389 from snailrhymer/lookup-fixRémi Verschelde2022-05-251-2/+4
|\
| * Make Lookup Symbol recognize assert and preload in the script editorSnailRhymer2022-05-251-2/+4
* | Fix lookup_code to properly handle symbols at start of assignmentsSnailRhymer2022-05-251-0/+1
|/
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-22/+22
* Fix signal completion in GDScript editorYuri Rubinsky2022-05-121-0/+15
* Add a new HashMap implementationreduz2022-05-121-16/+12
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Fix cppcheck const parametersMarkus Sauermann2022-04-281-1/+1
* Add built-in Variant types to autocompletion listDavid Maziarka2022-04-071-11/+16
* GDScript: Add support for static method calls in native typesGeorge Marques2022-04-061-16/+19
* Merge pull request #59633 from EricEzaM/better-code-complete-updateRémi Verschelde2022-04-031-23/+116
|\
| * Improve sorting of Code Completion options.Eric M2022-04-011-23/+116
* | Fix autocompletion of static methods in built-in types in GDScriptYuri Roubinsky2022-03-301-16/+71
* | Refactor GDScript/C# script templates logic to be editor-onlyRémi Verschelde2022-03-281-12/+7
|/
* Merge pull request #59553 from reduz/script-extension-supportRémi Verschelde2022-03-281-102/+102
|\
| * Add GDExtension support to Scriptreduz2022-03-271-102/+102
* | Revert "Sort autocomplete/code completion options in a better way"Juan Linietsky2022-03-281-118/+23
* | Merge pull request #59612 from YeldhamDev/style_and_graceRémi Verschelde2022-03-281-0/+7
|\ \
| * | Make script templates follow the GDScript style guideMichael Alexsander2022-03-281-0/+7
| |/
* / Improve sorting of Code Completion options.Eric M2022-03-241-23/+118
|/
* Remove duplicate editor settings definitionskobewi2022-03-061-3/+3
* Fixes cyclic detection from variables assigning themselves to themselves in a...SaracenOne2022-02-221-0/+29
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-8/+8
* Merge pull request #57591 from vnen/gdscript-enum-fixesRémi Verschelde2022-02-041-1/+1
|\