Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | Rewrite code completion | George Marques | |
- Use data type struct from the parser. - Avail from type hints when type can't be guessed. - Consider inner classes and other scripts when looking for candidates. | |||
2018-07-20 | Add ability to infer variable type from assigned value | George Marques | |
Syntax: var x : = 42 Infers the type of "x" to be an integer. | |||
2018-07-20 | Add editor highlight for type-safe lines | George Marques | |
The line number is hightlighted to indicate that the line contains only type-safe code. | |||
2018-07-20 | Fix line number detection in some parser nodes | George Marques | |
2018-07-20 | Use type hints to improve completion | George Marques | |
- Allow type hints to be completed. - Use type information to infer completion candidates. - Show typed function signature in tooltip. - Add type hints when completing declaration from virtual functions (optional). | |||
2018-07-20 | Add syntax highlighting to type hints | George Marques | |
2018-07-20 | Use type information to enable GDScript introspection | George Marques | |
This makes the Script API provide accurate information when requesting property or method info. | |||
2018-07-20 | Add typed instructions to GDScript | George Marques | |
- Typed assignment (built-in, native, and script). - Cast (built-in conversion; native and script checks). - Check type of functions arguments on call. - Check type of members on set. | |||
2018-07-20 | Add static type checks in the parser | George Marques | |
- Resolve types for all identifiers. - Error when identifier is not found. - Match return type and error when not returning a value when it should. - Check unreachable code (code after sure return). - Match argument count and types for function calls. - Determine if return type of function call matches the assignment. - Do static type check with match statement when possible. - Use type hints to determine export type. - Check compatibility between type hint and explicit export type. | |||
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 | |
Fix onready vars / vars accessing class members if _ready / _init not present | |||
2018-07-04 | Merge pull request #18966 from chanon/new-debug-print | Max Hilbrunner | |
Add new debug print method that shows line number where the print came from | |||
2018-07-03 | Merge pull request #19828 from jjay/fix_yield_leak | Max Hilbrunner | |
Fix memory leak in GDScript during infinnity loops with yields | |||
2018-07-03 | Merge pull request #18976 from chanon/new-get-stack | Max Hilbrunner | |
Add new get_stack function to get GDScript stack trace as array | |||
2018-07-03 | Merge pull request #19251 from YeldhamDev/script_templates_changes | Max Hilbrunner | |
Small changes to the comments in the script templates | |||
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 | |
Part of #19158 | |||
2018-06-13 | Removed duplicate default colours and removed GDScriptHighligher colours ↵ | Paulb23 | |
from main editor. | |||
2018-06-13 | Merge pull request #19526 from robojumper/fix_tutorials | Rémi Verschelde | |
Add support for tutorial links to makerst.py | |||
2018-06-12 | Add support for tutorial links to makerst.py | robojumper | |
Also change the <tutorials> structure to make use of individual <link> tags | |||
2018-06-12 | Inner classes' functions now appear in the editor's functions panel | Jairo Honorio | |
Fixes #19386 | |||
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 | |
This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not. | |||
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 | |
RPCMode refactor, more sync modes | |||
2018-05-28 | Enable singletons to be recognized as constant expressions | George Marques | |
Fix #14681 | |||
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 | |
Capitalized comments of methods created by the Connect Signal dialog | |||
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 | |
Fix Ctrl+click on @GDScript constants | |||
2018-05-14 | Merge pull request #18545 from vnen/editor-autoload | Juan Linietsky | |
Enable autoload in editor | |||
2018-05-10 | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changes | Rémi Verschelde | |
GDScript function definition and get_node shortcut syntax highlighting | |||
2018-05-07 | Merge pull request #16106 from poke1024/gdscript-lerp | Juan Linietsky | |
GDScript: generalize lerp | |||
2018-05-07 | Add is_instance_valid() method to GDScript, ending more than a decade of pain. | Juan Linietsky | |
2018-05-04 | Merge pull request #18406 from YeldhamDev/script_templates_period | Max Hilbrunner | |
Changed periods in the script templates | |||
2018-05-03 | Merge pull request #16418 from bojidar-bg/15961-gdscript-array-export | Rémi Verschelde | |
Allow exporting arrays of resources in GDScript | |||
2018-05-02 | Changed periods in the script templates. | Michael Alexsander Silva Dias | |
2018-05-02 | Merge pull request #18553 from ↵ | Rémi Verschelde | |
bzztbomb/fix/stack_underflow_when_debuggin_in_release Fix a crash when trying to run Godot debugger on a release build. | |||
2018-05-02 | Merge pull request #18452 from flashyincceo/enum-no-class | Rémi Verschelde | |
Fix enums without class name not opening docs page |