This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c2ab35bdde2ad5dd0e5cb1a9312bf8da26623f79
godot
/
modules
/
gdscript
History
Thakee Nathees
c2ab35bdde
fixed: saving gdscript with cyclic inheritance crash the editor
...
Fix
:
#9609
2020-05-10 09:07:09 +05:30
..
doc_classes
…
editor
…
icons
…
language_server
…
config.py
…
gdscript_compiler.cpp
…
gdscript_compiler.h
…
gdscript_editor.cpp
Merge pull request
#37293
from Janglee123/ctrl-click-improvements
2020-05-05 16:49:15 +02:00
gdscript_function.cpp
Fix object leaks caused by unfulfilled yields
2020-05-05 17:54:15 +02:00
gdscript_function.h
Fix object leaks caused by unfulfilled yields
2020-05-05 17:54:15 +02:00
gdscript_functions.cpp
Merge pull request
#38357
from ThakeeNathees/dict2inst-crash-fix
2020-05-09 22:00:04 +02:00
gdscript_functions.h
…
gdscript_parser.cpp
Merge pull request
#37598
from ThakeeNathees/GDScript-type-resolve-bug-fix
2020-05-09 21:59:26 +02:00
gdscript_parser.h
…
gdscript_tokenizer.cpp
Merge pull request
#37033
from ThakeeNathees/python-like-str-escape
2020-05-09 21:53:59 +02:00
gdscript_tokenizer.h
…
gdscript.cpp
fixed: saving gdscript with cyclic inheritance crash the editor
2020-05-10 09:07:09 +05:30
gdscript.h
fixed: saving gdscript with cyclic inheritance crash the editor
2020-05-10 09:07:09 +05:30
register_types.cpp
…
register_types.h
…
SCsub
…