godot/modules/gdscript
George Marques bdc6649b79
Keep GDScript functions in stack while yielding
This prevents GDScript functions from leaving the stack too soon when
they are resuming from yield, allowing the ones expecting it to finish
to know the caller.

Helps debugging cases when you use:
`yield(function_which_yields(), "completed")`
since now it shows the call that resumed that function.
2019-05-14 11:39:40 -03:00
..
doc_classes doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
editor Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
gdscript.cpp Fix slight issues with autocompletion and member lists in GDScript 2019-05-02 17:13:45 +03:00
gdscript.h Merge pull request #27676 from qarmin/small_fixes_2 2019-05-01 08:19:04 +02:00
gdscript_compiler.cpp Fix as operator generating opcode 38 errors 2019-04-10 13:18:50 +03:00
gdscript_compiler.h Fix GDScriptCompiler bugging out with identically-named inner class 2019-03-16 20:41:16 +02:00
gdscript_editor.cpp Fix slight issues with autocompletion and member lists in GDScript 2019-05-02 17:13:45 +03:00
gdscript_function.cpp Keep GDScript functions in stack while yielding 2019-05-14 11:39:40 -03:00
gdscript_function.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_functions.cpp Make "decimal" functions more consistent 2019-04-30 13:49:17 -04:00
gdscript_functions.h Make "decimal" functions more consistent 2019-04-30 13:49:17 -04:00
gdscript_parser.cpp Fix typed arrays and dictionaries getting their values shared 2019-05-02 14:00:33 +03:00
gdscript_parser.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_tokenizer.cpp Merge pull request #27673 from qarmin/small_fixes 2019-04-22 12:00:34 +02:00
gdscript_tokenizer.h Fix warnings seen with -Wignored-qualifiers. 2019-02-21 20:24:29 +01:00
register_types.cpp Merge pull request #24883 from akien-mga/resourceformat-unregister 2019-01-10 14:25:09 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00