godot/modules/gdscript
Hein-Pieter van Braam e937e74b69 Add a maximum recusion depth to _guess_expression_type
When a recursive declaration ends up in a GDScript file the
_guess_expression_type function would start looping and eventually run
out of stack space.

We now cap recusion for this function to 100 frames.

This fixes #25598
2019-02-08 22:39:08 +01:00
..
doc_classes doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01: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 Ensure get script method list also checks base classes, fixes #23384 2019-01-25 10:09:44 -03:00
gdscript.h Merge pull request #24877 from neikeq/issue-24280 2019-01-10 18:02:57 +01:00
gdscript_compiler.cpp GDScript compiler: check if subclass exists before comparison 2019-01-17 14:38:28 -02:00
gdscript_compiler.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdscript_editor.cpp Add a maximum recusion depth to _guess_expression_type 2019-02-08 22:39:08 +01:00
gdscript_function.cpp Fix wrong error messages for invalid arguments when calling functions through call 2019-01-31 17:02:18 +02:00
gdscript_function.h GDScript: check for underscore prefix when type-checking 2019-01-15 19:50:48 -02:00
gdscript_functions.cpp GDScript: Fix return value of "lerp" builtin 2019-01-18 10:47:04 +01:00
gdscript_functions.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdscript_parser.cpp GDScript: do second pass of parsing on release 2019-01-23 18:45:33 -02:00
gdscript_parser.h GDScript: fix type-check of indexed values 2019-01-16 16:02:56 -02:00
gdscript_tokenizer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdscript_tokenizer.h Update copyright statements to 2019 2019-01-01 12:58:10 +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