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
Age
Commit message (
Expand
)
Author
2022-06-17
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
Merge pull request #61510 from Calinou/script-tweak-stack-overflow-message
Rémi Verschelde
2022-06-16
Fix EditorScenePostImport templates for C#
Raul Santos
2022-06-15
Merge pull request #61486 from jtnicholl/import_script_templates
Rémi Verschelde
2022-06-15
Add script templates for EditorScenePostImport
Jonathan Nicholl
2022-06-15
Add a null checking to `GDScript::_super_implicit_constructor`
Yuri Rubinsky
2022-06-15
Improve stack overflow error message in GDScript and VisualScript
Hugo Locurcio
2022-06-15
Merge pull request #57513 from trollodel/gdscript_get_propertyinfo_classname
George Marques
2022-06-15
Merge pull request #59358 from strank/debug-inner-classes
George Marques
2022-06-15
Merge pull request #59482 from kurtlachmann/lsp_better_parentheses
Rémi Verschelde
2022-06-15
Merge pull request #61666 from nathanfranke/fix-match-bind
George Marques
2022-06-14
Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-error
George Marques
2022-06-12
Extend test_compiler to also disassemble inner classes
strank
2022-06-03
use correct error for unused bind match, suppress with underscore
Nathan Franke
2022-05-31
Merge pull request #61463 from vnen/gdscript-await-stack
Rémi Verschelde
2022-05-31
Merge pull request #61440 from vnen/gdscript-scene-unique-nodes
Rémi Verschelde
2022-05-27
GDScript: Support `%` in shorthand for `get_node`
George Marques
2022-05-27
GDScript: Fix stack overflow when using multiple `await`
George Marques
2022-05-26
Merge pull request #59943 from jordigcs/gdscript_warning_enums
Rémi Verschelde
2022-05-25
Merge pull request #55099 from dalexeev/desc-by-blank-line
Rémi Verschelde
2022-05-25
Merge pull request #61389 from snailrhymer/lookup-fix
Rémi Verschelde
2022-05-25
Use blank line instead of `@desc:` for doc comments
Danil Alexeev
2022-05-25
Make Lookup Symbol recognize assert and preload in the script editor
SnailRhymer
2022-05-25
Merge pull request #61279 from Trioct/fix-typed-array-assignment
Rémi Verschelde
2022-05-25
Fix const typed array assignment
Trioct
2022-05-25
Fix lookup_code to properly handle symbols at start of assignments
SnailRhymer
2022-05-24
GDScript: Don't show redundant await warning on unknown types
George Marques
2022-05-23
GDScript: Fix lambda captures in default argument values
George Marques
2022-05-23
GDScript: Fix `if` after lambda being seen as ternary
George Marques
2022-05-23
GDScript: Do not allow standalone lambdas
George Marques
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-18
Merge pull request #61025 from Chaosus/gds_fix_extend_crash
Rémi Verschelde
2022-05-18
Merge pull request #55201 from Scony/fix-unreachable-code-false-positive
Rémi Verschelde
2022-05-18
Fix crash when extending inner class in GDScript
Yuri Rubinsky
2022-05-17
Merge pull request #55134 from KoBeWi/script_pillow_or_something
Rémi Verschelde
2022-05-16
Merge pull request #61003 from vnen/gdscript-await-stack-fix
Rémi Verschelde
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-13
GDScript: Fix stack manipulation for `await`
George Marques
2022-05-12
Fix first value update
JoJoX
2022-05-12
Fix signal completion in GDScript editor
Yuri Rubinsky
2022-05-12
Add a new HashMap implementation
reduz
2022-05-12
Fix incorrect precedence of pow operator in GDScript
Yuri Rubinsky
2022-05-11
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-pattern
Rémi Verschelde
2022-05-11
Merge pull request #60229 from Dorodri/improve-gdscript-range-description
Rémi Verschelde
2022-05-11
Merge pull request #60732 from CalebJohn/matching_signature_regression_test
Rémi Verschelde
2022-05-06
Merge pull request #60609 from nathanfranke/string-quotes
Rémi Verschelde
2022-05-04
Merge pull request #60723 from reduz/refactor-module-initialization
Rémi Verschelde
2022-05-04
Refactor module initialization
reduz
[next]