This website requires JavaScript.
Explore
Help
Sign In
mirror
/
godot
Watch
2
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-02-05 21:41:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8655d979a1
godot
/
modules
/
gdscript
History
Dmitrii Maganov
8655d979a1
GDScript: Allow elements of a parent class in a typed array literal
2023-03-28 13:47:24 +03:00
..
doc_classes
Improve Color8 documentation
2023-03-19 17:42:15 +01:00
editor
Make GDScript number highlighting stricter
2023-03-01 21:27:32 +01:00
icons
language_server
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02:00
tests
GDScript: Allow elements of a parent class in a typed array literal
2023-03-28 13:47:24 +03:00
config.py
gdscript_analyzer.cpp
GDScript: Allow elements of a parent class in a typed array literal
2023-03-28 13:47:24 +03:00
gdscript_analyzer.h
GDScript: Fix missing warning for shadowing of built-in types
2023-03-13 00:49:34 +02:00
gdscript_byte_codegen.cpp
GDScript: Don't use validated call for vararg methods
2023-02-24 14:06:02 -03:00
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp
Merge pull request
#72056
from resistor/master
2023-03-20 19:16:30 +01:00
gdscript_compiler.h
GDScript: Fix checking if a call is awaited in compiler
2023-03-01 09:31:35 +02:00
gdscript_disassembler.cpp
gdscript_editor.cpp
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02:00
gdscript_function.cpp
gdscript_function.h
Merge pull request
#73544
from mashumafi/fix-func-arg-null
2023-02-20 15:41:40 +01:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02:00
gdscript_parser.h
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp
Added check for null objects in gdscript typed assign.
2023-02-21 15:29:07 -05:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02:00
gdscript.h
Remove unused
ScriptLanguage
methods
2023-02-26 22:30:56 -08:00
register_types.cpp
register_types.h
SCsub