godot/modules/gdscript
Rémi Verschelde 26e0cc7aa3
Merge pull request #29041 from hbina/add_const
add const to methods that return literals
2019-05-21 15:16:41 +02:00
..
doc_classes doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
editor added a const keyword for a methods that return constant literal... 2019-05-21 02:16:30 -04:00
SCsub
config.py
gdscript.cpp Merge pull request #27886 from LeonardMeagher2/obj_to_string 2019-05-20 22:37:01 +02:00
gdscript.h Merge pull request #27886 from LeonardMeagher2/obj_to_string 2019-05-20 22:37:01 +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 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 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 typos with codespell 2019-05-19 13:10: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 #27673 from qarmin/small_fixes 2019-04-22 12:00:34 +02:00
gdscript_tokenizer.h
register_types.cpp
register_types.h