virtualx-engine/core/object
Thakee Nathees d0e7d9b62f Documentation generation for GDScript
- ClassDoc added to GDScript and property reflection data were extracted
from parse tree

- GDScript comments are collected from tokenizer for documentation and
applied to the ClassDoc by the GDScript compiler

- private docs were excluded (name with underscore prefix and doesn't
have any doc comments)

- default values (of non exported vars), arguments are extraced from the
parser

- Integrated with GDScript 2.0 and new enums were added.

- merge conflicts fixed
2020-11-29 19:45:36 +05:30
..
callable_method_pointer.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
callable_method_pointer.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
class_db.cpp Mention lack of optional setter arguments in ClassDB::add.property() 2020-11-28 01:34:13 +01:00
class_db.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
message_queue.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
message_queue.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
method_bind.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
method_bind.h Core: Always enable ptrcall, remove PTRCALL_ENABLED define 2020-11-25 14:08:17 +01:00
object.cpp Fix crash when printing leaked nodes 2020-11-17 22:10:05 +01:00
object.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
object_id.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
reference.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
reference.h Core: Always enable ptrcall, remove PTRCALL_ENABLED define 2020-11-25 14:08:17 +01:00
script_language.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
script_language.h Documentation generation for GDScript 2020-11-29 19:45:36 +05:30
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
undo_redo.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
undo_redo.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00