index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_editor.cpp
Age
Commit message (
Expand
)
Author
2022-09-02
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-08-15
Fix action name completion for `Input`
Haoyu Qiu
2022-08-10
Merge pull request #63015 from Xwdit/fix_gds_editor_tooltip_arg_type
Rémi Verschelde
2022-08-10
Fixed incorrect type display of function argument in GDScript editor tooltips
Xwdit
2022-08-10
Fixed incorrect type display of void return in GDScript editor tooltips
Xwdit
2022-08-10
Prevent global functions from overriding completion of subscript
Yuri Rubinsky
2022-07-29
fix(gdscript): Fix infinite loop on type inferernce from super method calls
Antonio Dell'Annunziata
2022-07-18
Fix crash while trying to autocomplete non-global Autoload
cdemirer
2022-07-06
Merge pull request #62699 from cdemirer/fix-autocomplete-var-assigned-same-st...
Rémi Verschelde
2022-07-06
Merge pull request #62690 from cdemirer/fix-infinite-guess-recursion
Rémi Verschelde
2022-07-06
Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflict
Rémi Verschelde
2022-07-06
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-06
Merge pull request #62707 from YuriSizov/gdscript-group-those-props
Rémi Verschelde
2022-07-06
Fix priority of annotated type vs initializer type
cdemirer
2022-07-05
Implement a BitField hint
reduz
2022-07-05
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-04
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
Fix autocomplete for variable which is assigned to in the current statement
cdemirer
2022-07-04
Fix infinite recursion when guessing type of variable which is being assigned to
cdemirer
2022-06-24
Rename export_range's noslider option to no_slider
Marcus Elg
2022-06-19
Allow autocompletion of "noslider" in export_range
Marcus Elg
2022-05-25
Merge pull request #61389 from snailrhymer/lookup-fix
Rémi Verschelde
2022-05-25
Make Lookup Symbol recognize assert and preload in the script editor
SnailRhymer
2022-05-25
Fix lookup_code to properly handle symbols at start of assignments
SnailRhymer
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Fix signal completion in GDScript editor
Yuri Rubinsky
2022-05-12
Add a new HashMap implementation
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-28
Fix cppcheck const parameters
Markus Sauermann
2022-04-07
Add built-in Variant types to autocompletion list
David Maziarka
2022-04-06
GDScript: Add support for static method calls in native types
George Marques
2022-04-03
Merge pull request #59633 from EricEzaM/better-code-complete-update
Rémi Verschelde
2022-04-01
Improve sorting of Code Completion options.
Eric M
2022-03-30
Fix autocompletion of static methods in built-in types in GDScript
Yuri Roubinsky
2022-03-28
Refactor GDScript/C# script templates logic to be editor-only
Rémi Verschelde
2022-03-28
Merge pull request #59553 from reduz/script-extension-support
Rémi Verschelde
2022-03-28
Revert "Sort autocomplete/code completion options in a better way"
Juan Linietsky
2022-03-28
Merge pull request #59612 from YeldhamDev/style_and_grace
Rémi Verschelde
2022-03-28
Make script templates follow the GDScript style guide
Michael Alexsander
2022-03-27
Add GDExtension support to Script
reduz
2022-03-24
Improve sorting of Code Completion options.
Eric M
2022-03-06
Remove duplicate editor settings definitions
kobewi
2022-02-22
Fixes cyclic detection from variables assigning themselves to themselves in a...
SaracenOne
2022-02-08
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-04
Merge pull request #57591 from vnen/gdscript-enum-fixes
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-02-03
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-01-13
Merge pull request #56268 from KoBeWi/🚗complete_setters
Rémi Verschelde
2022-01-10
Merge pull request #56326 from NNesh/fix/unknown_default_value_callable
Rémi Verschelde
[next]