aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/node_dock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-2/+2
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Created a NodeDock with signals and groupsJuan Linietsky2016-06-041-0/+104