godot/modules/gdscript
noname1477 3659e3db9d
Fixed some obvious typos in error messages
In some errors, there were closing quotation marks but no opening (e. g. "Unable to iterate on object of type  " + 
Variant::get_type_name(container->get_type()) + "'."
2019-10-05 15:33:30 +02:00
..
doc_classes Print errors when tab indent found in [codeblock] 2019-10-01 23:39:45 +09:00
editor Tweak the default function definition color when using a dark theme 2019-10-02 09:36:47 +02:00
icons
language_server Format documentations to markdown only when needed 2019-10-05 14:09:38 +08:00
SCsub
config.py
gdscript.cpp Merge pull request #32051 from qarmin/some_error_explanation 2019-09-25 11:51:54 +02:00
gdscript.h
gdscript_compiler.cpp Merge pull request #32150 from luzpaz/typos 2019-09-20 17:09:05 +02:00
gdscript_compiler.h
gdscript_editor.cpp Adds skip-breakpoints feature 2019-09-03 20:49:09 +02:00
gdscript_function.cpp Fixed some obvious typos in error messages 2019-10-05 15:33:30 +02:00
gdscript_function.h
gdscript_functions.cpp Allow weakref(null) in gdscript 2019-09-16 23:15:34 -04:00
gdscript_functions.h
gdscript_parser.cpp GDScript: Fix type resolution not being return in some cases 2019-09-24 18:05:20 -03:00
gdscript_parser.h Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-value 2019-09-19 20:31:12 +02:00
gdscript_tokenizer.cpp Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
gdscript_tokenizer.h
register_types.cpp
register_types.h