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
32cd8ba9bd9a2df09fccd23c64b5a2a9f5ef1836
godot
/
modules
/
gdscript
History
Bojidar Marinov
db7864c1fd
Fix GDScript exports having the wrong type of default value by converting it
...
Also, initialize elements of PoolArrays when resizing them in the editor.
Fixes
#26066
.
2019-02-26 14:58:39 +02:00
..
doc_classes
…
editor
…
config.py
…
gdscript_compiler.cpp
…
gdscript_compiler.h
…
gdscript_editor.cpp
…
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_functions.cpp
…
gdscript_functions.h
…
gdscript_parser.cpp
Fix GDScript exports having the wrong type of default value by converting it
2019-02-26 14:58:39 +02:00
gdscript_parser.h
Merge pull request
#25018
from AllanDaemon/#24895
2019-02-24 10:45:50 -03:00
gdscript_tokenizer.cpp
…
gdscript_tokenizer.h
Fix warnings seen with -Wignored-qualifiers.
2019-02-21 20:24:29 +01:00
gdscript.cpp
…
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…