virtualx-engine/modules/gdscript
Rémi Verschelde a7389217f8 style: Fix PEP8 blank lines issues in Python files
Done with `autopep8 --select=E3,W3`, fixes:

- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
2016-11-02 22:29:36 +01:00
..
config.py style: Fix PEP8 blank lines issues in Python files 2016-11-02 22:29:36 +01:00
gd_compiler.cpp Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in Release mode 2016-10-31 00:00:46 +01:00
gd_compiler.h Ability to reload scripts on running game 2016-06-01 20:31:42 -03:00
gd_editor.cpp Added constants from types in code completion, somehow this was never added. 2016-09-18 23:19:04 +02:00
gd_function.cpp Fix #5891 by not expecting the script instance to be a GDInstance 2016-08-08 18:14:44 +02:00
gd_function.h Warn instad of crashing when class instance is gone after yield. Closes #5247 , probably closes other yield related crashes 2016-06-29 21:06:16 -03:00
gd_functions.cpp Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" 2016-10-17 20:48:52 +02:00
gd_functions.h Add @GDScript.type_exists 2016-06-18 15:07:51 +08:00
gd_parser.cpp Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" 2016-10-17 20:48:52 +02:00
gd_parser.h Only check for constants when parsing constants, should close #5497 2016-06-30 10:40:13 -03:00
gd_script.cpp Fixed reloading of tool scripts within editor, they should work much better now, closes #3194 2016-07-20 22:37:48 -03:00
gd_script.h Fixed reloading of tool scripts within editor, they should work much better now, closes #3194 2016-07-20 22:37:48 -03:00
gd_tokenizer.cpp Adapt overlooked instances of zero-based column numbers 2016-10-17 20:49:28 +02:00
gd_tokenizer.h PI is now a built-in constant, fixes #2134 2016-01-02 17:56:45 -03:00
register_types.cpp -Fix crashes with thread_exit() 2016-06-26 10:54:45 -03:00
register_types.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
SCsub SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00