This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
dfee04ae2a
godot
/
modules
/
gdscript
History
Rémi Verschelde
bf62af334b
Merge pull request
#76286
from MystMagus/gdscript-mixed-tabs-and-spaces-fix
...
Fix for mixed tabs and spaces in gdscript
2023-04-20 18:08:47 +02:00
..
doc_classes
Fix typo and slightly reword in @GDScript.xml
2023-03-31 20:30:29 +00:00
editor
Add GDScript template to RichTextEffect
2023-04-18 14:02:04 +02:00
icons
…
language_server
Merge pull request
#76197
from dalexeev/fix-error-macro-misuses
2023-04-18 16:11:37 +02:00
tests
GDScript: Add some checks for `@tool` and `@icon`
2023-04-20 07:44:10 +03:00
SCsub
…
config.py
…
gdscript.cpp
GDScript: Change parser representation of class extends
2023-03-13 01:40:13 +02:00
gdscript.h
…
gdscript_analyzer.cpp
Merge pull request
#75691
from dalexeev/gds-fix-signature-generation
2023-04-14 20:01:27 +02: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_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_disassembler.cpp
…
gdscript_editor.cpp
Merge pull request
#76170
from HolonProduction/string-highlight
2023-04-18 18:01:02 +02:00
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_lambda_callable.cpp
…
gdscript_lambda_callable.h
…
gdscript_parser.cpp
GDScript: Add some checks for `@tool` and `@icon`
2023-04-20 07:44:10 +03: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
Fix for mixed tabs and spaces in gdscript
2023-04-20 12:08:23 +02:00
gdscript_tokenizer.h
…
gdscript_utility_functions.cpp
…
gdscript_utility_functions.h
…
gdscript_vm.cpp
…
gdscript_warning.cpp
Fix mistakes in documentation and GDScript errors
2023-04-10 10:00:09 +02:00
gdscript_warning.h
…
register_types.cpp
…
register_types.h
…