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
9e5fdbc79d4e6666f2ab184e7721e87c7411eb40
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
History
Rémi Verschelde
82c12060b2
Merge pull request
#52718
from Calinou/gdscript-add-integration-tests-2
2021-09-21 14:13:24 +02:00
..
as.gd
Add dozens of new integration tests to the GDScript test suite
2021-09-14 18:42:08 +02:00
as.out
…
auto_inferred_type_dont_error.gd
…
auto_inferred_type_dont_error.out
…
call_self_get_name.gd
…
call_self_get_name.out
…
call_static_builtin_function.gd
GDScript: Fix calling builtin static functions
2021-08-18 18:58:41 -03:00
call_static_builtin_function.out
…
constants_from_parent.gd
…
constants_from_parent.out
…
enum_from_parent.gd
GDScript: Allow access to outer constant and enum values
2021-08-24 14:45:51 -03:00
enum_from_parent.out
…
enum_value_from_parent.gd
…
enum_value_from_parent.out
…
gdscript_to_preload.gd
…
gdscript_to_preload.out
…
inner_class_as_return_type.gd
…
inner_class_as_return_type.out
…
static_method_builtin_type.gd
Add more integration tests to the GDScript test suite
2021-09-15 19:57:39 +02:00
static_method_builtin_type.out
…
use_preload_script_as_type.gd
…
use_preload_script_as_type.out
…