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
2020-08-25
Merge pull request #40443 from SkyLucilfer/PluralsSupport
Rémi Verschelde
2020-08-23
Merge pull request #41238 from MarianoGnu/gdscript-export-resource
George Marques
2020-08-19
GDScript: Make subscript access be properly type checked
George Marques
2020-08-19
GDScript: Show error when function return type is missing
George Marques
2020-08-19
GDScript: Fix signal parameters not respecting commas
George Marques
2020-08-19
GDScript: Check duplicate keys in dictionaries and enums
George Marques
2020-08-19
GDScript: Allow preload() to be used with constant expressions
George Marques
2020-08-19
GDScript: Allow keywords to be used in $ notation
George Marques
2020-08-19
Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.
SkyJJ
2020-08-19
Update POT generation to handle context and plurals
SkyJJ
2020-08-18
GDScript: Allow enum values to be set to constant expressions
George Marques
2020-08-18
GDScript: Allow supertype objects to be assigned to a subtype variable
George Marques
2020-08-18
GDScript: Allow implicit type conversion when constructing variants
George Marques
2020-08-18
GDScript: Add script to cache on reload
George Marques
2020-08-17
GDScript: Allow empty files to be valid scripts
George Marques
2020-08-17
GDScript: Fix crash when superclass file is non-existent
George Marques
2020-08-17
GDScript: Fix LSP getting wrong union value on unnamed enums
George Marques
2020-08-17
GDScript: Fix editor crash when writing @tool annotation
George Marques
2020-08-17
GDSript: Prevent crash when completing unary operators
George Marques
2020-08-17
GDScript: Allow "match" to be used as an identifier
George Marques
2020-08-17
GDScript: Fix wrong argument check for formatting operator
George Marques
2020-08-13
Fix GdScript Analyzier not detecting Resource subclass correctly
Mariano Suligoy
2020-08-13
Merge pull request #41224 from ThakeeNathees/fix-ctrl+click-not-working
George Marques
2020-08-13
Fix: ctrl + click not working
Thakee Nathees
2020-08-12
Merge pull request #41104 from vnen/gdscript-assignment-tidy
George Marques
2020-08-11
Merge pull request #41055 from snichols/null-callee-fix
Rémi Verschelde
2020-08-08
Fix colour region continuation over blank lines, issue 41120
Paulb23
2020-08-08
Merge pull request #40673 from ThakeeNathees/gdscript-op-eval-validation
George Marques
2020-08-08
Merge pull request #40951 from bruvzg/gds_cleanup
George Marques
2020-08-08
GDScript: Tidy up assignment operator check
George Marques
2020-08-06
GDScript: unsafe arithmetic assignment bug fix
Thakee Nathees
2020-08-05
Adding error message for empty grouping expression
Stephen Nichols
2020-08-05
Fixing null callee crash.
Stephen Nichols
2020-08-03
Merge pull request #40690 from ThakeeNathees/arithmetic-assign-type-check-bug...
George Marques
2020-08-03
Fixed tiny grammar issues in error messages
unknown
2020-08-01
[GDScript] Add static HashMap cleanup.
bruvzg
2020-07-31
Merge pull request #40903 from Calinou/doc-json
Rémi Verschelde
2020-07-31
Improve JSON-related documentation
Hugo Locurcio
2020-07-30
doc: Fix typo in BBcode tag
Rémi Verschelde
2020-07-29
Refix GDScriptTranslationParser leak
SkyJJ
2020-07-29
GDScript: Fix crash caused by inconsistent get_member
Lyuma
2020-07-28
Merge pull request #40678 from aaronfranke/string-float64
Rémi Verschelde
2020-07-28
doc: Sync classref with current source
Rémi Verschelde
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-28
Merge pull request #40762 from SkyLucilfer/PackedSceneLeak
Rémi Verschelde
2020-07-27
GDScript: Fix crash on 'await' completion
George Marques
2020-07-27
Fix EditorTranslationParser leak
SkyJJ
2020-07-27
Merge pull request #40714 from ThakeeNathees/Object-type-bug-fix
Rémi Verschelde
2020-07-26
Merge pull request #39898 from Meriipu/master_gdscript
Rémi Verschelde
2020-07-26
Merge pull request #40670 from vnen/remove-multilevel-call
Rémi Verschelde
[next]