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
2bafcd3422bea8baf2282f5de87538a59f0bb254
godot
/
modules
/
gdscript
History
Marcel Admiraal
2bafcd3422
Consolidate JSON, JSONParseResults and JSONParser into JSON
...
Renames JSON.parse_string() to parse() Renames JSON.decode_data() to stringify()
2021-06-19 08:01:40 +01:00
..
doc_classes
…
editor
…
icons
…
language_server
Consolidate JSON, JSONParseResults and JSONParser into JSON
2021-06-19 08:01:40 +01:00
tests
…
config.py
…
gdscript_analyzer.cpp
…
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
Adding some more missing renames for Transform3D and Quaternion
2021-06-15 16:01:50 +02:00
gdscript_function.cpp
…
gdscript_function.h
…
gdscript_lambda_callable.cpp
…
gdscript_lambda_callable.h
…
gdscript_parser.cpp
Adding some more missing renames for Transform3D and Quaternion
2021-06-15 16:01:50 +02:00
gdscript_parser.h
…
gdscript_tokenizer.cpp
…
gdscript_tokenizer.h
…
gdscript_utility_functions.cpp
…
gdscript_utility_functions.h
…
gdscript_vm.cpp
Fix "super" call when having at least one argument
2021-06-13 17:46:03 +02:00
gdscript_warning.cpp
…
gdscript_warning.h
…
gdscript.cpp
Fix slow load/save of scenes with many instances of the same script
2021-06-13 13:32:44 +02:00
gdscript.h
Fix slow load/save of scenes with many instances of the same script
2021-06-13 13:32:44 +02:00
register_types.cpp
…
register_types.h
…
SCsub
…