godot/modules/gdscript
Rémi Verschelde e7a1fbe83a
Merge pull request #27863 from bojidar-bg/27460-constant-class-clash
Check subclasses too when checking for name clashes
2019-04-12 11:54:35 +02:00
..
doc_classes doc: Bump version to 3.2 2019-04-01 12:33:56 +02:00
editor
config.py
gdscript.cpp Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00
gdscript.h Add support for type hints in non-default script editor templates 2019-04-05 23:19:30 +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 Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
gdscript_function.cpp Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_function.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_functions.cpp Merge pull request #27231 from Chaosus/smoothstep 2019-04-08 10:03:42 +02:00
gdscript_functions.h Added smoothstep built-in function 2019-04-07 14:11:26 +03:00
gdscript_parser.cpp Merge pull request #27863 from bojidar-bg/27460-constant-class-clash 2019-04-12 11:54:35 +02: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 #27170 from timoschwarzer/allow-whitespaces-in-warning-ignore-comments 2019-04-10 18:16:10 +02:00
gdscript_tokenizer.h
register_types.cpp
register_types.h
SCsub