godot/modules/gdscript
2019-12-24 21:46:05 +08:00
..
doc_classes Merge pull request #34280 from zaksnet/fix-yield-documentation 2019-12-16 08:49:32 +01:00
editor Tweak the default function definition color when using a dark theme 2019-10-02 09:36:47 +02:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
language_server Cleans up headers included in editor_node.h 2019-12-24 21:46:05 +08:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
gdscript.cpp GDScript: Convert values when setting member variables 2019-12-13 12:51:53 -03:00
gdscript.h Parse more informations for code completion 2019-07-04 14:00:14 +08:00
gdscript_compiler.cpp GDScript: Fix type conversion in assignment with operation 2019-12-13 12:51:08 -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 GDScript autocompletion with as or typed variables 2019-12-12 01:16:23 +02:00
gdscript_function.cpp GDScript: Fix type conversion in assignment with operation 2019-12-13 12:51:08 -03:00
gdscript_function.h Revert "Forbid implicit type conversion in GDScript" 2019-03-04 12:25:59 +01:00
gdscript_functions.cpp Updates docs for GDScript built-in functions 2019-12-15 19:06:29 +08:00
gdscript_functions.h Add ord() function to return Unicode code point of a string of length one 2019-08-28 16:14:11 +02:00
gdscript_parser.cpp GDScript: Fix type conversion in assignment with operation 2019-12-13 12:51:08 -03:00
gdscript_parser.h Allow mixed tabs and spaces when indentation does not depend on tab size 2019-10-25 14:54:57 +03:00
gdscript_tokenizer.cpp Merge pull request #32966 from ffaristocrat/fix-hex-parsing 2019-11-12 23:04:20 +01:00
gdscript_tokenizer.h Allow mixed tabs and spaces when indentation does not depend on tab size 2019-10-25 14:54:57 +03:00
register_types.cpp GDScript: Disable LSP if either jsonrpc or websocket are disabled 2019-08-28 13:29:37 +02:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub GDScript: Disable LSP if either jsonrpc or websocket are disabled 2019-08-28 13:29:37 +02:00