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
2018-07-25
GDScript: Fix bogus error when a cursor token is found on class
George Marques
2018-07-25
GDScript: Allow strict conversion when assigning typed variables
George Marques
2018-07-25
GDScript: Fix mismatching between export hint and type hint
George Marques
2018-07-25
GDScript: Allow inherited method to add optional arguments
George Marques
2018-07-25
GDScript: Fix returned value of get_default_argument_count()
George Marques
2018-07-25
GDScript: Fix main script detection
George Marques
2018-07-25
GDScript: Look up local scope first for detecting type
George Marques
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-20
Rewrite code completion
George Marques
2018-07-20
Add ability to infer variable type from assigned value
George Marques
2018-07-20
Add editor highlight for type-safe lines
George Marques
2018-07-20
Fix line number detection in some parser nodes
George Marques
2018-07-20
Use type hints to improve completion
George Marques
2018-07-20
Add syntax highlighting to type hints
George Marques
2018-07-20
Use type information to enable GDScript introspection
George Marques
2018-07-20
Add typed instructions to GDScript
George Marques
2018-07-20
Add static type checks in the parser
George Marques
2018-07-20
Store type hint of declared identifiers
George Marques
2018-07-20
Move inheritance resolution to the parser
George Marques
2018-07-20
Add typing syntax
George Marques
2018-07-18
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-15
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-05
Merge pull request #19637 from dragmz/19548
Max Hilbrunner
2018-07-04
Merge pull request #18966 from chanon/new-debug-print
Max Hilbrunner
2018-07-03
Merge pull request #19828 from jjay/fix_yield_leak
Max Hilbrunner
2018-07-03
Merge pull request #18976 from chanon/new-get-stack
Max Hilbrunner
2018-07-03
Merge pull request #19251 from YeldhamDev/script_templates_changes
Max Hilbrunner
2018-06-28
Fix memory leak in GDScript during infinnity loops with yields
Yasha Borevich
2018-06-18
Fix onready vars / vars accessing class members if _ready / _init not present
Marcin Zawiejski
2018-06-18
Add proper type information to array property
Bojidar Marinov
2018-06-13
Removed duplicate default colours and removed GDScriptHighligher colours from...
Paulb23
2018-06-13
Merge pull request #19526 from robojumper/fix_tutorials
Rémi Verschelde
2018-06-12
Add support for tutorial links to makerst.py
robojumper
2018-06-12
Inner classes' functions now appear in the editor's functions panel
Jairo Honorio
2018-06-11
Small changes to the comments in the script templates.
Michael Alexsander Silva Dias
2018-05-30
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-29
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-28
Enable singletons to be recognized as constant expressions
George Marques
2018-05-28
add new print_debug method which shows source and line number
chanon
2018-05-26
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-26
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-24
Merge pull request #19131 from YeldhamDev/connection_comment_capitalize
Max Hilbrunner
2018-05-23
Capitalized comments of methods created by the Connect Signal dialog.
Michael Alexsander Silva Dias
2018-05-23
Fix positive operator in GDScript compiler
George Marques
2018-05-17
add new get_stack function to get GDScript stack trace as array
chanon
2018-05-17
Merge pull request #18405 from flashyincceo/gdscript-constants-help
Rémi Verschelde
2018-05-14
Merge pull request #18545 from vnen/editor-autoload
Juan Linietsky
[next]