This website requires JavaScript.
Explore
Docs
Wiki
Blog
main-f892c9da98
Register
Sign In
tinqs
/
engine
Watch
7
Star
0
Fork
0
You've already forked engine
Code
Agents
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Issues
Files
bc2b1696e6bbe2cd50c65be81ee2bed71ea7cf9e
engine
/
modules
/
gdscript
T
History
Juan Linietsky
b60a3e7202
-Changed var2str and str2var in GDScript to use VariantWriter and VariantParser
...
-It is now finally possible to parse back a variant from text!
2015-12-31 00:54:00 -03:00
..
config.py
…
gd_compiler.cpp
added missing null check
2015-12-30 01:02:31 +00:00
gd_compiler.h
- added 'onready' keyword to gdscript. Defers initialization of member variables until _ready() is run.
2015-12-28 19:32:51 -03:00
gd_editor.cpp
-Added proper code completion for singletons
2015-12-28 16:36:29 -03:00
gd_functions.cpp
-Changed var2str and str2var in GDScript to use VariantWriter and VariantParser
2015-12-31 00:54:00 -03:00
gd_functions.h
…
gd_parser.cpp
added missing onready allocation for subclasses
2015-12-30 00:23:26 +00:00
gd_parser.h
-add breakpoint statement to ease with debugging,
closes
#3165
2015-12-29 12:11:21 -03:00
gd_pretty_print.cpp
…
gd_pretty_print.h
…
gd_script.cpp
-add breakpoint statement to ease with debugging,
closes
#3165
2015-12-29 12:11:21 -03:00
gd_script.h
-add breakpoint statement to ease with debugging,
closes
#3165
2015-12-29 12:11:21 -03:00
gd_tokenizer.cpp
-add breakpoint statement to ease with debugging,
closes
#3165
2015-12-29 12:11:21 -03:00
gd_tokenizer.h
-add breakpoint statement to ease with debugging,
closes
#3165
2015-12-29 12:11:21 -03:00
register_types.cpp
…
register_types.h
…
SCsub
Cosmetic fixes to SCons buildsystem
2015-11-01 20:53:26 +01:00