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
e86953cb53d314da3ea4e40c65597dec40e4d2dc
godot
/
modules
/
gdscript
History
Rémi Verschelde
af57bdb193
Merge pull request
#72305
from dalexeev/gfs-fix-export-enum
...
GDScript: Fix `@export_enum` works only with `int`
2023-01-30 14:47:12 +01:00
..
doc_classes
GDScript: Fix
@export_enum
works only with
int
2023-01-30 12:30:37 +03:00
editor
Allow unicode identifier in GDScript syntax highlighter
2023-01-29 13:17:05 +08:00
icons
…
language_server
…
tests
GDScript: Fix
@export_enum
works only with
int
2023-01-30 12:30:37 +03:00
config.py
…
gdscript_analyzer.cpp
Merge pull request
#72175
from dalexeev/gds-fix-export-group-annotations
2023-01-30 10:00:54 +01:00
gdscript_analyzer.h
…
gdscript_byte_codegen.cpp
…
gdscript_byte_codegen.h
…
gdscript_cache.cpp
…
gdscript_cache.h
…
gdscript_codegen.h
…
gdscript_compiler.cpp
…
gdscript_compiler.h
…
gdscript_disassembler.cpp
…
gdscript_editor.cpp
…
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_lambda_callable.cpp
…
gdscript_lambda_callable.h
…
gdscript_parser.cpp
Merge pull request
#72305
from dalexeev/gfs-fix-export-enum
2023-01-30 14:47:12 +01:00
gdscript_parser.h
…
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
…
gdscript_warning.cpp
…
gdscript_warning.h
…
gdscript.cpp
GDScript: Avoid calling non-static methods on native classes
2023-01-28 20:33:01 -03:00
gdscript.h
…
register_types.cpp
…
register_types.h
…
SCsub
…