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
046f94d3acc9d4f6465fe05ae8ee3fbd315b23d2
godot
/
modules
/
gdscript
History
Johan Manuel
046f94d3ac
Remove some unused variables
2016-08-13 13:21:35 +02:00
..
config.py
…
gd_compiler.cpp
Forgot to clear signals on recompile,
closes
#5729
2016-07-17 13:49:59 -03:00
gd_compiler.h
…
gd_editor.cpp
Remove some unused variables
2016-08-13 13:21:35 +02:00
gd_function.cpp
…
gd_function.h
…
gd_functions.cpp
Removed unused variables (first pass)
2016-07-07 23:15:03 +02:00
gd_functions.h
…
gd_parser.cpp
Set proper line into operators when parsing GDScript,
fixes
#5822
2016-07-22 09:23:26 -03: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
Removed unused variables (first pass)
2016-07-07 23:15:03 +02:00
gd_tokenizer.h
…
register_types.cpp
…
register_types.h
…
SCsub
…