This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-11-23 15:16:17 +00:00
Code
Releases
Wiki
Activity
Files
7cdd8629ad4c2994c7882fe2c1dccd29ce5dec2c
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
History
George Marques
e9186cfebf
Fix GDScript test cases
2021-09-13 15:02:01 -03:00
..
call_self_get_name.gd
…
call_self_get_name.out
Correct null and boolean values being capitalised by the str command
2021-08-26 17:11:34 +10:00
call_static_builtin_function.gd
GDScript: Fix calling builtin static functions
2021-08-18 18:58:41 -03:00
call_static_builtin_function.out
Correct null and boolean values being capitalised by the str command
2021-08-26 17:11:34 +10:00
constants_from_parent.gd
GDScript: Allow access to outer constant and enum values
2021-08-24 14:45:51 -03:00
constants_from_parent.out
Fix GDScript test cases
2021-09-13 15:02:01 -03:00
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
Fix GDScript test cases
2021-09-13 15:02:01 -03:00
enum_value_from_parent.gd
GDScript: Allow access to outer constant and enum values
2021-08-24 14:45:51 -03:00
enum_value_from_parent.out
Fix GDScript test cases
2021-09-13 15:02:01 -03:00
gdscript_to_preload.gd
…
gdscript_to_preload.out
…
inner_class_as_return_type.gd
…
inner_class_as_return_type.out
…
use_preload_script_as_type.gd
…
use_preload_script_as_type.out
…