Juan Linietsky
|
2ab83e1abb
|
Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
|
2017-01-07 18:26:38 -03:00 |
Juan Linietsky
|
118eed485e
|
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to 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()
|
2017-01-02 23:03:46 -03:00 |
Juan Linietsky
|
81fd4598c1
|
fixed compilation bug
|
2016-05-21 23:20:49 -03:00 |
Juan Linietsky
|
a75f896338
|
First version of Profiler
It is now possible to profile GDScript as well as some parts of Godot
internals.
|
2016-05-21 21:18:16 -03:00 |